openethereum/util/src/network
Nikolay Volf d3695d0b72 Major sync <-> client interactions refactoring (#1572)
* chain notify trait

* replaced network service with io service

* fix ethcore crate warnings

* refactored network service without generic

* ethcore fix

* ethsync refactoring

* proper linking of notify

* manage network interface

* rpc crate rebinding

* full rewire

* sync internal io service

* fix deadlock

* fix warnings and removed async io

* sync imported message propagation

* fix rpc warnings

* binart warnings

* test fixes

* rpc mocks and tests

* fix util doctest

* fix message name and removed empty notifier

* pointers mess & dark mode fixed

* fixed sync doctest

* added few warnings

* fix review

* new convention match

* fix error unwraps

* doctest fix
2016-07-11 17:02:42 +02:00
..
connection.rs Syncing fix (#1320) 2016-06-18 15:10:24 +02:00
discovery.rs Reduced IO messages; removed panics on IO notifications (#1457) 2016-06-27 19:30:13 +02:00
error.rs add DIsplay impl for ExecutionError, CryptoError, and NetworkError 2016-05-20 18:12:51 -04:00
handshake.rs Fixed loosing peers on incoming connections. (#1293) 2016-06-18 10:52:46 +02:00
host.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00
ip_utils.rs Auto detect available port 2016-03-20 16:21:49 +01:00
mod.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00
node_table.rs Net etiquette: Track useless peers, Send out disconnect packet (#1028) 2016-05-02 14:48:30 +02:00
service.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00
session.rs Continue reading session data in the same iteration if available 2016-06-13 20:57:04 +02:00
stats.rs Network shutdown 2016-06-17 12:58:28 +02:00
tests.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00