aboutsummaryrefslogtreecommitdiffstats
path: root/eth/sync.go
Commit message (Expand)AuthorAgeFilesLines
* eth, eth/downloader: moved pending queue error message to debugobscuren2015-05-111-1/+2
* eth: added a cancel method for the downloaderobscuren2015-05-101-0/+3
* eth, eth/downloader: handle sync errors a bit more gracefullyPéter Szilágyi2015-05-081-26/+28
* eth, eth/downloader: make synchronize thread safePéter Szilágyi2015-05-081-12/+4
* cmd/geth, eth: bump version & tmp fix for incorrect TD peersobscuren2015-05-031-0/+7
* eth,core: changed NewTicker to Tickobscuren2015-05-031-4/+4
* eth, eth/downloader: Moved block processing & graceful shutdownobscuren2015-05-011-0/+101