Remy Lebeau
|
cf4d88479b
Fixing compiler errors/warnings.
|
4 years ago |
Remy Lebeau
|
b5889cb54b
Deprecating the global GWindowsStack variable. It was being used only in the SuperCore package, which is long dead. (#351)
|
4 years ago |
Remy Lebeau
|
71ff2d990e
Misc tweaks, todo comments, etc.
|
5 years ago |
Remy Lebeau
|
31d67fec33
Adding TIdLibFuncName and PIdLibFuncNameChar aliases to IdGlobal.pas.
|
6 years ago |
Remy Lebeau
|
200173a0f2
Fix for compiler error in TIdStackWindows.GetLocalAddressList() when calling GetAdaptersAddresses()
|
6 years ago |
Remy Lebeau
|
5bf377a75b
Addressing some compiler errors in TIdStackWindows.GetLocalAddressList()
|
6 years ago |
Remy Lebeau
|
30b5931d55
Updating TIdStackWindows.GetLocalAddressList() to populate TIdStackLocalAddress's FInterfaceName and FInterfaceIndex members when USE_IPHLPAPI is defined.
|
6 years ago |
RemyLebeau
|
d83cae854f
Adding TIdLibHandle type and IdNilHandle constant, to address THandle/TLibHandle discrepancies between Delphi and FreePascal when dealing with dynamically loaded libraries.
|
7 years ago |
RemyLebeau
|
5764e023ff
Embarcadero patches.
|
7 years ago |
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 years ago |
RemyLebeau
|
f5357fd298
Various tweaks and additions before next RAD Studio release
|
9 years ago |
RemyLebeau
|
bb3b9b0616
Fixing UInt64 versions of TIdStack.HostToNetwork() and TIdStack.NetworkToHost() on non-Windows platforms.
|
9 years ago |
RemyLebeau
|
627f40aa52
Miscellaneous tweaks
|
9 years ago |
RemyLebeau
|
d9bf161e2d
Updating Computil.dpr to support RAD Studio 10.0 Seattle.
|
10 years ago |
RemyLebeau
|
a8af04f86a
Adding TIdUInt64 to address a UInt64 HPP bug in C++Builder 2006 and 2007.
|
10 years ago |
RemyLebeau
|
d0d2bae948
Fix for compiler error in TIdStackWindows.SetKeepAliveValues().
|
10 years ago |
RemyLebeau
|
2206dea81a
Adding XE8 project files.
|
11 years ago |
RemyLebeau
|
197c97022f
Some more type-casts when {$TYPEDADDRESS ON} is enabled
|
11 years ago |
RemyLebeau
|
6a339843d3
Misc fixes for FreePascal and Windows CE.
|
11 years ago |
RemyLebeau
|
cae392a251
Fix for compiler error when USE_IPHLPAPI is not defined.
|
12 years ago |
RemyLebeau
|
fdad45fb3d
Adding {$MINENUMSIZE} to IdStackWindows.pas when HAS_UNIT_IpTypes is not defined.
|
12 years ago |
RemyLebeau
|
d7b43444c7
Some more patches.
|
12 years ago |
RemyLebeau
|
5276698499
Adding project group for RAD Studio XE6.
|
12 years ago |
RemyLebeau
|
391179efa5
Adding project files for RAD Studio XE6.
|
12 years ago |
RemyLebeau
|
a483bd1e86
Added IdDisposeAndNil(). Similar to FreeAndNil() but works under ARC.
|
12 years ago |
RemyLebeau
|
e23ad8c4c1
Added Windows version wrapper functions to deal with SysUtils global variable differences between Windows CE and other Windows platforms.
|
12 years ago |
RemyLebeau
|
3882d7a0ec
Enabling getnameinfo(), getaddrinfo(), and freeaddrinfo() functions for older Windows systems. Only supports IPv4, but it eliminates the need for GIdIPv6FuncsAvailable flag and various IFDEFs.
|
12 years ago |
RemyLebeau
|
cf91e51664
TIdStack interface change needed to address a compiler error in XE2 and earlier. IFDEF'ed to not break the newer interface in XE3 and later.
|
13 years ago |
RemyLebeau
|
f60999f66f
Indy 10.6.0 - XE4 Release
|
13 years ago |
RemyLebeau
|
1c0dbf461a
Expanded comments in TIdStack.AddLocalAddressesToList() implementations to describe alternative API functions to use that do not rely on DNS name resolutions.
|
13 years ago |