Drop memory limit. It was useful to debug OOMs but is now unnecessary
[dnsseed-rust] / src / main.rs
2021-07-28 Matt CoralloDrop memory limit. It was useful to debug OOMs but... master
2021-07-27 Matt CoralloSupport specifying the BGP peer asn on the CLI, increas...
2021-07-14 Matt CoralloStore nodes that timed out in a rolling bloom filter
2021-02-25 Matt CoralloBump rust-bitcoin, add addrv2
2020-07-21 Matt CoralloSort fields in size order
2020-07-19 Matt CoralloGlobablly limit alloc to 1.75GB
2020-07-19 Matt CoralloDecrease thread count somewhat
2020-06-13 Matt CoralloUpdate to latest rust-bitcoin
2019-12-02 Matt CoralloDrop processing threads a bit
2019-10-02 Matt CoralloFix a minor timing issue, load nodes at start with...
2019-09-18 Matt CoralloDrop the connections/sec arg and just make it fit in...
2019-08-26 Matt CoralloUse Option<NetworkMessage> so short buffer and unknown...
2019-08-26 Matt CoralloImplement connecting to Tor peers over SOCKS5 in Peer
2019-08-23 Matt CoralloRejigger BGP timeouts
2019-08-23 Matt CoralloAllow bgp lookups from CLI
2019-08-23 Matt CoralloFilter DNS results by common ASN
2019-08-22 Matt CoralloSplit DNS results writing and data store writing
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 CoralloPrint scan set len on new scan set
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-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 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