1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
net: paranoid hardening of the WS core process More... 17 days ago
crypt: minor X.509 refactoring with no functional change More... 17 days ago
net: slightly refined TLdapClientSettings.CheckTargetHost More... 17 days ago
net: fixed THttpClientSocket.OpenBind on proxy connection error More... 17 days ago
net: introducing TCrtSocket.ServerTls method - to be used instead of TLS.Enabled flag over a proxy More... 17 days 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... 17 days ago
net: fixed TCrtSocket HTTP tunnel via CONNECT on a TLS proxy More... 17 days ago
net: new fProxyConnect internal flag for TCrtSocket More... 17 days ago
core: minor comment tweaks More... 17 days ago
Merge pull request #364 from PES-DEV/OSSL_PROVIDER_set_default_search_path
ab
More... 17 days ago
net: fixed TLdapClient.Reconnect - the naming contexts could be kept when reconnecting to the very same server More... 17 days ago
core: made GetExtended() branchless More... 17 days ago
Add function CSSL_PROVIDER_set_default_search_path to the openssl wrapper
PES
More... 18 days ago
orm: fixed SQL generation More... 30 days ago
net: fixed potential GPF at TFTP server shutdown More... about 1 month ago
tests: enhanced numerical conversion coverage More... about 1 month ago
core: rewritten GetExtended() parsing - to be similarly efficiently on all targets, even i386 and its limited number of registers More... about 1 month ago
core: rewritten 32-bit CPU parsing of 64-bit text values More... about 1 month ago
core: rewritten GetExtended() for both i386 and other targets More... about 1 month ago
core: properly detect -dFPC_SSE2 option to use double as TSynExtended More... about 1 month ago
core: fixed TCryptPrivateKeyRsa.Open() - only discovered when no OpenSSL library is available to mormot2tests More... about 1 month ago
core: some minor JSON unserialization tweaks More... about 1 month ago
tests: full coverage of GetExtended() and ShortToFloatNan() functions More... about 1 month ago
mget: removed warnings on FPC More... about 1 month ago
orm: slightly optimized TRestOrm.GetJsonValue() method on Delphi More... about 1 month ago
core: internal DoubleIsSpecial() function rewrite More... about 1 month ago
core: GetExtended() recognize Nan/Inf/-Inf on Delphi Win32 - it needed some x87 asm tweaks More... about 1 month 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... about 1 month ago
core: ensure GetExtended() recognizes Nan/Inf/-Inf text input More... about 1 month ago
core: fixed TFloatNan dectection - renamed FloatToShortNan() as ShortToFloatName() - introducing Utf8ToShortNan() raw function - fixed actual algorithm More... about 1 month ago