1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: fixed ptNoThreadProcess mode in TSynLog More... about 1 month ago
core: optimized TSynLog.GetCurrentTime More... about 1 month ago
core: rewritten TSynLog thread name output More... about 1 month ago
core: fixed TSynLog in acAppend mode More... about 1 month ago
rest: refined TRestServer.OnEndCurrentThread log output More... about 1 month ago
core: fixed RawByteString in TJsonWriter.AddAnyAnsiBuffer - they should be written as Base-64 (unless they are truly UTF-8 text), and not produce any invalid content More... about 1 month ago
core: TRttiProp.SetAsString detect base64 magic More... about 1 month ago
core: introducing Base64MagicRawDecode() raw wrapper function More... about 1 month ago
core: introducing woRawByteStringAsBase64Magic option More... about 1 month ago
core: rewritten TJsonWriter.AddRttiCustomJson - for optimization More... about 1 month ago
core: optimized TJsonWriter.AddTypedJson - with inlined RTTI extraction and caching More... about 1 month ago
core: optimized TRawByteStringStream.Write - in the very common case of a single call e.g. in TJsonWriter More... about 1 month ago
core: avoid duplicated output on similar TSynLog.LogThreadName calls More... about 1 month ago
tests: refined THttpPeerCache execution context More... about 1 month ago
tests: added context to some asym crypto validation More... about 1 month ago
core: minor comments/documentation precision - no functional change More... about 1 month ago
core: optimized TSynLog.LogHeader - the thread number is now encoded outside of the global lock - optimized instance information text generation More... about 1 month ago
core: new PointerToText() raw function More... about 1 month ago
core: circumvent Delphi inlining restriction More... about 1 month ago
core: refactored TAsyncConnections.LogVerbose to have a single method More... about 1 month ago
all: use TSynLog.LogText/LogEscape whenever possible More... about 1 month ago
core: another pass on log file initialization More... about 1 month ago
core: new TSynLog.LogText/LogEscape methods More... about 1 month ago
core: fixed TSynLog threading process More... about 1 month ago
core: refactored log to console process More... about 1 month ago
core: rewritten Enter/ISynLog implementation - to reduce the CPU usage, and the global lock contention More... about 1 month ago
core: rewritten TSynLog.LogHeader/LogTrailer methods - to use ahead-of-time computed timestamp - for better performance during content output More... about 1 month ago
core: rewritten TSynLog file initialization - to be done when a new thread is initialized - fixed also how the destination file is initialized More... about 1 month ago
core: refactored TSynLog format-like method More... about 1 month ago
core: removed TSynLog.LastQueryPerformanceMicroSeconds method - it is safer to call the API for this purpose More... about 1 month ago