aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/node.go
Commit message (Expand)AuthorAgeFilesLines
* crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374)Wei-Ning Huang2019-04-181-1/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-4/+4
* p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-301-1/+2
* all: new p2p node representation (#17643)Felix Lange2018-09-251-375/+47
* p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-121-3/+3
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+40
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-0/+14
* p2p, p2p/discover, p2p/nat: rework logging using context keysFelix Lange2017-02-281-0/+5
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-1/+1
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-4/+1
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-2/+2
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* p2p, p2p/discover: track bootstrap state in p2p/discoverFelix Lange2015-12-181-1/+19
* p2p/discover: support incomplete node URLs, add ResolveFelix Lange2015-12-181-19/+53
* crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar multGustav Simonsson2015-11-301-1/+1
* p2p/discover: don't attempt to replace nodes that are being replacedFelix Lange2015-08-191-0/+4
* 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: new distance metric based on sha3(id)Felix Lange2015-05-061-4/+4
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-20/+35
* p2p/discover: new endpoint formatFelix Lange2015-04-301-39/+22
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-114/+0
* p2p/discovery: use the seed table for finding nodes, auto drop stale onesPéter Szilágyi2015-04-241-3/+30
* cmd, eth, p2p, p2p/discover: init and clean up the seed cachePéter Szilágyi2015-04-241-0/+4
* p2p/discover: store nodes in leveldbFelix Lange2015-04-241-12/+71
* p2p/discover: remove unused field Node.activeStampFelix Lange2015-04-131-15/+0
* p2p/discover: implement node bondingFelix Lange2015-04-011-2/+41
* %#x => %xobscuren2015-03-201-2/+2
* p2p/discover: add NodeID.PubkeyFelix Lange2015-03-041-0/+15
* p2p/discover: code review fixesFelix Lange2015-02-131-1/+3
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-0/+289