1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
net: minor PeerCache refactoring More... 2 days ago
lib: some win7zip variant refactoring More... 2 days ago
lib: rewritten TJSContext.FromVariant More... 2 days ago
db: rewritten some TSqlDBPostgresStatement methods - avoid confusing "with" usage - some minor optimizations More... 2 days ago
db: rewritten TSqlDBStatement.ColumnToVariant() - this generic function should rather be cleaned up More... 2 days ago
db: rewritten some TSqlDBOracleStatement methods - avoid confusing "with" usage More... 2 days ago
db: rewritten some TSqlOleDBStatement methods - avoid confusing "with" usage More... 2 days ago
db: rewritten some TSqlDBOdbcStatement methods - avoid confusing "with" usage More... 2 days ago
db: simplified TSqlDBPostgresLib.Create More... 2 days ago
core: slightly optimized TDocVariantData.InitCopy() startup code More... 2 days ago
crypt: simplified TAesFull process More... 2 days ago
core: rewritten VariantEquals() function More... 2 days ago
core: rewritten VarIsVoid() More... 2 days ago
core: rewritten VariantToUtf8() - and other minor refactoring More... 2 days ago
db: fixed TSqlDBOdbcStatement.ColumnToJson for integers - should use the supplied length indicator - as reported by https://synopse.info/forum/viewtopic.php?id=7355 More... 2 days ago
db: refactored TSqlDBOdbcStatement.ColumnToJson for floats More... 2 days ago
core: enhanced TTextWriter.AddFloatStr - to accept a "Len" parameter and avoid StrLen() call if possible More... 2 days ago
tests: fixed Service Oriented Architecture on PRISM - the WinArm emulator does not like threads More... 4 days ago
tests: fixed External DB scope on PRISM More... 4 days ago
core: fixed TSynTests on PRISM - the WinArm emulation layer does not like threads for sure More... 4 days ago
core: simplified DocAny() implementation More... 5 days ago
core: new DocAny() factory function More... 5 days ago
all: minor refactoring with no functional change More... 7 days ago
crypt: fixed TAesSignature initialization - the IV was left to its 0 default which is not perfect More... 8 days ago
net: new acoWriteNoLoop/paoWriteNoLoop options - if you want slower/smoother file serving More... 8 days ago
net: huge performance boost when serving files over http - no switch to epoll/iocp when the sockets API has no short-sending result - from 3GB/s to 5.5GB/s with "wrk" tests - even if 3GB/s was enough to fill a 20Gbit ethernet link, no we can exhaust a 40Gbit link with a single CPU core ;) More... 8 days ago
net: refined NetErrorText() output on Windows - also some minor reformatting/comments More... 8 days ago
net: fixed HTTP server /favicon headers - control-cache: should be specified More... 9 days ago
net: enhanced TCrtSocket.DoRaise - to be raised at the caller's address More... 9 days ago
net: hardened THttpClientSocket request error detection - on closed server connections - sockets API is clearly non consistent and very misleading about TCP connections lifetime More... 9 days ago