1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2024 — May 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: added context to some asym crypto validation More... 1 day ago
core: minor comments/documentation precision - no functional change More... 2 days ago
core: optimized TSynLog.LogHeader - the thread number is now encoded outside of the global lock - optimized instance information text generation More... 3 days ago
core: new PointerToText() raw function More... 3 days ago
core: circumvent Delphi inlining restriction More... 3 days ago
core: refactored TAsyncConnections.LogVerbose to have a single method More... 3 days ago
all: use TSynLog.LogText/LogEscape whenever possible More... 3 days ago
core: another pass on log file initialization More... 3 days ago
core: new TSynLog.LogText/LogEscape methods More... 3 days ago
core: fixed TSynLog threading process More... 3 days ago
core: refactored log to console process More... 3 days ago
core: rewritten Enter/ISynLog implementation - to reduce the CPU usage, and the global lock contention More... 3 days ago
core: rewritten TSynLog.LogHeader/LogTrailer methods - to use ahead-of-time computed timestamp - for better performance during content output More... 3 days ago
core: rewritten TSynLog file initialization - to be done when a new thread is initialized - fixed also how the destination file is initialized More... 3 days ago
core: refactored TSynLog format-like method More... 3 days ago
core: removed TSynLog.LastQueryPerformanceMicroSeconds method - it is safer to call the API for this purpose More... 3 days ago
core: hardened TDebugLogFile lazy initialization More... 3 days ago
core: refactored TSynLog.DisableRemoteLog method More... 3 days ago
core: new TSynLog.GetCurrentTime internal method - the current log timestamp will eventually be computed outside of the main lock, and store in the per-thread information More... 3 days ago
core: resized internal TSynLog buffer to 8KB More... 3 days ago
net: refactored TAsyncConnections initialization - especially for acoVerboseLog proper support More... 3 days ago
core: optimized TJsonWriter.AddFmt internal function More... 3 days ago
core: changed ContentToShortVar as ContentToShortAppend More... 3 days ago
core: rewritten TTextWriter.AddBinToHexDisplayLower() More... 3 days ago
core: new FormatBufferRaw() function - and refactored some associated functions working on ShortString values More... 3 days ago
core: rewritten TTextWriter.AddMicroSec for efficiency More... 3 days ago
core: some TEchoWriter refactoring More... 3 days ago
core: removed TTextWriter.AddInt18ToChars3 into Int18ToText() More... 3 days ago
core: moved TShort4 type definition More... 3 days ago
tests: refined JWT regression tests - to include more information when Verify() fails More... 3 days ago