| Commit message (Expand) | Author | Age | Files | Lines |
* | eth: port the synchronisation algo to eth/62 | Péter Szilágyi | 2015-08-25 | 1 | -12/+47 |
* | eth, eth/downloader: handle header requests, table driven proto tests | Péter Szilágyi | 2015-08-24 | 1 | -0/+17 |
* | eth, metrics, p2p: prepare metrics and net packets to eth/62 | Péter Szilágyi | 2015-08-21 | 1 | -20/+30 |
* | 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 |
* | eth: calculate the correct TD, only update if better | Péter Szilágyi | 2015-07-09 | 1 | -2/+2 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | eth: fix #1371, double lock during block/txn known set limitation | Péter Szilágyi | 2015-07-01 | 1 | -10/+4 |
* | eth, eth/downloader: transition to eth 61 | Péter Szilágyi | 2015-07-01 | 1 | -3/+3 |
* | eth: add the blocks from numbers protocol message | Péter Szilágyi | 2015-07-01 | 1 | -17/+11 |
* | eth: fix #1319, put an upper limit on the known txns and blocks | Péter Szilágyi | 2015-07-01 | 1 | -0/+19 |
* | eth: clean up peer struct a bit, fix double txn bcast | Péter Szilágyi | 2015-07-01 | 1 | -46/+49 |
* | eth: start cleaning up old protocol implementation, add metrics | Péter Szilágyi | 2015-07-01 | 1 | -22/+42 |
* | eth: fix data race accessing peer.td | Péter Szilágyi | 2015-06-09 | 1 | -11/+30 |
* | eth: fix data race accessing peer.recentHash | Péter Szilágyi | 2015-06-09 | 1 | -6/+25 |
* | Merge pull request #1188 from karalabe/newblockhashes-proposal | Jeffrey Wilcke | 2015-06-09 | 1 | -0/+7 |
|\ |
|
| * | eth: mark blocks as known when broadcasting hashes too | Péter Szilágyi | 2015-06-08 | 1 | -0/+3 |
| * | eth: implement the NewBlockHashes protocol proposal | Péter Szilágyi | 2015-06-08 | 1 | -0/+4 |
* | | eth/downloader: cap the hash ban set, add test for it | Péter Szilágyi | 2015-06-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1064 from karalabe/downloader-attacks | Jeffrey Wilcke | 2015-05-22 | 1 | -2/+3 |
|\ |
|
| * | eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K | Péter Szilágyi | 2015-05-21 | 1 | -2/+3 |
* | | eth: fix odd method names in peer set | Péter Szilágyi | 2015-05-20 | 1 | -5/+5 |
|/ |
|
* | eth: remote a superfluous peerSet method | Péter Szilágyi | 2015-05-19 | 1 | -12/+0 |
* | eth: make the peer set thread safe | Péter Szilágyi | 2015-05-19 | 1 | -10/+119 |
* | eth, eth/downloader: moved peer selection to protocol handler | obscuren | 2015-04-24 | 1 | -6/+16 |
* | eth: moved mined, tx events to protocol-hnd and improved tx propagation | obscuren | 2015-04-23 | 1 | -0/+6 |
* | eth: drop blocks with low TD | obscuren | 2015-04-19 | 1 | -2/+4 |
* | eth: additional cleanups to the subprotocol, improved block propagation | obscuren | 2015-04-18 | 1 | -0/+6 |
* | eth: began split up of peers and protocol manager | obscuren | 2015-04-18 | 1 | -0/+137 |