summaryrefslogtreecommitdiffstats
path: root/api/logic/net/Download.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek2016-10-28-4/+13
| | | | | This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-7/+7
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-0/+66
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.