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
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 65 of 68
Search / Filter on:
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)
Arnaud Bouchez
More...
almost 2 years ago
fixed TSha3.Update
Arnaud Bouchez
More...
almost 2 years ago
optimized TPollSocketSelect.WaitForModified on Windows
Arnaud Bouchez
More...
almost 2 years ago
fixed small regression in TSha3.Update
Arnaud Bouchez
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
Arnaud Bouchez
More...
almost 2 years ago
enhanced and fixed TLdapClient
Arnaud Bouchez
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
Arnaud Bouchez
More...
almost 2 years ago
optimized Base32 process for x86_64 and ARM/AARCH64
Arnaud Bouchez
More...
almost 2 years ago
introducing Base32 encoding/decoding - as defined by RFC-4648 - as used by TOTP/HOTP authentication
Arnaud Bouchez
More...
almost 2 years ago
several fixes and enhancements to TLdapClient
Arnaud Bouchez
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
pavel.mash
More...
almost 2 years ago
several fixes to TLdapClient
Arnaud Bouchez
More...
almost 2 years ago
fixed Delphi 2007 compilation
Arnaud Bouchez
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
Arnaud Bouchez
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 :(
Arnaud Bouchez
More...
almost 2 years ago
introducing mormot.core.fpclibcmm
Arnaud Bouchez
More...
almost 2 years ago
Merge pull request #139 from AndreasLrx/master
ab
More...
almost 2 years ago
simplified TPkcs11ObjectStorage flags code
Arnaud Bouchez
More...
almost 2 years ago
fixed compilation with latest Delphi revisions
Arnaud Bouchez
More...
almost 2 years ago
let TPkcs11 return any stored objects
Arnaud Bouchez
More...
almost 2 years ago
new CK_ATTRIBUTES helper to manage a set of CK_ATTRIBUTE
Arnaud Bouchez
More...
almost 2 years ago
Refactor ldap client unit
aleroux
More...
almost 2 years ago
new ForcedContentType optional parameter to MultiPartFormDataAddField/File
Arnaud Bouchez
More...
almost 2 years ago
ensure mormot.core.os trim right its SMBios information - just as mormot.core.perf does
Arnaud Bouchez
More...
almost 2 years ago
introducing mormot.lib.pkcs11.pas - with minimal regression tests - to be continued
Arnaud Bouchez
More...
almost 2 years ago
raise an exception when RTTI using rkDynArray/rkInterface with getter
Arnaud Bouchez
More...
almost 2 years ago
fixed Delphi 7 compilation
Arnaud Bouchez
More...
almost 2 years ago
optimized TrimSelf()
Arnaud Bouchez
More...
almost 2 years ago
Fix LDAP client delphi compilation
aleroux
More...
almost 2 years ago
fixed setup instructions to include src/misc sub-folder
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