aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/downloader_test.go
Commit message (Expand)AuthorAgeFilesLines
* eth/downloader: fix #910, thread safe peers & polishesPéter Szilágyi2015-05-111-1/+2
* eth: added a cancel method for the downloaderobscuren2015-05-101-0/+43
* eth, eth/downloader: handle sync errors a bit more gracefullyPéter Szilágyi2015-05-081-3/+3
* eth, eth/downloader: make synchronize thread safePéter Szilágyi2015-05-081-1/+1
* eth/downloader: fix priority queue reset, add throttling testPéter Szilágyi2015-05-071-0/+48
* eth/downloader: prioritize block fetch based on chain position, cap memory usePéter Szilágyi2015-05-071-2/+2
* downloader: hash downloading recoveryobscuren2015-05-031-10/+17
* eth/downloader: added additional testsobscuren2015-05-031-4/+11
* eth, eth/downloader: Moved block processing & graceful shutdownobscuren2015-05-011-20/+35
* core: fixed tetst to reflect (int, error) return by insertChainobscuren2015-04-291-2/+2
* eth/downloader: fixed testsobscuren2015-04-241-12/+8
* eth, eth/downloader: don't require td on downloader. Fixed testsobscuren2015-04-241-17/+17
* downloader: fixed tests with low ttlobscuren2015-04-191-0/+1
* downloader: moved chunk ignoring. Fixes issue with catching upobscuren2015-04-191-2/+4
* downloader: added missing blocks catchup functionalityobscuren2015-04-131-5/+32
* downloader: implemented new downloaderobscuren2015-04-121-0/+128