aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher/fetcher.go
Commit message (Expand)AuthorAgeFilesLines
* core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-031-4/+4
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1
* eth/fetcher: fix annotation (#16969)Wenbiao Zheng2018-06-131-1/+1
* eth/fetcher: reuse variables for hash and number (#16819)Smilenator2018-05-291-4/+4
* eth: fix typos (#16414)Yusup2018-04-041-1/+1
* eth: fixed typo (#16274)Kyuntae Ethan Kim2018-03-071-1/+1
* eth/fetcher: check the origin of filter tasks (#14975)Miya Chen2017-10-101-8/+10
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-2/+2
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-6/+6
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-39/+19
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-32/+35
* eth/fetcher: small typo fix (#2932)Stein Dekker2016-08-231-1/+1
* eth/fetcher: fix a log message formatting issuePéter Szilágyi2016-08-191-1/+1
* eth, eth/downloader, eth/fetcher: delete eth/61 codeFelix Lange2016-07-221-92/+6
* eth: various typosLeif Jurvetson2016-03-161-3/+3
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-6/+20
* eth: update metrics collection to handle eth/62 algosPéter Szilágyi2015-08-251-9/+26
* eth: port the synchronisation algo to eth/62Péter Szilágyi2015-08-251-42/+359
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-3/+5
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* 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