summaryrefslogtreecommitdiffstats
path: root/api/logic/net/Download.cpp
Commit message (Collapse)AuthorAgeLines
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-3/+45
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-0/+199
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.