| Commit message (Expand) | Author | Age | Files | Lines |
* | dex: redesign p2p network topology | Sonic | 2019-04-09 | 1 | -7/+7 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -4/+4 |
* | p2p/discover: improve table addition code (#18974) | Felix Lange | 2019-01-31 | 1 | -5/+91 |
* | p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) | Felix Lange | 2019-01-30 | 1 | -12/+22 |
* | p2p, p2p/discover: add signed ENR generation (#17753) | Felix Lange | 2018-10-12 | 1 | -3/+7 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -316/+244 |
* | p2p/discover: move bond logic from table to transport (#17048) | Felix Lange | 2018-07-03 | 1 | -16/+10 |
* | p2p: fix some golint warnings (#16577) | kiel barry | 2018-05-08 | 1 | -10/+10 |
* | p2p, p2p/discover: misc connectivity improvements (#16069) | Felix Lange | 2018-02-12 | 1 | -59/+112 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -13/+13 |
* | p2p/discover, p2p/discv5: prevent relay of invalid IPs and low ports | Felix Lange | 2016-11-23 | 1 | -0/+1 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+2 |
* | p2p/discover: support incomplete node URLs, add Resolve | Felix Lange | 2015-12-18 | 1 | -3/+3 |
* | node: customizable protocol and service stacks | Péter Szilágyi | 2015-11-27 | 1 | -4/+4 |
* | p2p/discover: fix race involving the seed node iterator | Felix Lange | 2015-09-30 | 1 | -3/+0 |
* | p2p/discover: unlock the table during ping replacement | Felix Lange | 2015-08-11 | 1 | -3/+3 |
* | p2p/discover: close Table during testing | Felix Lange | 2015-08-06 | 1 | -3/+5 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | p2p/discover: use separate rand.Source instances in tests | Felix Lange | 2015-06-10 | 1 | -4/+5 |
* | p2p/discover: add ReadRandomNodes | Felix Lange | 2015-05-25 | 1 | -1/+34 |
* | p2p/discover: new distance metric based on sha3(id) | Felix Lange | 2015-05-06 | 1 | -55/+297 |
* | p2p/discover: track sha3(ID) in Node | Felix Lange | 2015-04-30 | 1 | -1/+1 |
* | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 1 | -2/+2 |
* | cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design | Péter Szilágyi | 2015-04-24 | 1 | -3/+3 |
* | cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. | Péter Szilágyi | 2015-04-24 | 1 | -3/+3 |
* | p2p/discovery: fix broken tests due to API update | Péter Szilágyi | 2015-04-24 | 1 | -3/+3 |
* | p2p/discover: fix off by one error causing buckets to contain duplicates | Felix Lange | 2015-04-01 | 1 | -0/+42 |
* | p2p/discover: implement node bonding | Felix Lange | 2015-04-01 | 1 | -100/+70 |
* | p2p/discover: deflake UDP tests | Felix Lange | 2015-02-09 | 1 | -0/+12 |
* | p2p/discover: add node URL functions, distinguish TCP/UDP ports | Felix Lange | 2015-02-07 | 1 | -110/+6 |
* | p2p/discover: add some helper functions | Felix Lange | 2015-02-06 | 1 | -3/+3 |
* | p2p/discover: new package implementing the Node Discovery Protocol | Felix Lange | 2015-02-06 | 1 | -0/+403 |