Remy Lebeau
|
5725cf6679
Fixes #492 - for FreePascal, adding {$OBJECTCHECKS OFF} wherever an Accessor Class is being used.
|
2 years ago |
Remy Lebeau
|
cff9c11345
Issue #463, addressing compiler warnings again.
|
2 years ago |
Remy Lebeau
|
95ad98465c
Issue #463, addressing a few compiler warnings
|
2 years ago |
Remy Lebeau
|
3ad881c224
Fixes #458. Correcting a buffer overflow in TIdStackWindows.WriteChecksumIPv6()
|
2 years ago |
Remy Lebeau
|
deb3a55820
Adding TODO comments to IdStack units
|
3 years ago |
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 years ago |
Remy Lebeau
|
e08e3f309e
Fixing control buffer size when calling recvmsg()
|
3 years ago |
Remy Lebeau
|
d7fa63cd5a
#383 Adding Description and FriendlyName properties to TIdStackLocalAddress
|
4 years ago |
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 years ago |
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 |