summaryrefslogtreecommitdiffstats
path: root/api/logic/net
Commit message (Collapse)AuthorAgeLines
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-1/+3
| | | | | | | and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
* GH-3234 Add support for custom meta URLs at build timePetr Mrázek2020-07-18-53/+0
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek2019-11-03-1/+2
|
* Update Copyright YearAppleTheGolden2019-01-16-8/+8
|
* NOISSUE update FTB URLsPetr Mrázek2019-01-04-0/+1
|
* GH-2488 fix Qt's relative URL redirect problems some morePetr Mrázek2018-12-14-4/+14
|
* NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek2018-11-04-11/+6
|
* NOISSUE fix 404 with liteloader https urlChris Lane2018-11-02-1/+1
|
* NOISSUE use https more widelyChris Lane2018-11-02-9/+9
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-1125/+1125
|
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-4/+4
|
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-2/+1
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-1/+1
| | | | Fixes #2277
* GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf2018-03-11-0/+4
| | | | Added sorting
* NOISSUE update copyright datesPetr Mrázek2018-02-11-8/+8
|
* NOISSUE clean up download redirects and handle their errors as fatalPetr Mrázek2018-01-22-23/+10
|
* NOISSUE fix bad redirect URLs provided by the curse CDNPetr Mrázek2018-01-21-2/+40
| | | | MultiMC now parses the HTTP Location header in a (more) tolerant mode.
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-0/+10
|
* NOISSUE and one more build for the build gods... ssl error catching again.Petr Mrázek2017-11-01-2/+2
|
* NOISSUE actually do catch the ssl errorsPetr Mrázek2017-11-01-0/+1
|
* NOISSUE catch and log SSL errors for Download(s)Petr Mrázek2017-11-01-0/+13
|
* NOISSUE remove debug dump to file in paste uploadPetr Mrázek2017-10-11-5/+0
|
* NOISSUE clean up and fix paste.ee uploadPetr Mrázek2017-10-11-19/+22
|
* forgot to remove debug statementJoona2017-08-22-1/+0
|
* switch to new paste.ee APIJoona2017-08-22-10/+16
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-8/+6
| | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
* NOISSUE remove verbose dl progress loggingPetr Mrázek2017-07-07-1/+0
|
* NOISSUE fix jumpy download progress barsPetr Mrázek2017-07-06-17/+32
| | | | | They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes.
* NOISSUE add note to Job_Failed_ProceedPetr Mrázek2017-06-27-0/+4
| | | | It should be removed, it just signifies that there is a system missing.
* NOISSUE remove some bad code in various Task related classesPetr Mrázek2017-06-27-1/+0
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-67/+76
| | | | Possibly also some bug fixes.
* NOISSUE fix a bunch of compiler warningsPetr Mrázek2017-05-21-1/+2
|
* GH-1885 make FileSink save (even empty) files when the HTTP response is 200 ↵Petr Mrázek2017-05-09-1/+11
| | | | or 203
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-190/+227
|
* NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek2017-05-03-5/+5
|
* NOISSUE less jumpy download progress bars and redirect URL fixPetr Mrázek2017-04-30-18/+31
|
* NOISSUE more NetAction and NetJob cleanupsPetr Mrázek2017-04-29-21/+2
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-196/+165
| | | | Still missing some things, this is part 1.
* NOISSUE switch paste.ee over to https onlyPetr Mrázek2017-02-08-1/+1
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-8/+8
|
* NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek2016-11-06-4/+2
| | | | | * Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
* GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek2016-10-28-9/+57
| | | | | This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-15/+119
|
* 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-587/+640
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+1556