| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | p2p/discover: EIP-8 changes | Felix Lange | 2016-02-19 | 1 | -0/+112 |
* | p2p/discover: fix Windows-specific issue for larger-than-buffer packets | Felix Lange | 2016-01-23 | 1 | -4/+52 |
* | p2p/discover: attempt to deflake TestUDP_responseTimeouts | Felix Lange | 2015-12-18 | 1 | -1/+2 |
* | 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 | -1/+1 |
* | p2p/discover: ignore packet version numbers | Felix Lange | 2015-09-30 | 1 | -1/+0 |
* | p2p/discover: fix UDP reply packet timeout handling | Felix Lange | 2015-08-11 | 1 | -0/+73 |
* | p2p/discover: unlock the table during ping replacement | Felix Lange | 2015-08-11 | 1 | -1/+1 |
* | 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: deflake TestUDP_successfulPing | Felix Lange | 2015-06-10 | 1 | -33/+22 |
* | p2p/discover: fix out-of-bounds slicing for chunked neighbors packets | Felix Lange | 2015-05-14 | 1 | -18/+13 |
* | fix test. | subtly | 2015-05-14 | 1 | -1/+1 |
* | Manual send of multiple neighbours packets. Test receiving multiple neighbour... | subtly | 2015-05-14 | 1 | -2/+12 |
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -1/+1 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+2 |
* | p2p/discover: new distance metric based on sha3(id) | Felix Lange | 2015-05-06 | 1 | -10/+6 |
* | p2p/discover: track sha3(ID) in Node | Felix Lange | 2015-04-30 | 1 | -8/+12 |
* | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 1 | -28/+53 |
* | cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design | Péter Szilágyi | 2015-04-24 | 1 | -3/+7 |
* | cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. | Péter Szilágyi | 2015-04-24 | 1 | -2/+2 |
* | p2p/discovery: fix broken tests due to API update | Péter Szilágyi | 2015-04-24 | 1 | -1/+1 |
* | p2p/discover: implement node bonding | Felix Lange | 2015-04-01 | 1 | -147/+275 |
* | p2p/discover: map listening port using configured mechanism | Felix Lange | 2015-02-13 | 1 | -7/+7 |
* | p2p/discover: deflake UDP tests | Felix Lange | 2015-02-09 | 1 | -55/+107 |
* | p2p/discover: add node URL functions, distinguish TCP/UDP ports | Felix Lange | 2015-02-07 | 1 | -5/+8 |
* | p2p/discover: add some helper functions | Felix Lange | 2015-02-06 | 1 | -7/+7 |
* | p2p/discover: new package implementing the Node Discovery Protocol | Felix Lange | 2015-02-06 | 1 | -0/+156 |