1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
net: refactoring of the cross-platform sockaddr code More... about 1 month ago
net: new TNetAddr.Clear method More... about 1 month ago
core: minor RTTI/JSON comments precisions - no functional change More... about 1 month ago
tests: completed TSynDictionary coverage - with integer keys, to ensure they are serialized as valid JSON field names More... about 1 month ago
tests: run the slowest tests in a background thread More... about 1 month ago
core: new /mainthread command line switch for tests More... about 1 month ago
core: fixed TSynDictionary when keys are not JSON string - e.g. TIntegerDynArray would generate invalid JSON Output, since a JSON object should have only strings as keys More... about 1 month ago
net: rewritten THttpAsyncServerConnection.DoReject - use the regular pre-computed HTTP 418 error message - fixed missing favicon unexpected banning More... about 1 month ago
net: introducing THttpServerSocketGeneric.ComputeRejectBody method More... about 1 month ago
core: refined the HTTP 418 error message More... about 1 month ago
net: fixed hraNegotiate HTTP header on server side More... about 1 month ago
net: new callback events when THttpAcceptBan BanIP() or IsBanned() methods are called More... about 1 month ago
net: rewritten IsHttpUserAgentBot() - for performance, and better coverage More... about 1 month ago
net: implemented new hsoRejectBotUserAgent option - returns a 418 I'm a Tea Pot error on Bot detection More... about 1 month ago
core: added some HTTP result code constants More... about 1 month ago
rest: fixed Delphi 7 compilation More... about 1 month ago
Merge branch 'master' of https://github.com/synopse/mORMot2 More... about 1 month ago
core: new cross-platform SetCurrentDir() function - handle more than MAX_PATH file size - the FPC RTL is not consistent with Delphi on Windows More... about 1 month ago
core: fixed TSynLog._Release timing More... about 1 month ago
tests: fixed and enhanced regression tests after today's commits More... about 1 month ago
rest: clean TWebSocketProtocolJson base-64 encoding usage - it is now triggered from the actual content, for efficiency and consistency More... about 1 month ago
rest: rewritten TWebSocketProtocolRest frame encoding/decoding More... about 1 month ago
core: optimized ISynLog refcounting and high-precision timing - all thread-specific could be done outside of the TSynLog giant lock More... about 1 month ago
core: some TSynLog refactoring with no functional change - mostly about comments precision More... about 1 month ago
core: refactored TSynLog trailer output More... about 1 month ago
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