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
2 days
ago. based on code collected
2 days
ago.
Sep 01, 2024 — Sep 01, 2025
Showing page 31 of 412
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
crypt: simplified TJwtAbstract.Parse - ensure no memory temporary heap allocation should take place, so no need to protect the 4KB stack buffer
Arnaud Bouchez
More...
about 2 months ago
crypt: some AES refactoring - no functional change
Arnaud Bouchez
More...
about 2 months ago
core: introducing new RandomByteString() function
Arnaud Bouchez
More...
about 2 months ago
core: huge base64/base58/base32 refactoring - to reuse the same basic lookup types - faster and cleaner initialization of the decoding tables at process startup - pure pascal base64 decoding loop refactoring
Arnaud Bouchez
More...
about 2 months ago
core: removed misleading TSynTempBuffer.InitRandom function
Arnaud Bouchez
More...
about 2 months ago
core: refactored gsl_rng_taus2 Lecuyer generators - fixed TLecuyer documentation - fixed and moved Random32Seed() to mormot.core.os, so that it actually seeds the Random32() function - other fixes
Arnaud Bouchez
More...
about 2 months ago
crypt: refactored entropy gathering - XorEntropy() rewritten with specific non-Intel code (cleaner code would facilitate audit) - TAesPrng.GetEntropy() refactoring with no randomness level change
Arnaud Bouchez
More...
about 2 months ago
crypt: several fixes to JWT parsing and verification
Arnaud Bouchez
More...
about 2 months ago
crypt: fixed Delphi compilation
Arnaud Bouchez
More...
about 2 months ago
crypt: fixed TJwtAbstract.CacheResults property - setting this property should refresh the internal cache, if needed
Arnaud Bouchez
More...
about 2 months ago
db: relaxed TBsonVariant.AddItem() over TDocVariant content
Arnaud Bouchez
More...
about 2 months ago
core: properly parse 'null' in TDocVariantData.InitJsonInPlace() - JSON null is case-sensitive - fixed missing EndOfObject setting on success
Arnaud Bouchez
More...
about 2 months ago
core: optimized VariantClearSeveral()
Arnaud Bouchez
More...
about 2 months ago
core: refactored TDocVariantData initialization
Arnaud Bouchez
More...
about 2 months ago
all: use ESynException.RaiseU whenever possible
Arnaud Bouchez
More...
about 2 months ago
core: enhanced exceptions support - new ESynException.RaiseU method - made TTextWriter.RaiseNotImplemented a class method as expected
Arnaud Bouchez
More...
about 2 months ago
angelize: fixed StateFile location if fsoDisableSaveIfNeeded is used - logic in TSynAngelize.Create seemed to be inverted :(
Arnaud Bouchez
More...
about 2 months ago
tests: enhanced JWT coverage
Arnaud Bouchez
More...
about 2 months ago
crypt: simplified TJwtAbstract.CheckSignature method - it is easier to return the TJwtResult state - providing TJwtContent may be unsafe against the Liskov substitution principal: CheckSignature() should only check the signature, and not potentially check something else against TJwtContent
Arnaud Bouchez
More...
about 2 months ago
core: new joAllClaimsInData option for JWT verification - also includes a refactoring pass for cleaner code
Arnaud Bouchez
More...
about 2 months ago
crypt: new ParseJwt() high-level function - may be used e.g. on client side to extract information from a JWT
Arnaud Bouchez
More...
about 2 months ago
core: rewritten TJwtAbstract.Parse method - made public since may be used without full Verify() process - fully rewritten "aud" content parsing - output payload and signature are now optional - optimizations: faster claim parsing, cleaner initialization
Arnaud Bouchez
More...
about 2 months ago
core: rewritten IDocList/IDocDict copy methods and constructors
Arnaud Bouchez
More...
about 2 months ago
core: slightly optimized TDocVariantData.InitFrom
Arnaud Bouchez
More...
about 2 months ago
core: introducing JSON_VTYPE[] pre-constant
Arnaud Bouchez
More...
about 2 months ago
core: fixed NextGrow() to follow the documented algorithm
Arnaud Bouchez
More...
about 2 months ago
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
←
1
2
…
27
28
29
30
31
32
33
34
35
…
411
412
→
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