aboutsummaryrefslogtreecommitdiff
path: root/api/logic/net
AgeCommit message (Expand)Author
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
2019-11-03NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-04NOISSUE update FTB URLsPetr Mrázek
2018-12-14GH-2488 fix Qt's relative URL redirect problems some morePetr Mrázek
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE fix 404 with liteloader https urlChris Lane
2018-11-02NOISSUE use https more widelyChris Lane
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-28NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 Add...Janrupf
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-01-22NOISSUE clean up download redirects and handle their errors as fatalPetr Mrázek
2018-01-21NOISSUE fix bad redirect URLs provided by the curse CDNPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-01NOISSUE and one more build for the build gods... ssl error catching again.Petr Mrázek
2017-11-01NOISSUE actually do catch the ssl errorsPetr Mrázek
2017-11-01NOISSUE catch and log SSL errors for Download(s)Petr Mrázek
2017-10-11NOISSUE remove debug dump to file in paste uploadPetr Mrázek
2017-10-11NOISSUE clean up and fix paste.ee uploadPetr Mrázek
2017-08-22forgot to remove debug statementJoona
2017-08-22switch to new paste.ee APIJoona
2017-07-07GH-1927 Add more specific task status loggingPetr Mrázek
2017-07-07NOISSUE remove verbose dl progress loggingPetr Mrázek
2017-07-06NOISSUE fix jumpy download progress barsPetr Mrázek
2017-06-27NOISSUE add note to Job_Failed_ProceedPetr Mrázek
2017-06-27NOISSUE remove some bad code in various Task related classesPetr Mrázek
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
2017-05-21NOISSUE fix a bunch of compiler warningsPetr Mrázek
2017-05-09GH-1885 make FileSink save (even empty) files when the HTTP response is 200 o...Petr Mrázek
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-05-03NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek
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
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
2016-10-28GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-06-13NOISSUE reset wroteAnyData flag when resetting FileSinkPetr Mrázek
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek