summaryrefslogtreecommitdiffstats
path: root/api/logic/updater
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-1133/+1142
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-4/+4
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-2/+2
| | | | Possibly also some bug fixes.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-10/+10
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-10/+10
| | | | Still missing some things, this is part 1.
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-4/+4
|
* GH-1726 better failure detection for updatesPetr Mrázek2016-11-19-11/+14
| | | | | | Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-47/+41
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* NOISSUE revert to dumping all build artifacts to the rootPetr Mrázek2016-05-01-2/+2
| | | | This fixes unit tests on Windows... Windows has no mechanism to set library lookup path.
* NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek2016-05-01-0/+550
| | | | more dead tests.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+1002