Fix route lookup masking
[dnsseed-rust] / src /
2019-08-23 Matt CoralloFix route lookup masking
2019-08-23 Matt CoralloAvoid storing unused attrs
2019-08-23 Matt CoralloFilter DNS results by common ASN
2019-08-22 Matt CoralloSplit DNS results writing and data store writing
2019-08-22 Matt CoralloHold the nodes lock less while writing DNS
2019-08-21 Matt CoralloDetect some simple classes of evil spy nodes
2019-06-10 Matt CoralloAdd a category for timedout pong
2019-06-10 Matt CoralloFix some printing for new rules
2019-06-10 Matt CoralloDrop unrequested tx peers,, request ping/pong cycle
2019-06-05 Matt CoralloRequest 216, not 1008 blocks ago
2019-06-03 Matt CoralloEnsure we always hit our scan target, if only UNTESTED...
2019-06-03 Matt CoralloRequire some number of addrs to count, not just one
2019-06-03 Matt CoralloTrack which element timeout was hit for in different...
2019-06-02 Matt CoralloClose recv stream after receiving block
2019-06-02 Matt CoralloFix split point calculation
2019-06-02 Matt CoralloPrint scan set len on new scan set
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-27 Matt CoralloAlways print result of manual scan
2019-05-26 Matt CoralloUse more threads to avoid locks blocking all progress
2019-05-23 Matt CoralloFix manual scan
2019-05-22 Matt Corallocompare to known-good copy of blocks instead of checkin...
2019-05-22 Matt CoralloPrint timeout during request too
2019-05-21 Matt CoralloPrint more lines of log
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 CoralloAlways get 30 seconds of nodes to scan at a time
2019-05-21 Matt CoralloBetter log messages
2019-05-21 Matt CoralloPrint time more logically
2019-05-21 Matt CoralloAlso print hours for scan times
2019-05-21 Matt CoralloMake retry time IDs fixed-length too
2019-05-21 Matt CoralloFix minimum length prints
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 CoralloFix dup block request bug
2019-05-21 Matt CoralloOnly print on chage, print on good, too
2019-05-21 Matt CoralloPrint errs in red
2019-05-21 Matt CoralloRequest block after addr recv, print subver on bad...
2019-05-21 Matt CoralloFix subver regex parsing with spaces
2019-05-20 Matt CoralloImplement WasGood timeout
2019-05-20 Matt CoralloAllow NODE_NETWORK_LIMITED for full node consideration
2019-05-20 Matt CoralloFix dnsseed hostname
2019-05-20 Matt CoralloUpdate services properly on Good state
2019-05-20 Matt CoralloReject oversized addr messages
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 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 CoralloTrack service bits
2019-05-18 Matt CoralloInitial checkin