aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher
Commit message (Expand)AuthorAgeFilesLines
* eth: various typosLeif Jurvetson2016-03-161-3/+3
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-212-16/+59
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-1/+1
* eth: update metrics collection to handle eth/62 algosPéter Szilágyi2015-08-252-15/+46
* eth: port the synchronisation algo to eth/62Péter Szilágyi2015-08-252-105/+767
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-242-16/+18
* miner: gas limit strategy, target 3141592 & def gas price 50 ShannonGustav Simonsson2015-08-041-1/+2
* all: fix license headers one more timeFelix Lange2015-07-243-3/+3
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-233-12/+12
* all: update license informationFelix Lange2015-07-073-0/+48
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-302-23/+23
* eth/downloader, eth/fetcher: use core.GenerateChain in testsFelix Lange2015-06-301-80/+43
* eth/fetcher: don't drop on future blocks, just not propagatePéter Szilágyi2015-06-291-4/+16
* eth/fetcher: don't double filter/fetch the same blockPéter Szilágyi2015-06-291-1/+1
* core, eth, eth/fetcher, ethdb: polish metrics gathering a bitPéter Szilágyi2015-06-241-5/+5
* eth/fetcher: fix failed mergePéter Szilágyi2015-06-241-1/+1
* cmd/geth, eth/fetcher: polish metrics reporting, add some morePéter Szilágyi2015-06-241-10/+15
* cmd/geth, eth/fetcher: initial metrics supportPéter Szilágyi2015-06-241-0/+14
* eth/fetcher: fix a closure data racePéter Szilágyi2015-06-231-2/+3
* eth/fetcher: clean up test assertionsPéter Szilágyi2015-06-221-111/+49
* eth/fetcher: remove test sleeps (15s -> 2.8s)Péter Szilágyi2015-06-222-59/+167
* eth/fetcher: handle and (crude) test block memory DOSPéter Szilágyi2015-06-222-23/+105
* eth/fetcher: handle and test block announce DOS attacksPéter Szilágyi2015-06-222-7/+82
* eth/fetcher: lower max cache size, add timeout slackPéter Szilágyi2015-06-191-4/+15
* eth/fetcher: since uncles are allowed, drop phase testPéter Szilágyi2015-06-191-51/+0
* eth/fetcher: allow backward uncle imports tooPéter Szilágyi2015-06-191-2/+3
* eth, eth/fetcher: propagate after header verify, announce only on insertPéter Szilágyi2015-06-182-22/+39
* eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-182-45/+72
* eth/fetcher: make tests thread safePéter Szilágyi2015-06-181-22/+34
* eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-182-30/+94
* eth/fetcher: fix premature queue cleanup, general polishesPéter Szilágyi2015-06-181-35/+47
* eth, eth/fetcher: define and enforce propagation boundariesPéter Szilágyi2015-06-182-23/+60
* eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-182-25/+71
* eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-182-0/+49
* eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-182-31/+82
* eth/fetcher: add test to check for duplicate downloadsPéter Szilágyi2015-06-181-0/+38
* eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-182-3/+207
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-0/+258