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
1 day
ago. based on code collected
1 day
ago.
Jun 27, 2024 — Jun 27, 2025
Showing page 34 of 378
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
core: better code generation of THash* raw functions - inlining is no silver bullet, especially on CPU32
Arnaud Bouchez
More...
4 months ago
orm: rewritten TRestOrm.UpdateBlob - for more simple and safer code when working with TStream input
Arnaud Bouchez
More...
4 months ago
all: some TStream-related refactoring with no functional change
Arnaud Bouchez
More...
4 months ago
crypt: fixed TAesPkcs7Reader.Read when reading from the OS
Arnaud Bouchez
More...
4 months ago
zip: fixed potential read errors - the OS could return a FileRead() before the buffer is actually filled
Arnaud Bouchez
More...
4 months ago
core: rewritten StreamToRawByteString() and sibbling functions
Arnaud Bouchez
More...
4 months ago
core: fixed TTextWriter.SetText
Arnaud Bouchez
More...
4 months ago
core: fixed TAlgoCompress process when TStream are involved
Arnaud Bouchez
More...
4 months ago
core: introducing StreamReadAll() wrapper function - a silent TStream.ReadBuffer without any exception
Arnaud Bouchez
More...
4 months ago
angelize: fixed log redirection on disk write error
Arnaud Bouchez
More...
4 months ago
core: internal refactoring on text parsing from OS
Arnaud Bouchez
More...
4 months ago
core: fixed GetDiskPartitions() on MacOS aarch64 - we need to circumvent a FPC compiler bug for this
Arnaud Bouchez
More...
4 months ago
core: fixed TStatfs definition on MacOS aarch64 - FPC RTL did define wrong field lengths for TStatfs in darwin/ptypes.inc :(
Arnaud Bouchez
More...
4 months ago
core: enhanced XorOSEntropy() on BSD and MacOS - will include as detailled CPU ticks from OS as possible
Arnaud Bouchez
More...
4 months ago
core: better to get only 128-bit from old blocking /dev/random - if /dev/urandom is not available on the system, it is very likely that the OS PRNG is weak and won't give any more cryptographically safe bits - system entropy could be very quickly exhausted
Arnaud Bouchez
More...
4 months ago
crypt: added some more salt to TAesPrng.GetEntropy - include the 256 random bytes, set at startup to avoid hash flooding of AesNiHash(), if available
Arnaud Bouchez
More...
4 months ago
core: new XorMemory(THash128Rec) overload
Arnaud Bouchez
More...
4 months ago
core: use "constref" on FPC for THash128 parameters - seems safer and faster on all platforms
Arnaud Bouchez
More...
4 months ago
core: rewritten RetrieveSystemTimes() on BSD and MacOS - using the proper API on each system
Arnaud Bouchez
More...
4 months ago
core: added debug console output on POSIX - disabled by default
Arnaud Bouchez
More...
4 months ago
all: removed any goo.gl link - this URI shortener service is now deprecated and about to be unresponsive - better put the whole URI anyway
Arnaud Bouchez
More...
4 months ago
core: revert some of our previous "constref" ifdef - a plain "const value" with no explicit type seems always fine, and the FPC compiler always use a pointer on stack to those, since it does not know anything about the data size itself
Arnaud Bouchez
More...
4 months ago
core: refined arm/aarch64 HW caps sets
Arnaud Bouchez
More...
4 months ago
FPC: use constref whenever possible for TGuid - it is both safer (on some archs) and faster (no 128-bit data copy on stack done)
Arnaud Bouchez
More...
4 months ago
core: circumvent FPC aarch64 compiler bug with "const" parameter of huge sets - constref is both faster and safe
Arnaud Bouchez
More...
4 months ago
core: RetrieveSystemTimes on MacOS
Arnaud Bouchez
More...
4 months ago
core: new RetrieveSystemTimesText cross-platform function
Arnaud Bouchez
More...
4 months ago
tests: include latest functions
Arnaud Bouchez
More...
4 months ago
core: new RawUtf8ToCsv() function - to differentiate with RawUtf8ArrayToCsv() which is dedicated to TRawUtf8DynArray values
Arnaud Bouchez
More...
4 months ago
core: optimized TRawUtf8List.GetText and SaveToFile - using the new PRawUtf8ToCsv() function is clearly a better option
Arnaud Bouchez
More...
4 months ago
←
1
2
…
30
31
32
33
34
35
36
37
38
…
377
378
→
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