1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix crypt units rename/move issue of lazarus pkg More... over 4 years ago
fix crypt units rename/move issue of lazarus pkg More... over 4 years ago
another round about mormot.script.core.pas More... over 4 years ago
preliminary support of QuickJS static linking for Delphi Win32 :) More... over 4 years ago
added missing ToUtF8() overload More... over 4 years ago
added optional "dontfree" parameter to TSynList.Delete More... over 4 years ago
first commit of mormot.script.core - NOT USABLE but only shared for early discussion in the forum! :) More... over 4 years ago
renamed src/crypto folder as src/crypt - and also the included files from mormot.crypto.* into mormot.crypt.* More... over 4 years ago
introducing QuickJS engine binary - currently only for FPC, but with upcoming static linking for Win32/Win64 and Linux i386/x86_64/arm/aarch64 More... over 4 years ago
enhanced variants support More... over 4 years ago
refresh the main readme file More... over 4 years ago
introducing mormot.lib.static.pas as low-level definitions needed to link static binaries More... over 4 years ago
introducing new src/script folder More... over 4 years ago
enhanced the custom variant tests to validate the new DispInvoke() fixes More... over 4 years ago
moved all cryptographic units into a new dedicated src/crypto sub-folder More... over 4 years ago
our faster and less buggy DispInvoke() implementation - to circumvent e.g. https://bugs.freepascal.org/view.php?id=38653 More... over 4 years ago
new SetFpuFlags() and ResetFpuFlags() functions More... over 4 years ago
enable RedirectCode() for i386 More... over 4 years ago
several fixes and refactoring More... over 4 years ago
GetNextFieldProp will ignore any SQL comment like '/*nocache*/' More... over 4 years ago
properly implement DB output memory limitation More... over 4 years ago
TSQLDBConnectionProperties.StatementMaxMemory with 512MB as default - port of https://github.com/synopse/mORMot/pull/387 More... over 4 years ago
Format Docker instruction More... over 4 years ago
More Examples More... over 4 years ago
Batch operations in UniDAC - thanks Matkov! - from https://github.com/synopse/mORMot/pull/384 More... over 4 years ago
introducing WinHttpGetProxyInfo() function More... over 4 years ago
introducing low-level TSynLog.ManualEnter/ManualLeave methods - and enter/leave refactoring + optimization More... over 4 years ago
deep refactoring of Interface invoke to bypass JSON marshalling - will be used for efficient script work with interfaces More... over 4 years ago
new optional LastZipNameToIgnore parameter to TZipWrite.CreateFrom - and other zip-related refactoring More... over 4 years ago
ZIP64 support :) More... over 4 years ago