1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 29, 2024 — Jun 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: disabled mormot.core.fpcx64mm on FPC_PIC - as indirectly reported by https://github.com/synopse/mORMot2/issues/349 - in the future, we may add proper GOTPCREL support More... 3 months ago
log: published SystemdEcho() function on Linux - as proposed by https://github.com/synopse/mORMot2/issues/352 More... 3 months ago
core: refined case-folding functions documentation More... 3 months ago
soa: small refactoring of previous PR More... 3 months ago
Merge pull request #353 from michaliskambi/master
ab
More... 3 months ago
Fix TWrapperContext.ContextNestedProperties: rtti may be nil for array inside a record More... 3 months ago
net: fixed TLdapClient.RetrieveRootDseInfo when no result is returned More... 3 months ago
net: fixed TPollAsyncConnection.Release*MemoryOnIdle More... 3 months ago
net: fixed TPollAsyncSockets.ProcessRead More... 3 months ago
net: fixed TPollAsyncConnection.ReleaseMemoryOnIdle More... 3 months ago
Merge pull request #348 from Coldzer0/master
ab
More... 3 months ago
Fix unwrapped code that uses Exception Intercept More... 3 months ago
net: fixed regression in TCrtSocket.TrySockRecv More... 3 months ago
tests: refined TNetworkProtocols startup - try to avoid connection problem on a slow LUTI VM with a single core available More... 3 months ago
net: refined TAsyncServer startup More... 3 months ago
core: optimized TJsonWriter.AddVarRec for TSynLog process More... 3 months ago
core: rewritten TTextWriter.AddOnSameLine - could help TSynLog performance in practice More... 3 months ago
tests: ensure TTestMultiThreadProcess properly clean TSynLog thread information More... 3 months ago
core: refactored TSynLog exception interception - working at family level makes sense and results in cleaner code More... 3 months ago
core: refined TSynLog threading support - only up to 7 TSynLog class definitions (usually 1 is enough) - ensure no more than 64K threads seems fair enough More... 3 months ago
net: let TAsyncConnectionsThread inherit from TLoggedThread - for proper thread cleaning outside of mORMot REST process More... 3 months ago
net: ensure TWebSocketProcessClientThread is properly cleaned More... 3 months ago
log: huge refactoring of TSynLog thread process - using a threadvar seems a safer option than our "hash table of the poor" tweak - we need this threadvar anyway for the "exception silent" per-thread flag, so let's use it to store the index More... 3 months ago
net: fixed THttpPeerCache.OnDownloaded - it should now properly handle all finishing states More... 3 months ago
net: enhanced THttpPartials - new THttpPartials.DoneLocked overloaded methods - fixed eventual download success state - improved logging content - fixed HasFile() method More... 3 months ago
core: fixed Delphi compilation More... 3 months ago
net: new wgsAlternateFailedRename explicit PeerCache step More... 3 months ago
net: rewritten THttpPeerCache.OnDownloaded logic mostly about partial file switch More... 3 months ago
net: rewritten THttpPeerCacheThread.OnFrameReceived - mostly about log content to ease debugging More... 3 months ago
net: refined PeerCache message log More... 3 months ago