aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/table.go
Commit message (Expand)AuthorAgeFilesLines
* p2p/discover: fix goroutine leak due to blocking on sync.OncePéter Szilágyi2015-04-281-1/+1
* p2p/discover: add node expirer and related testsPéter Szilágyi2015-04-271-0/+2
* p2p/discover: parametrize nodedb version, add persistency testsPéter Szilágyi2015-04-271-2/+2
* p2p/discover: wrap the pinger to update the node db tooPéter Szilágyi2015-04-271-4/+15
* p2p/discover: write the basic tests, catch RLP bugPéter Szilágyi2015-04-271-1/+1
* p2p/discovery: fix issues raised in the nodeDb PRPéter Szilágyi2015-04-271-3/+2
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-11/+25
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-13/+10
* p2p/discovery: use the seed table for finding nodes, auto drop stale onesPéter Szilágyi2015-04-241-2/+8
* cmd, eth, p2p, p2p/discover: init and clean up the seed cachePéter Szilágyi2015-04-241-3/+13
* p2p/discover: store nodes in leveldbFelix Lange2015-04-241-1/+2
* p2p/discover: remove unused field Node.activeStampFelix Lange2015-04-131-1/+0
* p2p/discover: fix off by one error causing buckets to contain duplicatesFelix Lange2015-04-011-1/+1
* p2p/discover: implement node bondingFelix Lange2015-04-011-50/+133
* p2p: server>discover table Self=Node exportedzelig2015-03-151-3/+3
* p2p/discover: code review fixesFelix Lange2015-02-131-4/+4
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-1/+2
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-2/+2
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-193/+4
* p2p/discover: add some helper functionsFelix Lange2015-02-061-8/+29
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+447