J. Peter Mugaas
|
e821fe3e15
Move mode switch from the interface part of the unit to the area between the "unit" and "interface" for good measure
|
1 год назад |
Remy Lebeau
|
5725cf6679
Fixes #492 - for FreePascal, adding {$OBJECTCHECKS OFF} wherever an Accessor Class is being used.
|
2 лет назад |
Remy Lebeau
|
cff9c11345
Issue #463, addressing compiler warnings again.
|
2 лет назад |
Remy Lebeau
|
95ad98465c
Issue #463, addressing a few compiler warnings
|
2 лет назад |
Remy Lebeau
|
3ad881c224
Fixes #458. Correcting a buffer overflow in TIdStackWindows.WriteChecksumIPv6()
|
2 лет назад |
Remy Lebeau
|
deb3a55820
Adding TODO comments to IdStack units
|
3 лет назад |
Remy Lebeau
|
46357f5ea9
#445 Updating TIdSocketList.Add() on non-Windows platforms to compare the socket descriptor to FD_SETSIZE instead of comparing the list count to FD_SETSIZE.
|
3 лет назад |
Remy Lebeau
|
e08e3f309e
Fixing control buffer size when calling recvmsg()
|
3 лет назад |
Remy Lebeau
|
d7fa63cd5a
#383 Adding Description and FriendlyName properties to TIdStackLocalAddress
|
4 лет назад |
Remy Lebeau
|
609b651df1
#371 Adding Winapi unit scope to IpTypes and IpHlpApi units, to avoid a conflict with another 3rd party package that has its own IpTypes unit.
|
4 лет назад |
Remy Lebeau
|
cf4d88479b
Fixing compiler errors/warnings.
|
4 лет назад |
Remy Lebeau
|
b5889cb54b
Deprecating the global GWindowsStack variable. It was being used only in the SuperCore package, which is long dead. (#351)
|
4 лет назад |
Remy Lebeau
|
71ff2d990e
Misc tweaks, todo comments, etc.
|
5 лет назад |
Remy Lebeau
|
31d67fec33
Adding TIdLibFuncName and PIdLibFuncNameChar aliases to IdGlobal.pas.
|
6 лет назад |
Remy Lebeau
|
200173a0f2
Fix for compiler error in TIdStackWindows.GetLocalAddressList() when calling GetAdaptersAddresses()
|
6 лет назад |
Remy Lebeau
|
5bf377a75b
Addressing some compiler errors in TIdStackWindows.GetLocalAddressList()
|
6 лет назад |
Remy Lebeau
|
30b5931d55
Updating TIdStackWindows.GetLocalAddressList() to populate TIdStackLocalAddress's FInterfaceName and FInterfaceIndex members when USE_IPHLPAPI is defined.
|
6 лет назад |
RemyLebeau
|
d83cae854f
Adding TIdLibHandle type and IdNilHandle constant, to address THandle/TLibHandle discrepancies between Delphi and FreePascal when dealing with dynamically loaded libraries.
|
7 лет назад |
RemyLebeau
|
5764e023ff
Embarcadero patches.
|
7 лет назад |
RemyLebeau
|
b64a6b2844
Updating TIdStackWindows.WouldBlock() to not call CheckForSocketError() anymore. The caller of WouldBlock() decides whether to raise an exception if WouldBlock() returns False, so WouldBlock() should not be raising its own exception.
|
7 лет назад |
RemyLebeau
|
f5357fd298
Various tweaks and additions before next RAD Studio release
|
9 лет назад |
RemyLebeau
|
bb3b9b0616
Fixing UInt64 versions of TIdStack.HostToNetwork() and TIdStack.NetworkToHost() on non-Windows platforms.
|
9 лет назад |
RemyLebeau
|
627f40aa52
Miscellaneous tweaks
|
9 лет назад |
RemyLebeau
|
d9bf161e2d
Updating Computil.dpr to support RAD Studio 10.0 Seattle.
|
10 лет назад |
RemyLebeau
|
a8af04f86a
Adding TIdUInt64 to address a UInt64 HPP bug in C++Builder 2006 and 2007.
|
10 лет назад |
RemyLebeau
|
d0d2bae948
Fix for compiler error in TIdStackWindows.SetKeepAliveValues().
|
10 лет назад |
RemyLebeau
|
2206dea81a
Adding XE8 project files.
|
11 лет назад |
RemyLebeau
|
197c97022f
Some more type-casts when {$TYPEDADDRESS ON} is enabled
|
11 лет назад |
RemyLebeau
|
6a339843d3
Misc fixes for FreePascal and Windows CE.
|
11 лет назад |
RemyLebeau
|
cae392a251
Fix for compiler error when USE_IPHLPAPI is not defined.
|
12 лет назад |