summaryrefslogtreecommitdiffstats
path: root/api/logic/net/FileSink.cpp
Commit message (Collapse)AuthorAgeLines
* 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.