1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finalization tweaks to mget/PeerCache - seems pretty stable from our tests with a few nodes - to be validated with (much) more nodes :) More... about 1 year ago
tuned PeerCache logging More... about 1 year ago
fixed TStreamRedirect.Append temp buffer size More... about 1 year ago
refined mget destination location More... about 1 year ago
ensure mget output its prompt files in executable folder More... about 1 year ago
identify overloaded PeerCache node in logs More... about 1 year ago
fixed PeerCache process More... about 1 year ago
allow WGet destination param to be a folder More... about 1 year ago
refactored some tests More... about 1 year ago
minor IP4 low-level functions changes More... about 1 year ago
several fixes to PeerCache - now seems to work pretty well :D More... about 1 year ago
fixed PeerCache error on Delphi - FPC was fine with using a class instance type for a class method More... about 1 year ago
reduce Windows syscall number on console access More... about 1 year ago
new NetBinToBase64() function More... about 1 year ago
added regression tests for previous subnet computation functions More... about 1 year ago
introducing IP4Match() function - and overloaded IP4Netmask() More... about 1 year ago
new NetIsIP4Subnet() function More... about 1 year ago
fixed mget in prompt mode - previous hash value and algo should not be reused More... about 1 year ago
fixed Delphi compilation warnings More... about 1 year ago
enhanced TMGetProcess More... about 1 year ago
enhanced SetObjectFromExecutableCommandLine() - will include additional human-readable description text from RTTI type info (integer, file, folder, text...) - enumerates and sets will be converted as <value1|value2...> explicit placeholder More... about 1 year ago
enhanced TExecutableCommandLine.Describe process More... about 1 year ago
some comment enhancements with no functional change More... about 1 year ago
circumvent mremap OS issue with some kernels - discovered by LUTI on Alma Linux 9 - also observed in https://github.com/ClickHouse/ClickHouse/issues/52955#issuecomment-1664710083 - safe fallback to regular Alloc/Move/Free pattern on failure - better handling of out-of-memory issue (we expect to return nil, not MAP_FAILED=-1 in such cases) More... about 1 year ago
accept ModelRoot/MethodName/ URI - as mORMot 1 did More... about 1 year ago
enhanced JsonDecode() overloaded functions documentation More... about 1 year ago
new --header option to mget tool More... about 1 year ago
new TExecutableCommandLine.ParamS() method More... about 1 year ago
disable --peer for mget if something went wrong during THttpPeerCache startup - silent fallback to plain HTTP requests is what user would expect More... about 1 year ago
introducing /debug flag to mget - would eventually be hidden More... about 1 year ago