summaryrefslogtreecommitdiffstats
path: root/api/logic/net/FileSink.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-18/+18
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-18/+18
| | | | Still missing some things, this is part 1.
* GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek2016-10-28-0/+5
| | | | | This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
* NOISSUE reset wroteAnyData flag when resetting FileSinkPetr Mrázek2016-06-13-0/+1
| | | | | This fixes files getting overwritten with null content when stale cache and redirects are combined
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-0/+99
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.