Add a category for timedout pong
[dnsseed-rust] / src / datastore.rs
2019-06-10 Matt CoralloAdd a category for timedout pong
2019-06-03 Matt CoralloTrack which element timeout was hit for in different...
2019-06-02 Matt CoralloFix split point calculation
2019-06-02 Matt CoralloMake good_node_services a Vec, not HashMap<u8, >.....
2019-06-02 Matt CoralloDrop nodes mutex before shuffling result
2019-05-27 Matt CoralloConvert state_next_scan to vec to make addr prioritizat...
2019-05-23 Matt CoralloFix manual scan
2019-05-21 Matt CoralloRegularly poll other dnsseeds for new addrs
2019-05-21 Matt CoralloNever run the scan loop more than once every 15 seconds
2019-05-21 Matt CoralloAlways get 30 seconds of nodes to scan at a time
2019-05-21 Matt CoralloPrint old state on updates
2019-05-21 Matt CoralloUse AddressState utils more
2019-05-21 Matt CoralloAdd some util functions to AddressState
2019-05-21 Matt CoralloFix was_good timer check
2019-05-21 Matt CoralloOnly print on chage, print on good, too
2019-05-20 Matt CoralloImplement WasGood timeout
2019-05-20 Matt CoralloFix dnsseed hostname
2019-05-20 Matt CoralloUpdate services properly on Good state
2019-05-20 Matt CoralloGenerate DNS entries for all known service flags
2019-05-20 Matt CoralloRequire port 8333, use IPs not socketaddrs for DNS
2019-05-20 Matt CoralloAdd nodes dumper
2019-05-20 Matt CoralloTotal runtime timeout, fix saves
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-18 Matt CoralloTrack service bits
2019-05-18 Matt CoralloInitial checkin