summaryrefslogtreecommitdiffstats
path: root/api/logic/net/NetJob.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-2/+4
| | | | | | * 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 fix jumpy download progress barsPetr Mrázek2017-07-06-2/+1
| | | | | They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes.
* 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-29/+2
| | | | Possibly also some bug fixes.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-16/+52
|
* NOISSUE less jumpy download progress bars and redirect URL fixPetr Mrázek2017-04-30-2/+2
|
* NOISSUE more NetAction and NetJob cleanupsPetr Mrázek2017-04-29-20/+1
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-35/+18
| | | | Still missing some things, this is part 1.
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-4/+7
|
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-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 librariesPetr Mrázek2016-05-01-0/+117