aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/server_test.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-314/+270
* p2p: delete Server.BroadcastFelix Lange2015-05-251-42/+0
* p2p: remove testlogFelix Lange2015-05-141-15/+0
* p2p: fix disconnect at capacityFelix Lange2015-05-081-7/+14
* p2p: increase the handshake timeout in the testsPéter Szilágyi2015-05-071-2/+2
* cmd, eth, p2p: introduce pending peer cli arg, add testsPéter Szilágyi2015-05-071-0/+130
* fixed merge issueobscuren2015-05-071-3/+153
|\
| * eth, p2p: add trusted node list beside static listPéter Szilágyi2015-05-041-19/+17
| * p2p: add static node dialing testPéter Szilágyi2015-05-041-0/+88
| * eth, p2p: rename trusted nodes to static, drop inbound extra slotsPéter Szilágyi2015-05-011-5/+7
| * cmd, eth, p2p: fix review issues enumerated by FelixPéter Szilágyi2015-04-301-1/+1
| * p2p: add trust check to handshake, test privileged connectivityPéter Szilágyi2015-04-301-3/+65
| * cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peersPéter Szilágyi2015-04-301-1/+1
* | p2p/discover: new endpoint formatFelix Lange2015-04-301-1/+1
|/
* p2p: improve disconnect signaling at handshake timeFelix Lange2015-04-101-1/+57
* p2p: use package rlp to encode messagesFelix Lange2015-03-191-1/+1
* p2p: msg.Payload contains list dataFelix Lange2015-03-041-1/+1
* p2p: use RLPx frames for messagingFelix Lange2015-03-041-4/+9
* p2p: disable encryption handshakeFelix Lange2015-02-191-5/+7
* cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-1/+1
* p2p: fixes for actual connectionsFelix Lange2015-02-071-0/+1
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-2/+1
* p2p: integrate p2p/discoverFelix Lange2015-02-061-37/+48
* Mergeobscuren2015-01-061-1/+1
* p2p: API cleanup and PoC 7 compatibilityFelix Lange2014-11-221-258/+130
* p2p: disable failing Server tests for nowFelix Lange2014-11-221-0/+3
* p2p: rework protocol APIFelix Lange2014-11-221-63/+141
* initial commit of p2p packagezelig2014-10-231-0/+208