| Commit message (Expand) | Author | Age | Files | Lines |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -50/+72 |
* | p2p/discover: move bond logic from table to transport (#17048) | Felix Lange | 2018-07-03 | 1 | -18/+41 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -1/+0 |
* | p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode | Felix Lange | 2018-02-17 | 1 | -1/+1 |
* | p2p/discover: validate bond against lastpong, not db presence | Péter Szilágyi | 2018-02-16 | 1 | -1/+1 |
* | p2p, p2p/discover: misc connectivity improvements (#16069) | Felix Lange | 2018-02-12 | 1 | -27/+59 |
* | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) | Felföldi Zsolt | 2018-01-22 | 1 | -24/+20 |
* | discover: Changed Logging from Debug to Info (#14485) | Ali Hajimirza | 2017-05-20 | 1 | -1/+1 |
* | p2p, p2p/discover, p2p/nat: rework logging using context keys | Felix Lange | 2017-02-28 | 1 | -21/+25 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -12/+11 |
* | p2p: remove trailing newlines from log messages | Péter Szilágyi | 2017-02-23 | 1 | -3/+3 |
* | p2p, p2p/discover, p2p/discv5: add IP network restriction feature | Felix Lange | 2016-11-23 | 1 | -10/+15 |
* | p2p/discover, p2p/discv5: prevent relay of invalid IPs and low ports | Felix Lange | 2016-11-23 | 1 | -4/+16 |
* | p2p/discover, p2p/discv5: use netutil.IsTemporaryError | Felix Lange | 2016-11-23 | 1 | -8/+1 |
* | Merge pull request #2242 from jimenezrick/upstream-crypto | Jeffrey Wilcke | 2016-02-24 | 1 | -5/+5 |
|\ |
|
| * | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -5/+5 |
* | | p2p/discover: emphasize warning, add 10 min cooldown | Péter Szilágyi | 2016-02-24 | 1 | -16/+9 |
* | | psp/discovery: NTP sanity check clock drift in case of expirations | Péter Szilágyi | 2016-02-24 | 1 | -4/+29 |
|/ |
|
* | p2p/discover: EIP-8 changes | Felix Lange | 2016-02-19 | 1 | -1/+10 |
* | p2p/discover: fix Windows-specific issue for larger-than-buffer packets | Felix Lange | 2016-01-23 | 1 | -3/+6 |
* | p2p, p2p/discover: track bootstrap state in p2p/discover | Felix Lange | 2015-12-18 | 1 | -7/+5 |
* | p2p/discover: support incomplete node URLs, add Resolve | Felix Lange | 2015-12-18 | 1 | -1/+1 |
* | node: customizable protocol and service stacks | Péter Szilágyi | 2015-11-27 | 1 | -4/+12 |
* | p2p/discover: ignore packet version numbers | Felix Lange | 2015-09-30 | 1 | -4/+0 |
* | p2p/discover: fix race involving the seed node iterator | Felix Lange | 2015-09-30 | 1 | -7/+0 |
* | Merge pull request #1694 from obscuren/hide-fdtrack | Jeffrey Wilcke | 2015-08-20 | 1 | -3/+0 |
|\ |
|
| * | Revert "fdtrack: temporary hack for tracking file descriptor usage" | Jeffrey Wilcke | 2015-08-20 | 1 | -3/+0 |
* | | p2p/discover: continue reading after temporary errors | Felix Lange | 2015-08-19 | 1 | -1/+11 |
|/ |
|
* | p2p/discover: fix UDP reply packet timeout handling | Felix Lange | 2015-08-11 | 1 | -31/+47 |
* | fdtrack: temporary hack for tracking file descriptor usage | Felix Lange | 2015-08-04 | 1 | -0/+3 |
* | 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: fix out-of-bounds slicing for chunked neighbors packets | Felix Lange | 2015-05-14 | 1 | -14/+36 |
* | Manual send of multiple neighbours packets. Test receiving multiple neighbour... | subtly | 2015-05-14 | 1 | -1/+7 |
* | UDP Interop. Limit datagrams to 1280bytes. | subtly | 2015-05-14 | 1 | -1/+1 |
* | p2p/discover: bump packet timeouts to 500ms | Felix Lange | 2015-05-07 | 1 | -2/+2 |
* | p2p/discover: new distance metric based on sha3(id) | Felix Lange | 2015-05-06 | 1 | -4/+4 |
* | p2p/discover: track sha3(ID) in Node | Felix Lange | 2015-04-30 | 1 | -6/+26 |
* | p2p, p2p/discover: protocol version 4 | Felix Lange | 2015-04-30 | 1 | -1/+1 |
* | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 1 | -26/+52 |
* | cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design | Péter Szilágyi | 2015-04-24 | 1 | -5/+5 |
* | cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. | Péter Szilágyi | 2015-04-24 | 1 | -5/+5 |
* | cmd, eth, p2p, p2p/discover: init and clean up the seed cache | Péter Szilágyi | 2015-04-24 | 1 | -4/+4 |
* | p2p/discover: use rlp.DecodeBytes | Felix Lange | 2015-04-17 | 1 | -1/+1 |
* | p2p/discover: improve timer handling for reply timeouts | Felix Lange | 2015-04-14 | 1 | -2/+3 |
* | p2p/discover: don't log packet content | Felix Lange | 2015-04-10 | 1 | -3/+4 |
* | p2p/discover: make packet processing less concurrent | Felix Lange | 2015-04-10 | 1 | -6/+4 |
* | Updated logging | obscuren | 2015-04-07 | 1 | -10/+9 |
* | p2p/discover: implement node bonding | Felix Lange | 2015-04-01 | 1 | -84/+130 |
* | p2p/discover: add version number to ping packet | Felix Lange | 2015-04-01 | 1 | -0/+8 |
* | p2p/discover: fix pending replies iteration | Felix Lange | 2015-02-17 | 1 | -1/+2 |
* | p2p/discover: fix race in ListenUDP | Felix Lange | 2015-02-13 | 1 | -24/+17 |
* | p2p/discover: map listening port using configured mechanism | Felix Lange | 2015-02-13 | 1 | -6/+17 |
* | p2p/discover: code review fixes | Felix Lange | 2015-02-13 | 1 | -2/+2 |
* | p2p/discover: deflake UDP tests | Felix Lange | 2015-02-09 | 1 | -3/+2 |
* | p2p/discover: add node URL functions, distinguish TCP/UDP ports | Felix Lange | 2015-02-07 | 1 | -13/+19 |
* | p2p/discover: add some helper functions | Felix Lange | 2015-02-06 | 1 | -2/+2 |
* | p2p/discover: new package implementing the Node Discovery Protocol | Felix Lange | 2015-02-06 | 1 | -0/+422 |