aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/database.go
Commit message (Expand)AuthorAgeFilesLines
* all: new p2p node representation (#17643)Felix Lange2018-09-251-370/+0
* p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-031-12/+12
* p2p/discover: s/lastPong/bondTime/, update TestUDP_findnodeFelix Lange2018-02-171-6/+11
* p2p/discover: fix leaked goroutine in data expirationferhat elmas2017-12-181-3/+3
* p2p, p2p/discover, p2p/nat: rework logging using context keysFelix Lange2017-02-281-5/+3
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-8/+6
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-1/+1
* ethdb, p2p/discover: replace "alloted" with "allotted" (#2785)villesundell2016-07-121-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* p2p/discover: fix race involving the seed node iteratorFelix Lange2015-09-301-40/+56
* 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-3/+14
* p2p/discover: fix #838, evacuate self entries from the node dbPéter Szilágyi2015-05-221-15/+32
* p2p/discover: limit open files for node databaseFelix Lange2015-05-141-2/+3
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-0/+2
* p2p/discover: fix api issues caused by leveldb updatePéter Szilágyi2015-04-281-4/+6
* p2p/discover: fix goroutine leak due to blocking on sync.OncePéter Szilágyi2015-04-281-12/+23
* p2p/discover: add node expirer and related testsPéter Szilágyi2015-04-271-4/+67
* p2p/discover: parametrize nodedb version, add persistency testsPéter Szilágyi2015-04-271-5/+5
* p2p/discover: drop a superfluous warningPéter Szilágyi2015-04-271-1/+1
* p2p/discover: use iterator based seeding, drop old protocol testPéter Szilágyi2015-04-271-29/+23
* p2p/discover: write the basic tests, catch RLP bugPéter Szilágyi2015-04-271-7/+13
* p2p/discovery: fix issues raised in the nodeDb PRPéter Szilágyi2015-04-271-33/+30
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-0/+233