Remy Lebeau
|
5fb9225fc1
Checking in changes that have been pending for a long time. Getting back in sync with the trunk:
|
há 6 anos atrás |
RemyLebeau
|
b79a2e88df
More changes for OSX platform support
|
há 6 anos atrás |
RemyLebeau
|
5764e023ff
Embarcadero patches.
|
há 7 anos atrás |
RemyLebeau
|
692da7c00e
Updating a URL in a couple of comments
|
há 7 anos atrás |
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.
|
há 7 anos atrás |
RemyLebeau
|
f5357fd298
Various tweaks and additions before next RAD Studio release
|
há 9 anos atrás |
RemyLebeau
|
bb3b9b0616
Fixing UInt64 versions of TIdStack.HostToNetwork() and TIdStack.NetworkToHost() on non-Windows platforms.
|
há 9 anos atrás |
RemyLebeau
|
d9bf161e2d
Updating Computil.dpr to support RAD Studio 10.0 Seattle.
|
há 10 anos atrás |
RemyLebeau
|
2e8404e4f7
Reverted previous revisions for Android error handling tweaks, and re-applied them in a manner that does not cause interface breakages. This way, Embarcadero can include the changes in an update for Delphi Seattle.
|
há 10 anos atrás |
RemyLebeau
|
ad1108b5cd
Updating TIdStackUnix.GetLocalAddressList() to call getifaddrs() on FreeBSD.
|
há 10 anos atrás |
RemyLebeau
|
808250b50e
More tweaks to TIdStackVCLPosix for Android
|
há 10 anos atrás |
RemyLebeau
|
7c1e350645
Moving Android error handling to TIdStackVCLPosix, and applying Embarcadero patch to remove dependency on the FMX.Helpers.Android unit in Delphi 10 Seattle.
|
há 10 anos atrás |
RemyLebeau
|
000ef2f05b
Patch from Embarcadero
|
há 10 anos atrás |
RemyLebeau
|
a8af04f86a
Adding TIdUInt64 to address a UInt64 HPP bug in C++Builder 2006 and 2007.
|
há 10 anos atrás |
RemyLebeau
|
4fe6bf82e0
Embarcadero patch
|
há 11 anos atrás |
RemyLebeau
|
2206dea81a
Adding XE8 project files.
|
há 11 anos atrás |
RemyLebeau
|
c467d69588
Tweaking previous workaround for 'deprecated' compiler bug in Delphi 6. Now moving all {$WARN ... OFF/ON} directives to new .inc files.
|
há 12 anos atrás |
RemyLebeau
|
5276698499
Adding project group for RAD Studio XE6.
|
há 12 anos atrás |
RemyLebeau
|
369592331e
Updated TIdUDPServer.GetBinding() to not create 2 default Binding objects on Linux/Android systems.
|
há 12 anos atrás |
RemyLebeau
|
4c0de4c903
Removing length parameter value from some usages of TMarshal.ReadStringAsAnsi() so those buffers get treated as null-terminated strings.
|
há 12 anos atrás |
RemyLebeau
|
d58722fae4
Disabling use of SO_NOSIGPIPE on Android.
|
há 12 anos atrás |
RemyLebeau
|
a682bed0c5
Initial support for Delphi/C++Builder XE5 and Android.
|
há 12 anos atrás |
RemyLebeau
|
88f5266e2f
Enabling support for getifaddrs() function in TIdStackVCLPosix.AddLocalAddressesToList() under iOS.
|
há 12 anos atrás |
RemyLebeau
|
6796815bae
Updated TIdStackVCLPosix.Accept() to initialize the size of the address storage before calling Posix.SysSocket.accept().
|
há 13 anos atrás |
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.
|
há 13 anos atrás |
RemyLebeau
|
f60999f66f
Indy 10.6.0 - XE4 Release
|
há 13 anos atrás |
RemyLebeau
|
0a8d9d842c
Expanded comments in TIdStack.AddLocalAddressesToList() implementations to describe alternative API functions to use that do not rely on DNS name resolutions.
|
há 13 anos atrás |
RemyLebeau
|
a76f51b164
Updated TIdStack.AddLocalAddressesToList() implementations to verify that IPv4 addresses are being returned by the OS before attempting to convert them to strings.
|
há 13 anos atrás |
RemyLebeau
|
5759b7e246
Per request from Embarcadero, removing all compiler directives from IdResourceString... units. Previously IFDEF'ed resource strings have now been separated into additional IdResourceString... units that are IFDEF'ed in "uses" clauses where needed.
|
há 13 anos atrás |
JPeterMugaas
|
0ba09f0396
Change MaxLongint to FD_SETSIZE in Posix select call. It seems to work better in some Unix-like operating systems such as Mac iOS.
|
há 13 anos atrás |