aboutsummaryrefslogtreecommitdiff
path: root/api/logic/net
AgeCommit message (Collapse)Author
2017-04-30NOISSUE less jumpy download progress bars and redirect URL fixPetr Mrázek
2017-04-29NOISSUE more NetAction and NetJob cleanupsPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2017-02-08NOISSUE switch paste.ee over to https onlyPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-10-28GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek
This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-06-13NOISSUE reset wroteAnyData flag when resetting FileSinkPetr Mrázek
This fixes files getting overwritten with null content when stale cache and redirects are combined
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek