aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/database_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: new p2p node representation (#17643)Felix Lange2018-09-251-380/+0
* p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-031-17/+17
* p2p/discover: s/lastPong/bondTime/, update TestUDP_findnodeFelix Lange2018-02-171-9/+9
* all: gofmt -w -sFelix Lange2017-01-061-2/+2
* p2p/discover: support incomplete node URLs, add ResolveFelix Lange2015-12-181-8/+8
* p2p/discover: fix race involving the seed node iteratorFelix Lange2015-09-301-66/+37
* 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/discover: add support for counting findnode failuresPéter Szilágyi2015-05-271-0/+11
* p2p/discover: fix #838, evacuate self entries from the node dbPéter Szilágyi2015-05-221-8/+65
* p2p/discover: fix database presistency test folderPéter Szilágyi2015-05-221-3/+3
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-31/+41
* p2p/discover: new endpoint formatFelix Lange2015-04-301-4/+6
* p2p/discover: add node expirer and related testsPéter Szilágyi2015-04-271-0/+47
* p2p/discover: parametrize nodedb version, add persistency testsPéter Szilágyi2015-04-271-4/+55
* p2p/discover: use iterator based seeding, drop old protocol testPéter Szilágyi2015-04-271-16/+95
* p2p/discover: write the basic tests, catch RLP bugPéter Szilágyi2015-04-271-0/+136