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
Update mormot.core.os.posix.inc More... almost 2 years ago
let TRestHttpServer.Create adapt the async algorithms - i.e. setup the hsoThreadSmoothing/hsoEventFD according to number of threads and CPU cores More... almost 2 years ago
new TNetSocketWrap.SetCork method - not compatible with our socket servers anyway (blocking) More... almost 2 years ago
ClientCertificateAuthentication and ClientVerifyOnce flags for TLS auth - thanks Gigo for the idea and patch! More... almost 2 years ago
thread/socket affinity may help hsoEventFD scaling More... almost 2 years ago
new acoEventFD option (on Linux only) - will use eventfd() instead of futexes to notify the processing threads - by design, will disable acoThreadSmooting - numbers on regular HW (laptop) are not better, but it may help on high-end HW with a lot of cores (let's test it) :) More... almost 2 years ago
some comments fixes - no functional changes More... almost 2 years ago
NoBlobBindArray should not affect DELETE operations More... almost 2 years ago
disable ftBlob array binding on mormot.db.sql.postgresql - as reported by https://github.com/synopse/mORMot2/issues/147 More... almost 2 years ago
prepare IEventFD use in mormot.net.async - disabled by now until further testing - current numbers are not better than our own algorithm More... almost 2 years ago
introducing NewEventFD: IEventFD wrapper - currently only implemented for Linux X86_64 More... almost 2 years ago
Merge pull request #148 from MateusAbade/master
ab
More... almost 2 years ago
slightly changed TSynPersistentWithPassword More... almost 2 years ago
fixed inlined/formatted orm.sql queries to use RawUtf8 for the format string, as expected by FormatUtf8() itself More... almost 2 years ago
IRestOrm.UpdateField with void WHERE clause won't be rejected - but interpreted as a "UPDATE ... from ..." with no WHERE clause - i.e. modifying ALL rows of the table - this is a breaking change More... almost 2 years ago
Include mormot.core.text to call HexToBin function More... almost 2 years ago
enhanced OpenSSL 3.x compatibility More... almost 2 years ago
new IsCurrentNonce() overloaded functions More... almost 2 years ago
TSynDaemon properties about work/settings/log folders More... almost 2 years ago
TInterfaceFactoryRtti raises exception on parameter without RTTI - with the proper file :) More... almost 2 years ago
TInterfaceFactoryRtti raises exception on parameter without RTTI More... almost 2 years ago
let TRestServerRoutingRest register PUT/DELETE methods More... almost 2 years ago
extended TSynBackgroundTimer.Create() parameters More... almost 2 years ago
new CurrentNonce256() wrapper function More... almost 2 years ago
TRest.SetServerTimestamp(0) will force to use the local time More... almost 2 years ago
let DefaultUserAgent() return more standard content More... almost 2 years ago
define LOG_LEVEL_COLORS/LOG_CONSOLE_COLORS as var for customization More... almost 2 years ago
tune TRestServer.Create default method-based services More... almost 2 years ago
fixed TServiceContainerServer.RemoveFakeCallback - previous fix was in fact... not fixing anything but hidding the main issue More... almost 2 years ago
fixed exception in TServiceContainerServer.RemoveFakeCallback More... almost 2 years ago