openethereum/util/network/src
André Silva a42d780d02 [Beta] Backports (#7756)
* 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 21:45:23 +01:00
..
connection_filter.rs Connection filter (#6359) 2017-08-29 14:38:01 +02:00
connection.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
discovery.rs Get rid of clippy remainings. 2017-12-21 11:27:26 +01:00
error.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
handshake.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
host.rs [Beta] Backports (#7756) 2018-01-31 21:45:23 +01:00
ip_utils.rs Get rid of clippy remainings. 2017-12-21 11:27:26 +01:00
lib.rs [Beta] Backports (#7756) 2018-01-31 21:45:23 +01:00
node_table.rs [Beta] Backports (#7756) 2018-01-31 21:45:23 +01:00
service.rs Removed ethcore-util dependency from ethcore-network (#7180) 2017-12-02 10:08:04 +01:00
session.rs Removed ethcore-util dependency from ethcore-network (#7180) 2017-12-02 10:08:04 +01: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