0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enabling use of TThread.ForceQueue() in FreePascal 3.1.1 More... almost 8 years ago
Updating Indy to treat 'utf7', 'utf16(le|be)' and 'utf32(le|be)' the same as 'utf-7', 'utf-16(le|be)' and 'utf-32(le|be)' when processing charset names. More... almost 8 years ago
Patch from Oleksii Voitsekhovych when calling OpenSSL's X509_STORE_load_locations() function on ARC systems. More... almost 8 years ago
Lazarus patch from Cyrax More... about 8 years ago
Updating TIdNotify to support TThread.ForceQueue() in RAD Studio 10.2 Tokyo, and TThread.Queue() in FreePascal 3.0. More... about 8 years ago
Patches from Jakub Moycho to fix compiler errors in Delphi 7. More... about 8 years ago
Updating TIdURI.PathEncode() and TIdURI.ParamsEncode() to not encode '%HH' sequences. More... about 8 years ago
Tweaks to TIdIMAP4.ParseExpungeResult() and TIdIMAP4.ParseSearchResult() More... about 8 years ago
Updating GetUniqueFileName() to limit its tick values to positive Int64 values only, instead of full UInt64 values. A user is getting range check errors on a system when GetUniqueFileName() calls IntToHex(). More... about 8 years ago
Fix for TIdFTP.InitDataChannel() not setting FDataChannel.ManagedIOHandler to True when FDataPortProtection is not ftpdpsPrivate. More... about 8 years ago
Updating Indy to treat 'utf8' the same as 'utf-8' when processing charset names. Some malformed emails erroneously use 'utf8'. More... about 8 years ago
Fix for OpenSSL EVP_des_...() functions being loaded incorrectly. More... over 8 years ago
Correcting a couple of IFDEFs for OffsetFromUTC() under Kylix and VCL Posix More... over 8 years ago
Re-working some platform IFDEFs More... over 8 years ago
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. More... over 8 years ago
Fix for Ticks64() redeclaration error on FreeBSD. More... over 8 years ago
Patch from Robert Björkman to update TIdSocketHandle.CloseSocket() to enter its critical section before checking if the socket is allocated. More... over 8 years ago
Changing lspfix.exe to use AnsiString instead of String in FileContents() handling. More... over 8 years ago
Fixing declaration of x509_new() in IdSSLOpenSSLHeaders.pas and IdSSLOpenSSLHeaders_static.pas. More... over 8 years ago
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. More... over 8 years ago
Adding call to SSL_COMP_free_compression_methods() in IdSSLOpenSSLHeaders.Unload(). More... over 8 years ago
I accidentally disabled the EDNS message size extension that I enabled yesterday. Re-enabling it now. More... over 8 years ago
Replacing an Assert() in DNSStrToDomain() More... over 8 years ago
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. More... over 8 years ago
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. More... over 8 years ago
Patch from Zoë Peterson for TIdFTP.SendHost() More... over 8 years ago
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. More... over 8 years ago
Adding a missing semicolon More... over 8 years ago
Adding a try/except to TIdSocketHandle.Bind() around an Embarcadero patch added last year for PAServer on Linux. More... over 8 years ago
Restoring some missing {do not localize} comments that got lost by accident. More... over 8 years ago