aboutsummaryrefslogtreecommitdiffstats
path: root/eth/sync.go
Commit message (Expand)AuthorAgeFilesLines
* eth, eth/downloader: detect and handle madeup hash attacksPéter Szilágyi2015-05-151-1/+1
* eth: drop a sync peer if it sends an invalid hash chainPéter Szilágyi2015-05-151-1/+1
* eth, eth/downloader: prevent hash repeater attackPéter Szilágyi2015-05-151-2/+4
* eth, eth/downloader: remove parent verification from the downlaoderPéter Szilágyi2015-05-141-9/+4
* eth, eth/downloader: handle a potential unknown parent attackPéter Szilágyi2015-05-141-6/+17
* 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