Commit History

Author SHA1 Message Date
  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
  RemyLebeau a76f51b164 Updated TIdStack.AddLocalAddressesToList() implementations to verify that IPv4 addresses are being returned by the OS before attempting to convert them to strings. 13 years ago
  RemyLebeau d4f3fb9d6d Updated TIdStackWindows.WriteChecksumIPv6() and TIdStackDotNet.WriteChecksumIPv6() to zero out the checksum field in the local buffer instead of the source data directly. 13 years ago
  RemyLebeau b62c3a286f Removing an unnecessary FillChar() that was accidentally checked in. 13 years ago
  RemyLebeau 200e24f6d8 Fix for WSARecvMsg() always failing with an WSAEFAULT error in TIdStackWindows.ReceiveMsg(). 13 years ago
  RemyLebeau 70ead69869 Corrections to IDN support code for pre-2009 versions of Delphi and C++Builder 13 years ago
  JPeterMugaas 9f088183ef IDN Support using Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1. There is more information and a download at http://www.microsoft.com/en-us/download/details.aspx?id=734 . 13 years ago
  RemyLebeau 8539fbe456 Removing previous patch for working around Native(U)Int bug in D2009. Addressing issue in IdCompilerDefines.inc now. 14 years ago