1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: completed TSynVarData fields definition More... 2 months ago
net: refactored REST/HTTP server text error methods to return a PRawUtf8 instance and not a RawUtf8 More... 2 months ago
rest: new TRestServer.StatusCodeToText method - to customize the error text returned to the client by the REST server More... 2 months ago
net: new THttpServerGeneric.StatusCodeToText method - to customize the error text returned to the client by HTTP server(s) More... 2 months ago
net: minor THttpLogger refactoring More... 2 months ago
db: add a link to great third-party mormot collate extension project More... 2 months ago
Merge pull request #367 from achechulin/patch-1
ab
More... 2 months ago
Fixed FindNameValue call More... 2 months ago
net: fixed IP banning on our HTTP servers - for both hsoBan40xIP and THttpServerGeneric.Banned.BlackList More... 3 months ago
net: fixed THttpAcceptBan.IsBanned More... 3 months ago
net: fixed THttpAcceptBan.BlackList process - ensure is properly thread-safe - increment the Rejected property counter as expected More... 3 months ago
net: include an optional TIP4SubNets blacklist to THttpAcceptBan More... 3 months ago
net: new IP4SubNetMatch() overloaded methods - our binary output format could easily be parsed in-place: make it happen, even if it has no performance benefit More... 3 months ago
tests: cover latest TIp4SubNets methods More... 3 months ago
tests: use HttpGetWeak() whenever possible More... 3 months ago
net: refactored TIp4SubNets.LoadFromBinary More... 3 months ago
net: simplified TIp4SubNets.Match - brute force search for low IPCount did not make any speed difference in practice More... 3 months ago
tests: cover GotoNextLine() function More... 3 months ago
net: new TIp4SubNets.AddFromText method - could be used with online blacklist e.g. from spamhaus or firehol More... 3 months ago
net: allow NetIsIP4() to be used when decoding CIDR More... 3 months ago
net: new HttpGetWeak() function More... 3 months ago
net: introducing TIp4SubNets.AfterAdd method More... 3 months ago
rest: fixed Delphi compiler warning More... 3 months ago
net: refactored TIp4SubNets.Add to return a boolean More... 3 months ago
net: fixed IPv4 documentation More... 3 months ago
core: refactored TDynArray.FastLocateSorted More... 3 months ago
core: simplified GotoNextLine() implementation - checking for #13 did not make any sense for sure More... 3 months ago
core: fixed FastLocateIntegerSorted/FastLocateInt64Sorted More... 3 months ago
net: TIp4SubNets binary serialization More... 3 months ago
net: introducing TIp4SubNets class - store several CIDR sub-network mask definitions for efficient search - to handle typically a blacklist of IP ranges e.g. from spamhaus.org More... 3 months ago