aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/server_test.go
Commit message (Expand)AuthorAgeFilesLines
* p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-011-1/+9
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-1/+1
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-2/+1
* node, p2p, internal: Add ability to remove peers via admin interfaceFirescar962016-07-151-0/+2
* node, p2p: move network config out of ServerFelix Lange2016-05-181-16/+23
* p2p: improve readability of dial task scheduling codeFelix Lange2016-05-031-0/+50
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* p2p: fix a close race in the dial testPéter Szilágyi2015-06-101-1/+2
* 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