1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: rewritten GetJsonItemAsRawJson() for efficiency More... about 1 month ago
rest: refactored TServiceFactoryClient for cleaner logging More... about 1 month ago
rest: rewritten REST input/output logging on server More... about 1 month ago
rest: optimized TRestUriParams.OutBodyTypeIsJson More... about 1 month ago
rest: introducing TRest.InternalLogResponse - as used for TRestClient More... about 1 month ago
all: fixed IsValidUtf8Small/IsValidUtf8NotVoid usage More... about 1 month ago
core: new IsHttpHeadersContentTypeText() IsHttpHeadersTextWebSocketUpgrade() functions More... about 1 month ago
all: properly use IsContentType*() functions More... about 1 month ago
core: new ContentToShort() overload - and also fully rewritten the original function for proper UTF-8 support More... about 1 month ago
core: rewritten IsContentType*() functions More... about 1 month ago
core: rewritten IsContentTypeCompressible() - for efficiency - to be used to detect text-only content if needed More... about 1 month ago
core: optimized TTextWriter process More... about 1 month ago
core: refactored BinToHexDisplay* functions and methods More... about 1 month ago
core: new Utf8TruncatedLength() overload More... about 1 month ago
core: new IsValidUtf8NotVoid() and IsValidUtf8Small() functions - the AVX2 asm code seems to not check for #0 content More... about 1 month ago
log: check rotation in the background thread (if any) More... about 1 month ago
net: fixed random GPF at TFTP server shutdown More... about 1 month ago
core: tuned TSynLogProc parameter - a PUtf8Char is enough with our TSynLog.DoLog method More... about 2 months ago
all: fixed compilation after previous TSynLog commit More... about 2 months ago
core: defined TSynLog.Log() Fmt as PUtf8Char - it is just a text constant anyway, no need of the length here More... about 2 months ago
core: fixed race condition in TSynLog.NotifyThreadEnded More... about 2 months ago
all: use TSynLog.EnterLocal whenever possible - should make no difference on Delphi, but avoid a TSynLog._AddRef call on FPC More... about 2 months ago
core: new TSynLog.EnterLocal overloaded methods More... about 2 months ago
core: fixed potential compilation issue in TSynLog.CurrentTimestamp More... about 2 months ago
all: fixed ISynLog usage when no logging is enabled - TSynLog.Enter may indeed now return nil More... about 2 months ago
core: TSynLog refactoring with no functional change More... about 2 months ago
core: fixed TSynLog when reusing/appending to an existing log file More... about 2 months ago
core: rewritten TSynLog.LogInternalFmt to use TJsonWriter.AddFmt More... about 2 months ago
core: introducing TSynLog.CurrentTimestamp internal method More... about 2 months ago
core: fixed TJsonWriter class support in TSynLog More... about 2 months ago