openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
mORMot2
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 66 of 68
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixed potential GPF in TOrmCacheEntry.FlushCacheOutdatedEntries
Arnaud Bouchez
More...
almost 2 years ago
new TOrmCacheEntry.RetrieveEntry() method - with other optimizations/rewrite - not sure if it is in fact noticeable...
Arnaud Bouchez
More...
almost 2 years ago
don't let POSIX agl remove the "Service" kind of action used by Windows settings
Arnaud Bouchez
More...
almost 2 years ago
enhanced TSynAngelize custom "Watch" events - to notify on failure - to optionally restart the associated sub-process
Arnaud Bouchez
More...
almost 2 years ago
several ORM raw optimizations
Arnaud Bouchez
More...
almost 2 years ago
rollback https://github.com/synopse/mORMot2/commit/87aa8faf
Arnaud Bouchez
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
Arnaud Bouchez
More...
almost 2 years ago
fixed latest commit
Arnaud Bouchez
More...
almost 2 years ago
optional aUnquote parameter to TSynAngelize.Expand
Arnaud Bouchez
More...
almost 2 years ago
made AppendToTextFile/LogToTextFile thread-safe
Arnaud Bouchez
More...
almost 2 years ago
don't return the ID field when it is fixed by the where clause - slightly reduce DB verbosity
Arnaud Bouchez
More...
almost 2 years ago
use stack temp buffer for TRestOrm.AcquireJsonWriter - to release middle-sized multi-thread heap contention for those 8KB blocks
Arnaud Bouchez
More...
almost 2 years ago
fixed FPC compiler warnings at some compilation level
Arnaud Bouchez
More...
almost 2 years ago
introducing WatchCountRestart for AGL
Arnaud Bouchez
More...
almost 2 years ago
optimized TOrmCache.Retrieve
Arnaud Bouchez
More...
almost 2 years ago
minor https://github.com/synopse/mORMot2/pull/140 refactoring
Arnaud Bouchez
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)
pavel.mash
More...
almost 2 years ago
fixed Delphi compilation
Arnaud Bouchez
More...
almost 2 years ago
some sample reformatting
Arnaud Bouchez
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
Arnaud Bouchez
More...
almost 2 years ago
new TSynAngelize.DoNotifyByEmail and DoHttpGet methods
Arnaud Bouchez
More...
almost 2 years ago
fixed pause calculation between TSynAngelize retries
Arnaud Bouchez
More...
almost 2 years ago
Introduce new TLDAPSend low level client from synapse
aleroux
More...
almost 2 years ago
included some regression tests about last commits
Arnaud Bouchez
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
Arnaud Bouchez
More...
almost 2 years ago
new timeout optional parameter to HttpGet function and THttpRequest class methods
Arnaud Bouchez
More...
almost 2 years ago
new ExtractExecutableName() function
Arnaud Bouchez
More...
almost 2 years ago
new AppendToTextFile() LogToTextFile() functions
Arnaud Bouchez
More...
almost 2 years ago
new Append() and Prepend() functions
Arnaud Bouchez
More...
almost 2 years ago
←
1
2
…
60
61
62
63
64
65
66
67
68
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree