1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: fixed fpcx64mm memory leak on large Windows realloc() - as reported by https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/1020#note_2524232062 More... 3 months ago
lib: added OSSL_PROVIDER_available() to OpenSSL lib More... 3 months ago
net: paranoid hardening of the WS core process More... 3 months ago
crypt: minor X.509 refactoring with no functional change More... 3 months ago
net: slightly refined TLdapClientSettings.CheckTargetHost More... 3 months ago
net: fixed THttpClientSocket.OpenBind on proxy connection error More... 3 months ago
net: introducing TCrtSocket.ServerTls method - to be used instead of TLS.Enabled flag over a proxy More... 3 months ago
net: THttpClientSocket won't use CONNECT for proxy on plain HTTP - most caching proxies are configured without CONNECT, but rely on the "Host:" header More... 3 months ago
net: fixed TCrtSocket HTTP tunnel via CONNECT on a TLS proxy More... 3 months ago
net: new fProxyConnect internal flag for TCrtSocket More... 3 months ago
core: minor comment tweaks More... 3 months ago
Merge pull request #364 from PES-DEV/OSSL_PROVIDER_set_default_search_path
ab
More... 3 months ago
net: fixed TLdapClient.Reconnect - the naming contexts could be kept when reconnecting to the very same server More... 3 months ago
core: made GetExtended() branchless More... 3 months ago
Add function CSSL_PROVIDER_set_default_search_path to the openssl wrapper
PES
More... 3 months ago
orm: fixed SQL generation More... 3 months ago
net: fixed potential GPF at TFTP server shutdown More... 3 months ago
tests: enhanced numerical conversion coverage More... 3 months ago
core: rewritten GetExtended() parsing - to be similarly efficiently on all targets, even i386 and its limited number of registers More... 3 months ago
core: rewritten 32-bit CPU parsing of 64-bit text values More... 3 months ago
core: rewritten GetExtended() for both i386 and other targets More... 3 months ago
core: properly detect -dFPC_SSE2 option to use double as TSynExtended More... 3 months ago
core: fixed TCryptPrivateKeyRsa.Open() - only discovered when no OpenSSL library is available to mormot2tests More... 3 months ago
core: some minor JSON unserialization tweaks More... 3 months ago
tests: full coverage of GetExtended() and ShortToFloatNan() functions More... 3 months ago
mget: removed warnings on FPC More... 3 months ago
orm: slightly optimized TRestOrm.GetJsonValue() method on Delphi More... 3 months ago
core: internal DoubleIsSpecial() function rewrite More... 3 months ago
core: GetExtended() recognize Nan/Inf/-Inf on Delphi Win32 - it needed some x87 asm tweaks More... 3 months ago
core: fixed Nan/Inf/-Inf double support - such values should be properly detected - with new regression tests - not available for Delphi Win32 yet More... 3 months ago