/ftp/pftpd/

lantw44/cgit/'>index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/server_test.go
Commit message (Expand)AuthorAgeFilesLines
* dex: redesign p2p network topologySonic2019-06-121-106/+86
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-5/+5
* p2p: implement AddNotaryPeer and RemoveNotaryPeerSonic2019-06-121-3/+118
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-3/+3
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-10/+16
* all: new p2p node representation (#17643)Felix Lange2018-09-251-64/+66
* p2p: Wrap conn.flags ops with atomic.Load/StoreAndrey Petrov2018-06-221-2/+0
* p2p: Test for peer.rw.flags race conditionsAndrey Petrov2018-06-221-11/+18
* p2p: Attempt to race check peer.Inbound() in TestServerDialAndrey Petrov2018-06-221-0/+3
* p2p: More tests for AddTrustedPeer/RemoveTrustedPeerAndrey Petrov2018-06-221-8/+52
* p2p: Test for MaxPeers=0 and TrustedPeer overrideAndrey Petrov2018-06-221-0/+54
* 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-10