Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE clean up download redirects and handle their errors as fatal | Petr Mrázek | 2018-01-22 | -23/+10 |
| | ||||
* | NOISSUE fix bad redirect URLs provided by the curse CDN | Petr Mrázek | 2018-01-21 | -2/+40 |
| | | | | MultiMC now parses the HTTP Location header in a (more) tolerant mode. | |||
* | NOISSUE and one more build for the build gods... ssl error catching again. | Petr Mrázek | 2017-11-01 | -2/+2 |
| | ||||
* | NOISSUE actually do catch the ssl errors | Petr Mrázek | 2017-11-01 | -0/+1 |
| | ||||
* | NOISSUE catch and log SSL errors for Download(s) | Petr Mrázek | 2017-11-01 | -0/+12 |
| | ||||
* | NOISSUE fix a bunch of compiler warnings | Petr Mrázek | 2017-05-21 | -0/+1 |
| | ||||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -52/+36 |
| | ||||
* | NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks | Petr Mrázek | 2017-05-03 | -3/+3 |
| | ||||
* | NOISSUE less jumpy download progress bars and redirect URL fix | Petr Mrázek | 2017-04-30 | -3/+19 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -30/+30 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | 2016-11-06 | -2/+1 |
| | | | | | * 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 present | Petr Mrázek | 2016-10-28 | -4/+23 |
| | | | | | 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 cancellable | Petr Mrázek | 2016-08-14 | -3/+45 |
| | ||||
* | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -0/+199 |
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. |