1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FormatUtf8(Args,Params) now uses TTextWriter - this is the sanest and most efficient way of implementing it More... over 4 years ago
several fixes and optimization especially about identifier comparison More... over 4 years ago
tuning INetTLS - especially on Windows More... over 4 years ago
optimized TProtocolAes More... over 4 years ago
include TLS.CipherName information from SChannel/Windows More... over 4 years ago
optional socket low-level log via TSynLogProc callbacks More... over 4 years ago
Windows Server 2022 detection More... over 4 years ago
introducing TSynLogProc callback signature to allow logging without linking mormot.core.log.pas unit More... over 4 years ago
fixed HTTP client automated reconnection - on Windows, some border cases where not handled properly More... over 4 years ago
finally fixed SChannel implementation :) - no random SEC_E_INVALID_TOKEN any more ! More... over 4 years ago
small TCrtSocket.Close refactoring More... over 4 years ago
several fixes to HTTP client processing More... over 4 years ago
disabled debug console output More... over 4 years ago
new TLS / HTTPS client Encryption Layer using OpenSSL for mormot.net.sock / TCrtSocket More... over 4 years ago
the SChannel client follows the new INetTLS - but we discovered some random problems during the handshake with no possibility to fix it properly - any feedback is welcome! More... over 4 years ago
enhanced INetTLS for more options and connection information More... over 4 years ago
new TrimLeftLines() function More... over 4 years ago
fixed THttpClientSocket.Request to actually recreate a connection when the server closed it (e.g. after KeepAlive timeout or too many connections) More... over 4 years ago
fixed Delphi compilation More... over 4 years ago
new AnsiBufferToTempUtf8() function More... over 4 years ago
inlined OpenSslIsAvailable function More... over 4 years ago
some painless refactoring More... over 4 years ago
renamed ECIES encryption algorithms - and several other ECC fixes and enhancements More... over 4 years ago
JWT Implementation using any OpenSSL Algorithm - including associated regression tests More... over 4 years ago
full coverage of OpenSSL asymetric crypto More... over 4 years ago
fixed and proven asymetric cryptography using OpenSSL More... over 4 years ago
use OpenSSL Asymetric Cryptography for mormot.core.ecc - much faster! More... over 4 years ago
enhanced TSynHasher More... over 4 years ago
redirect Ecc256r1Verify to OpenSSL - more than 8 times faster than our statically linked C code More... over 4 years ago
include tests for TOpenSslHmac/TOpenSslHash More... over 4 years ago