summaryrefslogtreecommitdiff
path: root/desktop/source/app/updater.cxx
AgeCommit message (Expand)Author
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-12-01cppcheck: performing init in init list (desktop/editeng)Julien Nabet
2018-08-15Revert broken part of cd66852f6dd08631a25d15a1527a647e69ab8ce3Stephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-02-19fix updater on windowsMarkus Mohrhard
2017-11-21Various loplugin warnings in --enable-online-update=marStephan Bergmann
2017-11-21fix fallout from orcus upgrageDavid Tardon
2017-08-21updater: looser throw specification for what() of exceptionMarkus Mohrhard
2017-08-20updater: move the update channel info from the config to versionrcMarkus Mohrhard
2017-08-20updater: make it easier to test some parts of the updating codeMarkus Mohrhard
2017-08-20updater: windows prevents moving file with open file handlesMarkus Mohrhard
2017-08-20updater: better error loggingMarkus Mohrhard
2017-08-19updater: use forward slashesMarkus Mohrhard
2017-08-14updater: fix -Werror=undef problemsMarkus Mohrhard
2017-08-13updater: fix the updater path on windowsMarkus Mohrhard
2017-08-13updater: use desktop.updater log scope consistentlyMarkus Mohrhard
2017-08-13updater: make sure we pass the correct path for the updater executable on winMarkus Mohrhard
2017-08-13updater: call the updater executable on windowsMarkus Mohrhard
2017-08-09desktop,extensions: updater: only allow redirects to HTTP/HTTPSMichael Stahl
2017-08-02updater: fix incorrect installation directory pathMarkus Mohrhard
2017-08-02updater: always log all Updater messages also to SAL_INFOMarkus Mohrhard
2017-08-02updater: switch to an one-step updateMarkus Mohrhard
2017-08-02updater: remove the updater files after an updateMarkus Mohrhard
2017-08-02updater: extract the build ID generation into own methodMarkus Mohrhard
2017-06-24updater: add a way to manually test updater command lineMarkus Mohrhard
2017-06-24updater: forward the command line arguments to the updaterMarkus Mohrhard
2017-06-22updater: handle the SeeAlso property after the update succeededMarkus Mohrhard
2017-06-17updater: detect when user can not write to installation directoryMarkus Mohrhard
2017-06-16updater: only download language packs for installed languagesMarkus Mohrhard
2017-06-12use the shared path codeMarkus Mohrhard
2017-06-12better variable namesMarkus Mohrhard
2017-06-12make it easier to extend the responseMarkus Mohrhard
2017-06-12use the shared path codeMarkus Mohrhard
2017-06-12better updater loggingMarkus Mohrhard
2017-05-27allow to override settings based updater URL and channel through envMarkus Mohrhard
2017-05-19remove double '/' in update download URLMarkus Mohrhard
2017-05-19log all the updater actionsMarkus Mohrhard
2017-05-19actually abort the update process if the update file is invalidMarkus Mohrhard
2017-05-19actually check the hash of the update filesMarkus Mohrhard
2017-05-19better reporting for normal response from updaterMarkus Mohrhard
2017-05-19extract the common updater path info into methodsMarkus Mohrhard
2017-05-19normalize path for updaterMarkus Mohrhard
2017-05-19first stab at normalizing updater pathMarkus Mohrhard
2017-05-19use an update dir that is in the user profileMarkus Mohrhard
2017-05-19don't crash when we get bad responseMarkus Mohrhard
2017-05-19hard coding the number of entries just leads to problemsMarkus Mohrhard
2017-05-19version entry is no moreMarkus Mohrhard
2017-05-19protect the downloading of the update info also with try..catchMarkus Mohrhard