aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/handshake.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: fix disconnect at capacityFelix Lange2015-05-081-12/+12
* eth, p2p: add trusted node list beside static listPéter Szilágyi2015-05-041-7/+7
* eth, p2p: rename trusted nodes to static, drop inbound extra slotsPéter Szilágyi2015-05-011-7/+7
* p2p: add trust check to handshake, test privileged connectivityPéter Szilágyi2015-04-301-7/+7
* p2p: fix goroutine leak when handshake read failsFelix Lange2015-04-131-1/+1
* p2p: improve disconnect signaling at handshake timeFelix Lange2015-04-101-26/+42
* p2p: fix Peer shutdown deadlocksFelix Lange2015-04-101-1/+1
* p2p: use package rlp to encode messagesFelix Lange2015-03-191-6/+2
* p2p: restore read/write timeoutsFelix Lange2015-03-041-5/+3
* p2p: verify protocol handshake node IDFelix Lange2015-03-041-0/+3
* p2p: make encryption handshake code easier to followFelix Lange2015-03-041-242/+207
* p2p: use RLPx frames for messagingFelix Lange2015-03-041-17/+10
* p2p: encrypted and authenticated RLPx frame I/OFelix Lange2015-03-041-57/+100
* p2p: disable encryption handshakeFelix Lange2015-02-191-0/+434