summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/updater.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-15Turn onlineupdate into external/onlineupdateStephan Bergmann1-4594/+0
2023-12-08Fix --enable-online-update-mar on WindowsStephan Bergmann1-1/+1
2023-01-25NSS initialization guardAndras Timar1-5/+8
2020-02-16Proper error check for fwrite in updater.cxxMuhammet Kara1-2/+3
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-3/+3
2019-08-12Fix typosAndrea Gelmini1-8/+8
2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard1-5/+10
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-3/+3
2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski1-32/+33
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski1-16/+16
2018-01-16Fix typosAndrea Gelmini1-1/+1
2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl1-1/+1
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard1-1/+1
2017-08-02updater: disable the special handling of the user profileMarkus Mohrhard1-0/+3
2017-07-31updater: fix windows build, string issuesMarkus Mohrhard1-2/+2
2017-06-26updater: make it more difficult to misuse the APIMarkus Mohrhard1-29/+19
2017-06-26updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard1-53/+48
2017-06-26updater: subclasses need to pass the archiveReader parameter to their parentsMarkus Mohrhard1-11/+26
2017-06-26tdf#108563 Transform global variable gArchiveReader to local variableChristian Barth1-23/+46
2017-06-20new cannot return nullptrNoel Grandin1-4/+0
2017-06-17-Werror=maybe-uninitializedMarkus Mohrhard1-1/+1
2017-06-17updater: fix missing header for std::vectorMarkus Mohrhard1-0/+1
2017-06-16updater: fix update file lookup for language pack filesMarkus Mohrhard1-2/+3
2017-06-16updater: find all the language update filesMarkus Mohrhard1-2/+28
2017-06-16updater: work on supporting language pack updatesMarkus Mohrhard1-86/+96
2017-06-11fix automatic updates with user profile in installation dirMarkus Mohrhard1-13/+19
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-4/+4
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-19second part for user profile in instdirMarkus Mohrhard1-0/+51
2017-05-19first step into supporting user profile in installation dirMarkus Mohrhard1-6/+23
2017-05-19remove unused hard link supportMarkus Mohrhard1-34/+0
2017-05-19without the wb+ reading the patch file will failMarkus Mohrhard1-1/+1
2017-05-19better flexibility through configurable updated build directoryMarkus Mohrhard1-2/+2
2017-05-19use a more libreoffice like formattingMarkus Mohrhard1-680/+1081
2017-05-19add TODO comments for the places that need further inspectionMarkus Mohrhard1-0/+16
2017-05-19hide the function behind the correct define checksMarkus Mohrhard1-0/+2
2017-05-19remove the MOZ_ prefix from a few env variables and definesMarkus Mohrhard1-8/+8
2017-05-19use std::min instead of own codeMarkus Mohrhard1-8/+2
2017-05-19remove unnecessary case from updater codeMarkus Mohrhard1-11/+1
2017-05-19fix Wundef warningsMarkus Mohrhard1-3/+3
2017-05-19more XP_WIN to _WIN32Markus Mohrhard1-4/+4
2017-05-19add missing windows error codesMarkus Mohrhard1-0/+6
2017-05-19remove header includesMarkus Mohrhard1-4/+0
2017-05-19workaround for compile errorMarkus Mohrhard1-1/+2
2017-05-19fix warnings in windows only codeMarkus Mohrhard1-3/+3
2017-05-19explicitly include header file for unique_ptrMarkus Mohrhard1-0/+1
2017-05-19fix unused parameter warningsMarkus Mohrhard1-1/+1
2017-05-19update the updater code from mozillaMarkus Mohrhard1-337/+769
2017-05-19some steps to getting mar signing workingMarkus Mohrhard1-3/+5
2017-05-19don't use MOZ prefix for variablesMarkus Mohrhard1-4/+4