aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher/fetcher.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-301-23/+7
* 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: remove test sleeps (15s -> 2.8s)Péter Szilágyi2015-06-221-1/+16
* eth/fetcher: handle and (crude) test block memory DOSPéter Szilágyi2015-06-221-16/+45
* eth/fetcher: handle and test block announce DOS attacksPéter Szilágyi2015-06-221-7/+39
* eth/fetcher: lower max cache size, add timeout slackPéter Szilágyi2015-06-191-4/+15
* 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-181-15/+28
* eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-181-19/+36
* eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-181-30/+37
* 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-181-23/+32
* eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-181-25/+35
* eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-181-0/+21
* eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-181-30/+48
* eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-181-3/+5
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-0/+258