| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374) | Wei-Ning Huang | 2019-04-18 | 1 | -1/+1 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -4/+4 |
* | p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) | Felix Lange | 2019-01-30 | 1 | -1/+2 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 1 | -375/+47 |
* | p2p, p2p/discover: misc connectivity improvements (#16069) | Felix Lange | 2018-02-12 | 1 | -3/+3 |
* | p2p: add network simulation framework (#14982) | Lewis Marshall | 2017-09-25 | 1 | -0/+40 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -0/+14 |
* | p2p, p2p/discover, p2p/nat: rework logging using context keys | Felix Lange | 2017-02-28 | 1 | -0/+5 |
* | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 1 | -1/+1 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -4/+1 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -2/+2 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | p2p, p2p/discover: track bootstrap state in p2p/discover | Felix Lange | 2015-12-18 | 1 | -1/+19 |
* | p2p/discover: support incomplete node URLs, add Resolve | Felix Lange | 2015-12-18 | 1 | -19/+53 |
* | crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult | Gustav Simonsson | 2015-11-30 | 1 | -1/+1 |
* | p2p/discover: don't attempt to replace nodes that are being replaced | Felix Lange | 2015-08-19 | 1 | -0/+4 |
* | 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: 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 | -20/+35 |
* | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 1 | -39/+22 |
* | cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. | Péter Szilágyi | 2015-04-24 | 1 | -114/+0 |
* | p2p/discovery: use the seed table for finding nodes, auto drop stale ones | Péter Szilágyi | 2015-04-24 | 1 | -3/+30 |
* | cmd, eth, p2p, p2p/discover: init and clean up the seed cache | Péter Szilágyi | 2015-04-24 | 1 | -0/+4 |
* | p2p/discover: store nodes in leveldb | Felix Lange | 2015-04-24 | 1 | -12/+71 |
* | p2p/discover: remove unused field Node.activeStamp | Felix Lange | 2015-04-13 | 1 | -15/+0 |
* | p2p/discover: implement node bonding | Felix Lange | 2015-04-01 | 1 | -2/+41 |
* | %#x => %x | obscuren | 2015-03-20 | 1 | -2/+2 |
* | p2p/discover: add NodeID.Pubkey | Felix Lange | 2015-03-04 | 1 | -0/+15 |
* | p2p/discover: code review fixes | Felix Lange | 2015-02-13 | 1 | -1/+3 |
* | p2p/discover: add node URL functions, distinguish TCP/UDP ports | Felix Lange | 2015-02-07 | 1 | -0/+289 |