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
Very High Activity
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
1 day
ago.
Aug 28, 2024 — Aug 28, 2025
Showing page 30 of 410
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
core: rewritten _Safe(ExpectedKind) overload
Arnaud Bouchez
More...
about 2 months ago
core: avoid unexpected GPF and memory leak on invalid input - i.e. avoid EDocVariant in TDocVariantData.InternalAddBuf()
Arnaud Bouchez
More...
about 2 months ago
core: new TDocVariantData.AddValue overload from JSON input
Arnaud Bouchez
More...
about 2 months ago
core: new TDocVariantData.IsKind method
Arnaud Bouchez
More...
about 2 months ago
core: use ARM v8 asm as soon as possible
Arnaud Bouchez
More...
about 2 months ago
core: minor code or comments refactoring - with no functional change
Arnaud Bouchez
More...
about 2 months ago
core: rewritten FillSystemRandom() on POSIX - don't retry to open inaccessible /dev/urandom or /dev/random on chroot systems - sysutils.CreateGUID() are likely to be also unstable in this context - see https://groups.google.com/g/golang-codereviews/c/XFjxbaDcL6E
Arnaud Bouchez
More...
about 2 months ago
core: rewritten XorEntropy() on POSIX - no /dev/random call for XorEntropy() to avoid endless recursive call and GPF at startup if access to the procsys files failed (e.g. on some chroot systems)
Arnaud Bouchez
More...
about 2 months ago
crypt: refactored TSha256.Update with no actual functional change
Arnaud Bouchez
More...
about 2 months ago
core: fixed fpOpen/fpClose when EINTR is triggered
Arnaud Bouchez
More...
about 2 months ago
core: rewritten XorEntropy() to enhance its output
Arnaud Bouchez
More...
about 2 months ago
core: some documentation and comments precisions and fixes
Arnaud Bouchez
More...
about 2 months ago
crypt: fixed Delphi compilation warning
Arnaud Bouchez
More...
about 2 months ago
crypt: rewritten TAesPrng.FillRandom methods - to reuse the same AES-CTR generator code for safety and consistency and simplicity - would ease any external audit of the implementation
Arnaud Bouchez
More...
about 2 months ago
crypt: rewritten TAesPrng.Seed - to use PBKDF2-SHA-256 key derivation from the gathered entropy - fix IV.H (i.e. the CTR part) as 0 to avoid any overflow replay - set random from entropy into IV.L to enhance unpredictability
Arnaud Bouchez
More...
about 2 months ago
crypt: some documentation precisions
Arnaud Bouchez
More...
about 2 months ago
core: fixed GPF regression on FPC Win64 - some weird struct alignement issue on FPC only (Delphi seem not affected)
Arnaud Bouchez
More...
about 2 months ago
rest: fixed TRest.InternalLogResponse()
Arnaud Bouchez
More...
about 2 months ago
soa: let sllServiceCall use TRest.LogResponseMaxBytes
Arnaud Bouchez
More...
about 2 months ago
rest: new TRest.InternalLogResponse overload
Arnaud Bouchez
More...
about 2 months ago
core: new TSynLog.LogText overload - also include those LogText methods to ISynLog
Arnaud Bouchez
More...
about 2 months ago
core: refactored TSynLog internal PUtf8Char process
Arnaud Bouchez
More...
about 2 months ago
core: fixed TSynLog.LogEscape output - it was written random memory bytes to the log file :(
Arnaud Bouchez
More...
about 2 months ago
net: rewritten THttpServerSocketGeneric.Authorization - enhanced logged output - better response generation on Negotiate/Kerberos
Arnaud Bouchez
More...
about 2 months ago
all: fixed logged content after exception
Arnaud Bouchez
More...
about 2 months ago
lib: new TServerSspiKeyTab.ComputeServerHeader method - able to implement Kerberos authentication on server side via GSSAPI - with an optional keytab file support, and automated file hot reload
Arnaud Bouchez
More...
about 2 months ago
core: fixed library late binding on Windows - use our safer LibraryResolve() function instead of GetProcAddress (misleading on some Delphi revisions) - delay low-level ntdll resolution only when really needed - may reduce antivirus heuristics false positives
Arnaud Bouchez
More...
about 2 months ago
core: moved low-level Windows Security API to mormot.core.os.security
Arnaud Bouchez
More...
about 2 months ago
core: moved more low-level WinAPI to mormot.core.os.security - for consistency, and to reduce mormot.core.os pressure
Arnaud Bouchez
More...
about 2 months ago
tests: refined some comments
Arnaud Bouchez
More...
about 2 months ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
409
410
→
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