| Commit message (Expand) | Author | Age | Files | Lines |
* | p2p/discv5: fix multiple discovery issues (#16036) | Felföldi Zsolt | 2018-02-09 | 3 | -27/+37 |
* | p2p/discv5: fix removeTicketRef cached ticket removal (#15995) | Felföldi Zsolt | 2018-01-31 | 1 | -4/+4 |
* | p2p/discv5: fix topic register panic at shutdown (#15946) | Felföldi Zsolt | 2018-01-23 | 1 | -1/+1 |
* | p2p/discv5: logs info about discv5 node info at bind time | Martin Holst Swende | 2018-01-23 | 1 | -0/+1 |
* | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) | Felföldi Zsolt | 2018-01-22 | 5 | -33/+22 |
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 1 | -3/+3 |
* | core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747) | ferhat elmas | 2018-01-02 | 1 | -3/+3 |
* | p2p/discv5: fix reg lookup, polish code, use logger (#15737) | Péter Szilágyi | 2017-12-28 | 4 | -142/+139 |
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 3 | -11/+11 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -0/+14 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 5 | -45/+32 |
* | p2p: remove trailing newlines from log messages | Péter Szilágyi | 2017-02-23 | 1 | -2/+2 |
* | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 2 | -32/+1 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 2 | -5/+2 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 5 | -20/+20 |
* | p2p/discover, p2p/discv5: use flexible comparison for IPs | Péter Szilágyi | 2016-12-15 | 3 | -4/+3 |
* | p2p/discv5: search and lookup improvement | Zsolt Felfoldi | 2016-12-08 | 2 | -64/+99 |
* | p2p, p2p/discover, p2p/discv5: add IP network restriction feature | Felix Lange | 2016-11-23 | 4 | -7/+13 |
* | p2p/discover, p2p/discv5: prevent relay of invalid IPs and low ports | Felix Lange | 2016-11-23 | 3 | -21/+35 |
* | p2p/discover, p2p/discv5: use netutil.IsTemporaryError | Felix Lange | 2016-11-23 | 4 | -124/+1 |
* | cmd, mobile, node, p2p: surface the discovery V5 bootnodes | Péter Szilágyi | 2016-11-15 | 1 | -8/+0 |
* | p2p/discv5: added new bootnodes | Zsolt Felfoldi | 2016-11-14 | 1 | -1/+2 |
* | p2p/discv5: fixed bootnode connect issues | Zsolt Felfoldi | 2016-11-14 | 4 | -67/+107 |
* | discv5: fixed state machine lockup bug | Zsolt Felfoldi | 2016-11-11 | 1 | -0/+3 |
* | all: update license information | Felix Lange | 2016-11-09 | 8 | -8/+8 |
* | p2p/discv5: fix build with Go 1.5, delete package testimg | Felix Lange | 2016-11-09 | 5 | -879/+18 |
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 25 | -0/+7886 |