Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1927 Add more specific task status logging | Petr Mrázek | 2017-07-07 | -6/+2 |
| | | | | | | * 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 logging | Petr Mrázek | 2017-07-07 | -1/+0 |
| | ||||
* | NOISSUE fix jumpy download progress bars | Petr Mrázek | 2017-07-06 | -15/+31 |
| | | | | | They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes. | |||
* | NOISSUE some safe refactors and changes of the task subsystem | Petr Mrázek | 2017-06-26 | -8/+37 |
| | | | | Possibly also some bug fixes. | |||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -61/+28 |
| | ||||
* | NOISSUE less jumpy download progress bars and redirect URL fix | Petr Mrázek | 2017-04-30 | -13/+9 |
| | ||||
* | NOISSUE more NetAction and NetJob cleanups | Petr Mrázek | 2017-04-29 | -1/+0 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -22/+60 |
| | | | | 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 |
| | ||||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -0/+49 |
| | ||||
* | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -3/+1 |
| | | | | | | * 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 libraries | Petr Mrázek | 2016-05-01 | -0/+125 |