aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/bootnode/main.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/bootnode: fix -writeaddress output (#17932)Felix Lange2018-10-191-2/+2
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-5/+6
* all: new p2p node representation (#17643)Felix Lange2018-09-251-1/+2
* p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-121-1/+6
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-2/+23
* cmd/bootnode: stop after generating/writing nodekeyBas van Kervel2017-04-241-0/+1
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* cmd, whisper/mailserver: revert to utils.FatalfPéter Szilágyi2017-02-231-10/+11
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-231-10/+10
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-15/+18
* cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrictFelix Lange2016-11-231-2/+12
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-2/+11
* cmd/bootnode: Add support for outputting a node's ID on the command lineNick Johnson2016-07-151-12/+16
* cmd/bootnode: fix -genkey, add logging optionsFelix Lange2016-04-221-28/+18
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* all: add some godoc synopsis commentsFelix Lange2015-07-071-1/+1
* all: update license informationFelix Lange2015-07-071-16/+15
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-1/+1
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-1/+1
* cmd, eth, p2p, p2p/discover: init and clean up the seed cachePéter Szilágyi2015-04-241-1/+1
* p2p/discover: map listening port using configured mechanismFelix Lange2015-02-131-3/+10
* cmd/bootnode: new command (replaces cmd/peerserver)Felix Lange2015-02-101-0/+86