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
launch background THttpPeerCache for mget in prompt mode before any URI is entered on the console More... about 1 year ago
reuse THttpPeerCache instance between mget prompt requests More... about 1 year ago
minor documentation fixes More... about 1 year ago
several fixes and enhancements to mget tool More... about 1 year ago
ensure PeerCache default temporary cache TTL is 1 hour - as documented More... about 1 year ago
proper console output of THttpClientSocket.WGet - when the file is already there with the proper hash - when the file has been copied from local cache More... about 1 year ago
added optional event parameter to TStreamRedirect.NotifyEnded More... about 1 year ago
enhanced TStreamRedirect process - new TStreamRedirect.GetHashName and TStreamRedirect.NotifyEndedclass methods More... about 1 year ago
several fixes to mget command line tool More... about 1 year ago
fixed PeerCache InterfaceName settings support More... about 1 year ago
enhanced generated text description for SetObjectFromExecutableCommandLine() More... about 1 year ago
simplified TNetAddr.SetFrom on Windows More... about 1 year ago
new TRttiEnumType.GetSetName method More... about 1 year ago
renamed TRttiEnumType.GetSetNameCsv into GetSetNameJsonArray - it was not a CSV output for sure More... about 1 year ago
fixed regression tests after latest changes More... about 1 year ago
fixed TExecutableCommandLine.ConsoleWriteUnknown output color More... about 1 year ago
fixed random GPF during HTTP server process - access of a freed class - observed only with LUTI on Raspberry PI by now, but potentially affecting all systems More... about 1 year ago
fixed IP4Netmask() integer arithmetic cornercase on 32-bit ARM - detected by LUTI on its Raspberry Pi during nightly testing ;) More... about 1 year ago
refactored mget help information More... about 1 year ago
enhanced TExecutableCommandLine - new SwitchToText() method - allow short description More... about 1 year ago
add firewall instructions to the mget help message More... about 1 year ago
enhanced TExecutableCommandLine help console output More... about 1 year ago
network code refactoring - mainly use NetMask() on Windows RetrieveMacAddresses() More... about 1 year ago
fixed IP4Netmask() More... about 1 year ago
fixed PeerCache UDP discovery on POSIX - we need to bind to the broadcast address to receive brodcast messages - but then local IP packets are not received: so we need to send the responses to the broadcast IP if the destination OS is marked as POSIX - Windows is non-conformant, but easier to work with: if you bind to a local IP, you receive the broadcast messages More... about 1 year ago
let TUdpServerThread.Destroy bind to a broadcast address More... about 1 year ago
added OS and destination IP to the PeerCache UDP message - will be used to work on broadcasted binding for POSIX More... about 1 year ago
introducing TNetworkProtocols.IPAddresses tests More... about 1 year ago
new IP4Broadcast/IP4Netmask/IP4Prefix/IP4Subnet functions More... about 1 year ago
enhanced documentation More... about 1 year ago