New HPPEMITs to solve SetPort() linker errors in C++
New HPPEMIT statements have been added to the following Indy components to address “Unresolved external SetPort(A/W)” linker errors in C++Builder: TIdDNSResolver TIdIOHandler […]
New HPPEMIT statements have been added to the following Indy components to address “Unresolved external SetPort(A/W)” linker errors in C++Builder: TIdDNSResolver TIdIOHandler […]
To support 64-bit tick counters that do not wrap back to 0 every 49.7 days, the following support functions have been added […]
FreePascal 2.4.0+ supports a UnicodeString type that is similar to the UnicodeString type in Delphi 2009+. However, unlike Delphi, FreePascal does not […]
When decoding UUE/XXE encoded data, an encoded line of data may be shorter than it is supposed to be if the line […]
Several new .inc files have been added to Indy’s source: IdSymbolDeprecatedOff.inc IdSymbolDeprecatedOn.inc IdSymbolPlatformOff.inc IdSymbolPlatformOn.inc IdUnitPlatformOff.inc IdUnitPlatformOn.inc IdDeprecatedImplBugOff.inc IdDeprecatedImplBugOn.inc For example: Before: {$IFDEF […]
This variable allows the default TIdHTTP.Request.UserAgent property value to be set once at program startup and then automatically used on all TIdHTTP […]
When TIdStack raises an exception for certain socket errors on Android, it now checks if the calling app has “android.permission.INTERNET” granted, and […]
The TIdStack.AddLocalAddressesToList() method was introduced as a replacement for the TIdStack.LocalAddress and TIdStack.LocalAddresses properties, to help make retreival of local IP addresses […]
To address some performance issues and logic errors, some interface changes needed to be made to the classes of the IdDNSServer.pas unit. […]
A new hoNoReadMultipartMIME flag has been added to the TIdHTTP.HTTPOptions property. The purpose of this flag is to specify whether TIdHTTP should […]