2021-07-14 |
Matt Corallo | Write to stdout all at once to reduce "flashing" on... |
tree | commitdiff |
2021-07-14 |
Matt Corallo | Tweak default settings slightly |
tree | commitdiff |
2021-07-14 |
Matt Corallo | Keep more log lines in case of giant terminals |
tree | commitdiff |
2021-07-14 |
Matt Corallo | Store nodes that timed out in a rolling bloom filter |
tree | commitdiff |
2021-07-13 |
Matt Corallo | Use last_services to store if we ever connected |
tree | commitdiff |
2021-07-13 |
Matt Corallo | Decrease the size of Node from 48 to 16 (and a map... |
tree | commitdiff |
2021-07-12 |
Matt Corallo | Bump rand, drop SockAddr size by an additional 4 bytes |
tree | commitdiff |
2021-02-25 |
Matt Corallo | Bump rust-bitcoin, add addrv2 |
tree | commitdiff |
2020-10-15 |
Matt Corallo | Fewer full vec allocations |
tree | commitdiff |
2020-10-15 |
Matt Corallo | One less Vec indirection |
tree | commitdiff |
2020-07-22 |
Matt Corallo | Bump nodes_buff prealloc to match current avg char... |
tree | commitdiff |
2020-07-21 |
Matt Corallo | Print ASN lookups in output zonefile comments |
tree | commitdiff |
2020-07-21 |
Matt Corallo | Try reducing memory footprint a bit further |
tree | commitdiff |
2020-07-21 |
Matt Corallo | Fix AS path detection |
tree | commitdiff |
2020-07-21 |
Matt Corallo | Sort fields in size order |
tree | commitdiff |
2020-07-21 |
Matt Corallo | Dont track earliest-scan-time, since we scan num/interv... |
tree | commitdiff |
2020-07-21 |
Matt Corallo | pre-alloc routing table |
tree | commitdiff |
2020-07-20 |
Matt Corallo | Add an extra hop in the path length now that we have... |
tree | commitdiff |
2020-07-19 |
Matt Corallo | Fix BGP parameter usage |
tree | commitdiff |
2020-07-19 |
Matt Corallo | Globablly limit alloc to 1.75GB |
tree | commitdiff |
2020-07-19 |
Matt Corallo | Decrease thread count somewhat |
tree | commitdiff |
2020-06-13 |
Matt Corallo | Update to latest rust-bitcoin |
tree | commitdiff |
2020-05-31 |
Matt Corallo | Update to upstream bgp-rs |
tree | commitdiff |
2019-12-05 |
Matt Corallo | Further reduce memory in bgp_client |
tree | commitdiff |
2019-12-05 |
Matt Corallo | Align routing table entries to single bytes |
tree | commitdiff |
2019-12-03 |
Matt Corallo | Impose a max conns/sec |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Drop processing threads a bit |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Make sure we dont ever queue things twice |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Add some basic COMPACT_FILTERS support |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Drop a needless Vec |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Clean up print format |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Fix BGP table lookup |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Drop Arcs around paths, and add more debug info for... |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Drop prepends in BGP paths since it doesn't change... |
tree | commitdiff |
2019-12-02 |
Matt Corallo | Drop v6 tclass and scope to cut down on mem usage a bit |
tree | commitdiff |
2019-12-01 |
Carl Dong | We don't need BTreeMaps |
tree | commitdiff |
2019-10-02 |
Matt Corallo | Fix a minor timing issue, load nodes at start with... |
tree | commitdiff |
2019-09-18 |
Matt Corallo | Drop the connections/sec arg and just make it fit in... |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Support scanning by .onion hostname |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Dont flush with a lock held |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Always return two tor addresses |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Use Option<NetworkMessage> so short buffer and unknown... |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Allow up to 2 onion addresses to bypass BGP checks |
tree | commitdiff |
2019-08-26 |
Matt Corallo | Implement connecting to Tor peers over SOCKS5 in Peer |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Rejigger BGP timeouts |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Print stats about routing table size in UI |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Never allow non-resolving-to-ASN IPs |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Select only ASNs visible in all paths for an IP |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Reset routing tables on reconnect |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Allow bgp lookups from CLI |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Fix handling failed route lookups |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Fix route lookup masking |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Avoid storing unused attrs |
tree | commitdiff |
2019-08-23 |
Matt Corallo | Filter DNS results by common ASN |
tree | commitdiff |
2019-08-22 |
Matt Corallo | Split DNS results writing and data store writing |
tree | commitdiff |
2019-08-22 |
Matt Corallo | Hold the nodes lock less while writing DNS |
tree | commitdiff |
2019-08-21 |
Matt Corallo | Detect some simple classes of evil spy nodes |
tree | commitdiff |
2019-06-10 |
Matt Corallo | Add a category for timedout pong |
tree | commitdiff |
2019-06-10 |
Matt Corallo | Fix some printing for new rules |
tree | commitdiff |
2019-06-10 |
Matt Corallo | Drop unrequested tx peers,, request ping/pong cycle |
tree | commitdiff |
2019-06-05 |
Matt Corallo | Request 216, not 1008 blocks ago |
tree | commitdiff |
2019-06-03 |
Matt Corallo | Ensure we always hit our scan target, if only UNTESTED... |
tree | commitdiff |
2019-06-03 |
Matt Corallo | Require some number of addrs to count, not just one |
tree | commitdiff |
2019-06-03 |
Matt Corallo | Track which element timeout was hit for in different... |
tree | commitdiff |
2019-06-02 |
Matt Corallo | Close recv stream after receiving block |
tree | commitdiff |
2019-06-02 |
Matt Corallo | Fix split point calculation |
tree | commitdiff |
2019-06-02 |
Matt Corallo | Print scan set len on new scan set |
tree | commitdiff |
2019-06-02 |
Matt Corallo | Make good_node_services a Vec, not HashMap<u8, >..... |
tree | commitdiff |
2019-06-02 |
Matt Corallo | Drop nodes mutex before shuffling result |
tree | commitdiff |
2019-05-27 |
Matt Corallo | Convert state_next_scan to vec to make addr prioritizat... |
tree | commitdiff |
2019-05-27 |
Matt Corallo | Always print result of manual scan |
tree | commitdiff |
2019-05-26 |
Matt Corallo | Use more threads to avoid locks blocking all progress |
tree | commitdiff |
2019-05-23 |
Matt Corallo | Fix manual scan |
tree | commitdiff |
2019-05-22 |
Matt Corallo | compare to known-good copy of blocks instead of checkin... |
tree | commitdiff |
2019-05-22 |
Matt Corallo | Print timeout during request too |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Print more lines of log |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Regularly poll other dnsseeds for new addrs |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Preallocate the header maps |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Never run the scan loop more than once every 15 seconds |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Send trusted peer a sendheaders |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Dont ever run two scan threads |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Fix printing Good on not-Good |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Always get 30 seconds of nodes to scan at a time |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Better log messages |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Print time more logically |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Also print hours for scan times |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Make retry time IDs fixed-length too |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Fix minimum length prints |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Print old state on updates |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Use AddressState utils more |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Add some util functions to AddressState |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Fix was_good timer check |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Fix dup block request bug |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Only print on chage, print on good, too |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Print errs in red |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Request block after addr recv, print subver on bad... |
tree | commitdiff |
2019-05-21 |
Matt Corallo | Fix subver regex parsing with spaces |
tree | commitdiff |
2019-05-20 |
Matt Corallo | Implement WasGood timeout |
tree | commitdiff |
2019-05-20 |
Matt Corallo | Allow NODE_NETWORK_LIMITED for full node consideration |
tree | commitdiff |
2019-05-20 |
Matt Corallo | Fix dnsseed hostname |
tree | commitdiff |
next |