Regularly poll other dnsseeds for new addrs
[dnsseed-rust] / src / main.rs
2019-05-21 Matt CoralloRegularly poll other dnsseeds for new addrs
2019-05-21 Matt CoralloPreallocate the header maps
2019-05-21 Matt CoralloNever run the scan loop more than once every 15 seconds
2019-05-21 Matt CoralloSend trusted peer a sendheaders
2019-05-21 Matt CoralloDont ever run two scan threads
2019-05-21 Matt CoralloFix printing Good on not-Good
2019-05-21 Matt CoralloBetter log messages
2019-05-21 Matt CoralloPrint old state on updates
2019-05-21 Matt CoralloFix dup block request bug
2019-05-21 Matt CoralloOnly print on chage, print on good, too
2019-05-21 Matt CoralloRequest block after addr recv, print subver on bad...
2019-05-20 Matt CoralloAllow NODE_NETWORK_LIMITED for full node consideration
2019-05-20 Matt CoralloReject oversized addr messages
2019-05-20 Matt CoralloTotal runtime timeout, fix saves
2019-05-19 Matt CoralloImplement shutdown, input reading
2019-05-19 Matt CoralloImplement subver regex checking, allow multiple version...
2019-05-19 Matt Coralloimplement storing/reading data in human-readable data...
2019-05-19 Matt CoralloRefactor per-node-scan-start into a function
2019-05-18 Matt CoralloInitial checkin