RemyLebeau
|
6081f72e00
Fix for TIdFTP.InitDataChannel() not setting FDataChannel.ManagedIOHandler to True when FDataPortProtection is not ftpdpsPrivate.
|
8 rokov pred |
RemyLebeau
|
6736afa5f4
Updating Indy to treat 'utf8' the same as 'utf-8' when processing charset names. Some malformed emails erroneously use 'utf8'.
|
8 rokov pred |
RemyLebeau
|
3908571ce7
Fix for OpenSSL EVP_des_...() functions being loaded incorrectly.
|
8 rokov pred |
RemyLebeau
|
f0506e9e06
Correcting a couple of IFDEFs for OffsetFromUTC() under Kylix and VCL Posix
|
8 rokov pred |
RemyLebeau
|
5a1ddb7374
Re-working some platform IFDEFs
|
8 rokov pred |
RemyLebeau
|
707b725004
Updating TIdCustomHTTP.PrepareRequest() to set the ARequest.ContentLength property to 0 instead of -1 for POST and PUT requests when the ARequest.Source stream is nil.
|
8 rokov pred |
RemyLebeau
|
62c8a78f7e
Fix for Ticks64() redeclaration error on FreeBSD.
|
8 rokov pred |
RemyLebeau
|
dd8c280399
Patch from Robert Björkman to update TIdSocketHandle.CloseSocket() to enter its critical section before checking if the socket is allocated.
|
9 rokov pred |
RemyLebeau
|
cebf76c750
Changing lspfix.exe to use AnsiString instead of String in FileContents() handling.
|
9 rokov pred |
RemyLebeau
|
d47111aa06
Fixing declaration of x509_new() in IdSSLOpenSSLHeaders.pas and IdSSLOpenSSLHeaders_static.pas.
|
9 rokov pred |
RemyLebeau
|
a1ca82ce49
Updated Internal_TIdMessageHelper_LoadFromFile() to remove FileExists() check. Now letting TIdReadFileExclusiveStream raise an exception on error. Using IndyRaiseOuterException() to raise an EIdMessageCannotLoad exception, capturing that load exception when possible.
|
9 rokov pred |
RemyLebeau
|
9ab1b013c2
Adding call to SSL_COMP_free_compression_methods() in IdSSLOpenSSLHeaders.Unload().
|
9 rokov pred |
RemyLebeau
|
39fc1017d3
I accidentally disabled the EDNS message size extension that I enabled yesterday. Re-enabling it now.
|
9 rokov pred |
RemyLebeau
|
9031dbdb60
Replacing an Assert() in DNSStrToDomain()
|
9 rokov pred |
RemyLebeau
|
61a132b2fc
Updating TIdDNSResolver.ParseAnswers() to raise an error on reading past the end of message only if the response's TC (truncation) flag is not set.
|
9 rokov pred |
RemyLebeau
|
81260dd55d
Updating TIdDNSResolver.ParseAnswers() to parse as much data as it can without throwing an error when a response has been truncated (the TC flag is set in the header). Let the caller decide how it wants to handle truncated responses.
|
9 rokov pred |
RemyLebeau
|
c5aed73b70
Patch from Zoë Peterson for TIdFTP.SendHost()
|
9 rokov pred |
RemyLebeau
|
bc4c5abc07
Updating IdStack.pas to include the 'Androidapi.JNI.JavaTypes' unit again in the 'uses' clause on Delphi 10.0 Seattle and later, because the StringToJString() function has been inlined.
|
9 rokov pred |
RemyLebeau
|
b492cb3f02
Adding a missing semicolon
|
9 rokov pred |
RemyLebeau
|
5ee79f49c0
Adding a try/except to TIdSocketHandle.Bind() around an Embarcadero patch added last year for PAServer on Linux.
|
9 rokov pred |
RemyLebeau
|
54f53b0adf
Restoring some missing {do not localize} comments that got lost by accident.
|
9 rokov pred |
RemyLebeau
|
f855a409ae
Updating TIdHTTP to no longer clear the Request.Connection property when preparing a non-proxied HTTPS request, and to return Response.KeepAlive=False if Request.Connection or Request.ProxyConnection is 'close'.
|
9 rokov pred |
RemyLebeau
|
aba1a2bc2e
Updating TIdHTTP to set Response.Connection := 'close' if the OnHeadersAvailable event returns VContinue=False.
|
9 rokov pred |
RemyLebeau
|
19d5d00fd9
Updating DecodeHeader() to include CR and LF characters when looking for whitespace between words.
|
9 rokov pred |
RemyLebeau
|
dfac864951
Updating TIdFTP and TIdFTPServer to account for ARC when managing IOHandler objects used for data transfers.
|
9 rokov pred |
RemyLebeau
|
b3d43d40bb
Adding some missing VERxxx defines when IMPLICITBUILDING is defined
|
9 rokov pred |
RemyLebeau
|
ddec899bf1
Adding package files for RAD Studio 10.1 Berlin
|
9 rokov pred |
RemyLebeau
|
d17662f685
Fixing a typo
|
9 rokov pred |
RemyLebeau
|
82f2ea8044
Adding the Windows unit to the implementation uses clause of TIdIOHandlerStack.
|
9 rokov pred |
RemyLebeau
|
49b1b405df
Some more tweaks
|
9 rokov pred |