Remy Lebeau
|
abbf2d3088
Merge branch 'master' into DefaultTextEncoding
|
4 years ago |
Remy Lebeau
|
c7d5e086ad
Embarcadero announced Delphi/C++Builder 10.5 will now be 11.0
|
4 years ago |
Remy Lebeau
|
a28882ae00
Undefining HAS_System_RegisterExpectedMemoryLeak for non-Windows platforms in Delphi 2006+. Tweaking the conditions that define REGISTER_EXPECTED_MEMORY_LEAK.
|
4 years ago |
Remy Lebeau
|
46804296e6
Patch from Embarcadero to define NO_NATIVE_ASM for OSX 64-bit ARM
|
4 years ago |
Remy Lebeau
|
4728cbd1c7
Fix for compiler error in IdHTTPProxyServer.pas
|
4 years ago |
Remy Lebeau
|
17b616a53f
More compiler warnings
|
4 years ago |
Remy Lebeau
|
2da3b81baf
More compiler warnings/errors
|
4 years ago |
Remy Lebeau
|
925d0f5576
More compiler warnings/errors
|
4 years ago |
Remy Lebeau
|
1bcddfa432
Forgot to add the System.TimeSpan unit to the uses clause in IdGlobal.pas
|
4 years ago |
Remy Lebeau
|
d446ec5fe9
Fixing compiler error in IdMessageCoderMIME.pas
|
4 years ago |
Remy Lebeau
|
cf4d88479b
Fixing compiler errors/warnings.
|
4 years ago |
Remy Lebeau
|
1cc64fc33a
Fixing a typo in TIdIOHandler.ReadInt16()
|
4 years ago |
Remy Lebeau
|
043bfde28d
Adding new ComponentPlatforms attributes to TIdAntiFreeze for Delphi 10.5
|
4 years ago |
Remy Lebeau
|
6941789425
Adding AuthType property to TIdHTTPRequestInfo (#360)
|
4 years ago |
Remy Lebeau
|
8a467a7428
Adding DecodeFilenamePathDelimiterAction (#359)
|
4 years ago |
Remy Lebeau
|
2a0b0848b2
Adding TODO comments
|
4 years ago |
Remy Lebeau
|
088b3852ec
Merge branch 'master' into DefaultTextEncoding
|
4 years ago |
Remy Lebeau
|
1ffa83d4df
Updating TIdIOHandler to extract integers and strings directly from the InputBuffer. No longer calling ReadBytes() to extract into a local TIdBytes first. (#358)
|
4 years ago |
Remy Lebeau
|
88d22a83e9
Updating TIdHTTPProxyServer.CommandCONNECT() to manage the passthrough of data between the two sockets more like how TIdMappedPortTCP does. (#357)
|
4 years ago |
Remy Lebeau
|
848d37edbf
#64 Adding OnQuerySSLPort event to TIdFTPServer (#356)
|
4 years ago |
Remy Lebeau
|
a8f3ac51eb
#333 Adding new LocalTimeToUTCTime() and UTCTimeToLocalTime() functions in IdGlobal unit. Deprecating TimeZoneBias() function in IdGlobalProtocols unit, and GetLocalTime() function in IdSSLOpenSSLUtils unit. (#355)
|
4 years ago |
Remy Lebeau
|
631995179c
Updating TIdPOP3 to retry SASL without Initial-Response if SASL fails with Initial-Response. (#354)
|
4 years ago |
Remy Lebeau
|
f5643da7be
#318 Adding OnFailedEHLO event to TIdSMTPBase (#353)
|
4 years ago |
Remy Lebeau
|
cfb3654008
Deprecating RegisterSSL() function. Not being used for anything. (#352)
|
4 years ago |
Remy Lebeau
|
b5889cb54b
Deprecating the global GWindowsStack variable. It was being used only in the SuperCore package, which is long dead. (#351)
|
4 years ago |
Remy Lebeau
|
6bfa5b2190
Updating IdSSLOpenSSLHeaders.Load() to include fatal error codes in WhichFailedToLoad() log. (#350)
|
4 years ago |
Remy Lebeau
|
a525e99357
#346 Updating IdSSLOpenSSLHeaders.Load() to let LibreSSL load without checking its version number, for now.
|
4 years ago |
Remy Lebeau
|
0204879396
Patch from Embarcadero for IdHTTPWebBrokerBridge.pas to support Int64 integers in RAD Studio 10.5.
|
4 years ago |
Remy Lebeau
|
bde637a03f
Patch from fpctuxe to make TIdSSLIOHandlerSocketOpenSSL.Readable() check if fSSLSocket is nil before calling ssl_pending().
|
4 years ago |
Remy Lebeau
|
de7b75943a
Updating TIdIMAP4.RetrieveHeader() and UIDRetrieveHeader() to populate TIdMessage.UID and TIdMessage.Flags if they are provided in the server's response.
|
4 years ago |