Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p2p: new dialer, peer management without locks | Felix Lange | 2015-05-25 | 1 | -448/+0 |
* | p2p: fix disconnect at capacity | Felix Lange | 2015-05-08 | 1 | -12/+12 |
* | eth, p2p: add trusted node list beside static list | Péter Szilágyi | 2015-05-04 | 1 | -7/+7 |
* | eth, p2p: rename trusted nodes to static, drop inbound extra slots | Péter Szilágyi | 2015-05-01 | 1 | -7/+7 |
* | p2p: add trust check to handshake, test privileged connectivity | Péter Szilágyi | 2015-04-30 | 1 | -7/+7 |
* | p2p: fix goroutine leak when handshake read fails | Felix Lange | 2015-04-13 | 1 | -1/+1 |
* | p2p: improve disconnect signaling at handshake time | Felix Lange | 2015-04-10 | 1 | -26/+42 |
* | p2p: fix Peer shutdown deadlocks | Felix Lange | 2015-04-10 | 1 | -1/+1 |
* | p2p: use package rlp to encode messages | Felix Lange | 2015-03-19 |