1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
let TCryptCertOpenSsl.Load() read PKCS#12 input (as cert-only or private-key-only) More... almost 2 years ago
fixed TSha3.Update More... almost 2 years ago
optimized TPollSocketSelect.WaitForModified on Windows More... almost 2 years ago
fixed small regression in TSha3.Update More... almost 2 years ago
ensure TPollSocketEpoll is thread-safe - we assume thread-safety in mormot.net.async but in fact it was not due to an internal dynamic array for results - using a local stack-allocated array of 256 items is perfectly thread-safe and also faster (on my PC) - is likely to fix error reported with high number of CPUs at https://synopse.info/forum/viewtopic.php?pid=38921#p38921 More... almost 2 years ago
enhanced and fixed TLdapClient More... almost 2 years ago
fixed Base64Uri decoding false positive - bug existing since mORMot 1 - incorrect characters may have been accepted - also slightly optimized base32 decoding More... almost 2 years ago
optimized Base32 process for x86_64 and ARM/AARCH64 More... almost 2 years ago
introducing Base32 encoding/decoding - as defined by RFC-4648 - as used by TOTP/HOTP authentication More... almost 2 years ago
several fixes and enhancements to TLdapClient More... almost 2 years ago
- PG pipelining mode fix (as in TFB PR#7879) - `pStmt absolute stmt` not work with interface - change back to typecast More... almost 2 years ago
several fixes to TLdapClient More... almost 2 years ago
fixed Delphi 2007 compilation More... almost 2 years ago
refactoring of https://github.com/synopse/mORMot2/pull/139 LDAP client - mormot integration - ASN code rewrite - some fixes and optimization More... almost 2 years ago
fixed some tests to please libc heap - "s := s + s" then "delete(s,i,1)" triggers GPF with FPC_LIBCMM :( More... almost 2 years ago
introducing mormot.core.fpclibcmm More... almost 2 years ago
Merge pull request #139 from AndreasLrx/master
ab
More... almost 2 years ago
simplified TPkcs11ObjectStorage flags code More... almost 2 years ago
fixed compilation with latest Delphi revisions More... almost 2 years ago
let TPkcs11 return any stored objects More... almost 2 years ago
new CK_ATTRIBUTES helper to manage a set of CK_ATTRIBUTE More... almost 2 years ago
Refactor ldap client unit More... almost 2 years ago
new ForcedContentType optional parameter to MultiPartFormDataAddField/File More... almost 2 years ago
ensure mormot.core.os trim right its SMBios information - just as mormot.core.perf does More... almost 2 years ago
introducing mormot.lib.pkcs11.pas - with minimal regression tests - to be continued More... almost 2 years ago
raise an exception when RTTI using rkDynArray/rkInterface with getter More... almost 2 years ago
fixed Delphi 7 compilation More... almost 2 years ago
optimized TrimSelf() More... almost 2 years ago
Fix LDAP client delphi compilation More... almost 2 years ago
fixed setup instructions to include src/misc sub-folder More... almost 2 years ago