1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
os: minor SMBios refactoring - no functional change More... 11 months ago
os: retrieve SMBIOS info on aarch64-win64 - the Windows API is in fact working as expected :) More... 11 months ago
orm: fixed TRestOrmServer.RecordVersionSynchronizeSlave More... 11 months ago
base: use WinAPI on aarch64-win64 to detect CpuFeatures More... 11 months ago
lib: disable any external static on aarch64-win64 - to be implemented later on, once FPC is stabilized on this target More... 11 months ago
winarm: properly define global conditionals for aarch64-win64 More... 11 months ago
pkcs11: circumvent aarch64-win64 FPC bug More... 11 months ago
orm: refactored the code generator - mostly about Delphi 2007 compatibility - no functional change More... 11 months ago
variants: fixed IDocList.L[] error message More... 11 months ago
lib: let mormot.lib.static compile on aarch64-win64 More... 11 months ago
os: let mormot.core.os compile on aarch64-win64 More... 11 months ago
gssapi: new ServerDomainMapUseRealm global flag - to force returning the user realm and not a (fake) NetBIOS name More... 11 months ago
net: hardened THttpAsyncServerConnection.AsyncResponse according to https://github.com/synopse/mORMot2/issues/321 feedback More... 11 months ago
net: hardened THttpAsyncServerConnection.AsyncResponse More... 11 months ago
lib: fixed cdecl functions size_t as PtrInt - as reported by https://github.com/synopse/mORMot2/issues/324 - should not make any difference in practice, since those parameters are likely to be < 2GB More... 11 months ago
IDocList: added tests for https://github.com/synopse/mORMot2/issues/322 More... 11 months ago
winarm: new conditional defines to identify WINTEL/WINARM targets More... 11 months ago
async: another pass on THttpAsyncServerConnection.AsyncResponse - only about comments/context More... 11 months ago
async: fixed potential race condition - in THttpAsyncServerConnection.AsyncResponse method - as reported by https://github.com/synopse/mORMot2/issues/321 More... 11 months ago
ldap: enhanced IsLdifSafe() test coverage More... 11 months ago
ldap: optimized raw values stored as raw binary - always base-64 encoded in LDIF output More... 11 months ago
ldap: added optional param to AddLdif() wrapper More... 11 months ago
ldap: rewritten IsLdifSafe() to follow RFC 2849 + associated erratas More... 11 months ago
ldap: regression tests for LDIF format More... 11 months ago
utf8: fixed RawUtf8DynArraySame() false positive More... 11 months ago
bug: regression test to reproduce RawUtf8DynArraySame() issue More... 11 months ago
utf8: regression tests for the new Unicode functions More... 11 months ago
ldap: enhanced TLdapCheckMember.AllowGroups to detect identical group names in any order More... 11 months ago
utf8: new RawUtf8DynArrayContains() and RawUtf8DynArraySame() functions More... 11 months ago
ldap: new TLdapCheckMember.AllowGroups() method More... 11 months ago