Drop memory limit. It was useful to debug OOMs but is now unnecessary
[dnsseed-rust] / src / datastore.rs
2021-07-27 Matt CoralloSupport specifying the BGP peer asn on the CLI, increas...
2021-07-27 Matt CoralloParallelize rolling filter checks/updates, reduce hashes
2021-07-14 Matt CoralloTweak default settings slightly
2021-07-14 Matt CoralloStore nodes that timed out in a rolling bloom filter
2021-07-13 Matt CoralloUse last_services to store if we ever connected
2021-07-13 Matt CoralloDecrease the size of Node from 48 to 16 (and a map...
2021-07-12 Matt CoralloBump rand, drop SockAddr size by an additional 4 bytes
2021-02-25 Matt CoralloBump rust-bitcoin, add addrv2
2020-10-15 Matt CoralloFewer full vec allocations
2020-10-15 Matt CoralloOne less Vec indirection
2020-07-22 Matt CoralloBump nodes_buff prealloc to match current avg char...
2020-07-21 Matt CoralloPrint ASN lookups in output zonefile comments
2020-07-21 Matt CoralloDont track earliest-scan-time, since we scan num/interv...
2019-12-03 Matt CoralloImpose a max conns/sec
2019-12-02 Matt CoralloMake sure we dont ever queue things twice
2019-12-02 Matt CoralloAdd some basic COMPACT_FILTERS support
2019-12-02 Matt CoralloDrop a needless Vec
2019-12-02 Matt CoralloDrop v6 tclass and scope to cut down on mem usage 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 CoralloAlways return two tor addresses
2019-08-26 Matt CoralloAllow up to 2 onion addresses to bypass BGP checks
2019-08-23 Matt CoralloNever allow non-resolving-to-ASN IPs
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-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