summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/updater.cxx
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski
2018-01-16Fix typosAndrea Gelmini
2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard
2017-08-02updater: disable the special handling of the user profileMarkus Mohrhard
2017-07-31updater: fix windows build, string issuesMarkus Mohrhard
2017-06-26updater: make it more difficult to misuse the APIMarkus Mohrhard
2017-06-26updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard
2017-06-26updater: subclasses need to pass the archiveReader parameter to their parentsMarkus Mohrhard
2017-06-26tdf#108563 Transform global variable gArchiveReader to local variableChristian Barth
2017-06-20new cannot return nullptrNoel Grandin
2017-06-17-Werror=maybe-uninitializedMarkus Mohrhard
2017-06-17updater: fix missing header for std::vectorMarkus Mohrhard
2017-06-16updater: fix update file lookup for language pack filesMarkus Mohrhard
2017-06-16updater: find all the language update filesMarkus Mohrhard
2017-06-16updater: work on supporting language pack updatesMarkus Mohrhard
2017-06-11fix automatic updates with user profile in installation dirMarkus Mohrhard
2017-06-04no need to construct unique_ptr hereJochen Nitschke
2017-06-01Fix typosAndrea Gelmini
2017-05-19second part for user profile in instdirMarkus Mohrhard
2017-05-19first step into supporting user profile in installation dirMarkus Mohrhard
2017-05-19remove unused hard link supportMarkus Mohrhard
2017-05-19without the wb+ reading the patch file will failMarkus Mohrhard
2017-05-19better flexibility through configurable updated build directoryMarkus Mohrhard
2017-05-19use a more libreoffice like formattingMarkus Mohrhard
2017-05-19add TODO comments for the places that need further inspectionMarkus Mohrhard
2017-05-19hide the function behind the correct define checksMarkus Mohrhard
2017-05-19remove the MOZ_ prefix from a few env variables and definesMarkus Mohrhard
2017-05-19use std::min instead of own codeMarkus Mohrhard
2017-05-19remove unnecessary case from updater codeMarkus Mohrhard
2017-05-19fix Wundef warningsMarkus Mohrhard
2017-05-19more XP_WIN to _WIN32Markus Mohrhard
2017-05-19add missing windows error codesMarkus Mohrhard
2017-05-19remove header includesMarkus Mohrhard
2017-05-19workaround for compile errorMarkus Mohrhard
2017-05-19fix warnings in windows only codeMarkus Mohrhard
2017-05-19explicitly include header file for unique_ptrMarkus Mohrhard
2017-05-19fix unused parameter warningsMarkus Mohrhard
2017-05-19update the updater code from mozillaMarkus Mohrhard
2017-05-19some steps to getting mar signing workingMarkus Mohrhard
2017-05-19don't use MOZ prefix for variablesMarkus Mohrhard
2017-05-19adapt indentation to LibO defaultsMarkus Mohrhard
2017-05-19remove more references to GONKMarkus Mohrhard
2017-05-19remove unneeded parts from the updater codeMarkus Mohrhard
2017-05-19make the updater code also work on windowsMarkus Mohrhard
2017-05-19temp windows fixesMarkus Mohrhard