summaryrefslogtreecommitdiff
path: root/desktop/source/app/updater.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-14updater: fix -Werror=undef problemsMarkus Mohrhard1-4/+4
2017-08-13updater: fix the updater path on windowsMarkus Mohrhard1-2/+2
2017-08-13updater: use desktop.updater log scope consistentlyMarkus Mohrhard1-5/+4
2017-08-13updater: make sure we pass the correct path for the updater executable on winMarkus Mohrhard1-5/+7
2017-08-13updater: call the updater executable on windowsMarkus Mohrhard1-19/+46
2017-08-09desktop,extensions: updater: only allow redirects to HTTP/HTTPSMichael Stahl1-0/+2
2017-08-02updater: fix incorrect installation directory pathMarkus Mohrhard1-3/+2
2017-08-02updater: always log all Updater messages also to SAL_INFOMarkus Mohrhard1-0/+3
2017-08-02updater: switch to an one-step updateMarkus Mohrhard1-58/+4
2017-08-02updater: remove the updater files after an updateMarkus Mohrhard1-0/+48
2017-08-02updater: extract the build ID generation into own methodMarkus Mohrhard1-2/+9
2017-06-24updater: add a way to manually test updater command lineMarkus Mohrhard1-5/+14
2017-06-24updater: forward the command line arguments to the updaterMarkus Mohrhard1-1/+12
2017-06-22updater: handle the SeeAlso property after the update succeededMarkus Mohrhard1-0/+5
2017-06-17updater: detect when user can not write to installation directoryMarkus Mohrhard1-0/+38
2017-06-16updater: only download language packs for installed languagesMarkus Mohrhard1-2/+15
2017-06-12use the shared path codeMarkus Mohrhard1-4/+1
2017-06-12better variable namesMarkus Mohrhard1-3/+3
2017-06-12make it easier to extend the responseMarkus Mohrhard1-1/+1
2017-06-12use the shared path codeMarkus Mohrhard1-8/+4
2017-06-12better updater loggingMarkus Mohrhard1-0/+14
2017-05-27allow to override settings based updater URL and channel through envMarkus Mohrhard1-0/+10
2017-05-19remove double '/' in update download URLMarkus Mohrhard1-1/+1
2017-05-19log all the updater actionsMarkus Mohrhard1-1/+39
2017-05-19actually abort the update process if the update file is invalidMarkus Mohrhard1-0/+44
2017-05-19actually check the hash of the update filesMarkus Mohrhard1-22/+49
2017-05-19better reporting for normal response from updaterMarkus Mohrhard1-2/+19
2017-05-19extract the common updater path info into methodsMarkus Mohrhard1-8/+38
2017-05-19normalize path for updaterMarkus Mohrhard1-1/+25
2017-05-19first stab at normalizing updater pathMarkus Mohrhard1-1/+5
2017-05-19use an update dir that is in the user profileMarkus Mohrhard1-2/+10
2017-05-19don't crash when we get bad responseMarkus Mohrhard1-0/+4
2017-05-19hard coding the number of entries just leads to problemsMarkus Mohrhard1-6/+0
2017-05-19version entry is no moreMarkus Mohrhard1-8/+0
2017-05-19protect the downloading of the update info also with try..catchMarkus Mohrhard1-1/+1
2017-05-19update the update URL and adapt to the server changesMarkus Mohrhard1-5/+2
2017-05-19use the path and not the URL stringMarkus Mohrhard1-1/+1
2017-05-19use consistent method namesMarkus Mohrhard1-1/+1
2017-05-19follow redirects when downloading update filesMarkus Mohrhard1-0/+1
2017-05-19executable names on linux and windows are differentMarkus Mohrhard1-2/+7
2017-05-19fix more platform define checksMarkus Mohrhard1-2/+2
2017-05-19handle errors returned by the serverMarkus Mohrhard1-0/+5
2017-05-19fix unused parameter warningsMarkus Mohrhard1-1/+1
2017-05-19the header file is also needed on windowsMarkus Mohrhard1-1/+1
2017-05-19fix windows buildMarkus Mohrhard1-0/+12
2017-05-19correctly pass the callback executable to the updaterMarkus Mohrhard1-4/+11
2017-05-19reenable the download of the update filesMarkus Mohrhard1-15/+0
2017-05-19use correct syntac for platform stringMarkus Mohrhard1-1/+1
2017-05-19file size is obviously an integerMarkus Mohrhard1-2/+1
2017-05-19use my own server for now for the new update checkMarkus Mohrhard1-4/+6