Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | downloader: added missing blocks catchup functionality | obscuren | 2015-04-13 | 4 | -133/+303 |
| | | | | | When a parent is missing in the block list an attempt should be made to fetch the missing parent and grandparents. | ||||
* | downloader: return an error for peer.fetch and return chunk to queue | obscuren | 2015-04-12 | 2 | -3/+16 |
| | | | | | If a peer was somehow already fetching and somehow managed to end up in the `available` pool it should return it's work. | ||||
* | downloader: renamed chunks to queue | obscuren | 2015-04-12 | 1 | -0/+0 |
| | |||||
* | downloader: implemented new downloader | obscuren | 2015-04-12 | 4 | -0/+602 |