1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed potential GPF in TOrmCacheEntry.FlushCacheOutdatedEntries More... almost 2 years ago
new TOrmCacheEntry.RetrieveEntry() method - with other optimizations/rewrite - not sure if it is in fact noticeable... More... almost 2 years ago
don't let POSIX agl remove the "Service" kind of action used by Windows settings More... almost 2 years ago
enhanced TSynAngelize custom "Watch" events - to notify on failure - to optionally restart the associated sub-process More... almost 2 years ago
several ORM raw optimizations More... almost 2 years ago
rollback https://github.com/synopse/mORMot2/commit/87aa8faf More... almost 2 years ago
rollback https://github.com/synopse/mORMot2/commit/87aa8faf because of https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#single-database-query More... almost 2 years ago
fixed latest commit More... almost 2 years ago
optional aUnquote parameter to TSynAngelize.Expand More... almost 2 years ago
made AppendToTextFile/LogToTextFile thread-safe More... almost 2 years ago
don't return the ID field when it is fixed by the where clause - slightly reduce DB verbosity More... almost 2 years ago
use stack temp buffer for TRestOrm.AcquireJsonWriter - to release middle-sized multi-thread heap contention for those 8KB blocks More... almost 2 years ago
fixed FPC compiler warnings at some compilation level More... almost 2 years ago
introducing WatchCountRestart for AGL More... almost 2 years ago
optimized TOrmCache.Retrieve More... almost 2 years ago
minor https://github.com/synopse/mORMot2/pull/140 refactoring More... almost 2 years ago
Merge pull request #140 from pavelmash/fix/pgPipelining
ab
More... almost 2 years ago
Solved TFB /rawqueries and /rawupdates performance problems: - Postgres pipeline mode has been rethought - better to use Flush after each statement instead of PipelineSync after lase statement; In this case server starts to execute queries ASAP; - TFB /rawupdates - Use `::bigint[]` instead fo `::NUMERIC[]` typecast (NUMERIC is floating point type, nut we need Int64); add `order by id` to minimize locks waits (as in ORM) More... almost 2 years ago
fixed Delphi compilation More... almost 2 years ago
some sample reformatting More... almost 2 years ago
new "Notify" entry in TSynAngelizeService - allow to send a notification message about a failure or recovery - as running an executable, sending an email, writing to a log/audit trail file, or make a http request - or a combination of all those More... almost 2 years ago
new TSynAngelize.DoNotifyByEmail and DoHttpGet methods More... almost 2 years ago
fixed pause calculation between TSynAngelize retries More... almost 2 years ago
Introduce new TLDAPSend low level client from synapse More... almost 2 years ago
included some regression tests about last commits More... almost 2 years ago
ensure SendEmail() Text parameter is RawByteString - to avoid any confusion about encoding, since by default it is WinAnsi and not UTF-8, unless written otherwise More... almost 2 years ago
new timeout optional parameter to HttpGet function and THttpRequest class methods More... almost 2 years ago
new ExtractExecutableName() function More... almost 2 years ago
new AppendToTextFile() LogToTextFile() functions More... almost 2 years ago
new Append() and Prepend() functions More... almost 2 years ago