1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
net: changed TIp4SubNets.SaveToBinary format magic More... 22 days ago
core: completed IsContentCompressed() recognized formats More... 22 days ago
tests: cover 'file://xxxx' cross-platform URI support More... 22 days ago
tests: completed TUri methods coverage - especially about the new schemes like file: More... 22 days ago
tests: fixed TIp4SubNets usage More... 22 days ago
net: let HttpGet() use INetClientProtocol if needed - e.g. for 'file://xxx' URIs More... 22 days ago
net: use TUri.UriScheme whenever possible More... 22 days ago
net: fixed GetFileNameFromUrl() on POSIX More... 22 days ago
net: new TCrtSocket.OpenUri overloaded method More... 22 days ago
net: new TIp4SubNets.LoadFrom method - able to load a text or binary blocklist file More... 22 days ago
net: fixed TIp4SubNets.AddFromText compilation More... 22 days ago
net: changed TIp4SubNets binary serialization format - now includes a 32-bit magic header More... 22 days ago
net: rewritten TIp4SubNets.Add core process More... 22 days ago
net: rewritten SocketOpen() for simplification More... 22 days ago
net: enhanced TUri scheme support - new TUri.UriScheme property with explicit known schemes - several fixes and enhancements for the file:// scheme - fixed TUri.Uri to work outside of the http/https schemes More... 22 days ago
net: new GetTlsContext() function More... 22 days ago
tests: fixed firehol blocklist expectations - the current list state got a new set of subnets More... 22 days ago
core: refined supported BSON types - "JavaScript Scope" seems to be deprecated now - some new binary sub-types - added some regression tests More... 22 days ago
tests: several fixes - mainly after IsSqlReserved() modification - but there was a "writeln" debug remain More... 23 days ago
db: included some more keywords to IsSqlReserved() More... 23 days ago
crypt: simplified TEccCertificateChain valid table - using lowest 128-bit of SHA-256 is safe and valid More... 23 days ago
core: refactored HexDisplayToCardinal() on x64 and arm More... 23 days ago
core: properly document Lecuyer generator usage More... 23 days ago
core: refactored TLecuyer.Seed - it is easier (and safer) to hash any supplied entropy More... 23 days ago
core: ensure HexDisplayToBin() behave the same on all CPUs More... 24 days ago
core: fixed HexDisplayToBin() on x86_64 and arm/aarch64 More... 24 days ago
core: slightly optimized entropy gathering at startup More... 24 days ago
core: rewritten auxv parsing on arm/aarch64 Linux More... 25 days ago
tests: cover new SQL keyword functions More... 25 days ago
rest: rewritten TRestServer.Timestamp - for proper thread-safety - and efficiency More... 25 days ago