openethereum/util/network/src
André Silva 19fc9fcc58 [Stable] Backports (#7758)
* Filter-out nodes.json (#7716)

* Filter-out nodes.json

* network: sort node table nodes by failure ratio

* network: fix node table tests

* network: fit node failure percentage into buckets of 5%

* network: consider number of attempts in sorting of node table

* network: fix node table grumbles

* Fix client not being dropped on shutdown (#7695)

* parity: wait for client to drop on shutdown

* parity: fix grumbles in shutdown wait

* parity: increase shutdown timeouts

* Wrap --help output to 120 characters (#7626)

* Update Clap dependency and remove workarounds

* WIP

* Remove line breaks in help messages for now

* Multiple values can only be separated by commas (closes #7428)

* Grumbles; refactor repeating code; add constant

* Use a single Wrapper rather than allocate a new one for each call

* Wrap --help to 120 characters rather than 100 characters
2018-01-31 15:00:15 +01:00
..
connection_filter.rs Connection filter (#6359) 2017-08-29 14:38:01 +02:00
connection.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
discovery.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
error.rs ethcore-network does not use UtilError 2017-09-05 11:14:28 +02:00
handshake.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
host.rs [Stable] Backports (#7758) 2018-01-31 15:00:15 +01:00
ip_utils.rs Refactor --allow-ips to handle custom ip-ranges (#6144) 2017-07-28 19:06:39 +02:00
lib.rs [Stable] Backports (#7758) 2018-01-31 15:00:15 +01:00
node_table.rs [Stable] Backports (#7758) 2018-01-31 15:00:15 +01:00
service.rs Connection filter (#6359) 2017-08-29 14:38:01 +02:00
session.rs Fixed network protocol version negotiation 2017-10-05 17:20:23 +02:00
stats.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
tests.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00