aboutsummaryrefslogtreecommitdiffstats
path: root/eth/peer.go
Commit message (Expand)AuthorAgeFilesLines
* eth: fix odd method names in peer setPéter Szilágyi2015-05-201-5/+5
* eth: remote a superfluous peerSet methodPéter Szilágyi2015-05-191-12/+0
* eth: make the peer set thread safePéter Szilágyi2015-05-191-10/+119
* eth, eth/downloader: moved peer selection to protocol handlerobscuren2015-04-241-6/+16
* eth: moved mined, tx events to protocol-hnd and improved tx propagationobscuren2015-04-231-0/+6
* eth: drop blocks with low TDobscuren2015-04-191-2/+4
* eth: additional cleanups to the subprotocol, improved block propagationobscuren2015-04-181-0/+6
* eth: began split up of peers and protocol managerobscuren2015-04-181-0/+137