summaryrefslogtreecommitdiffstats
path: root/onlineupdate
Commit message (Expand)AuthorAgeFilesLines
* Cut down on -pthread/-lpthread proliferationStephan Bergmann2020-05-012-2/+0
* Rename online updater functions and strcmp relpathJan-Marek Glogowski2018-09-101-32/+33
* Fix some std::unique_ptr array allocsJan-Marek Glogowski2018-09-071-16/+16
* updater: Tone down the geekiness in user-facing stringsAdolfo Jayme Barrientos2018-03-202-8/+8
* Blind fixStephan Bergmann2018-01-171-1/+1
* Fix typosAndrea Gelmini2018-01-162-2/+2
* Missing includeStephan Bergmann2018-01-161-0/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* Updater Icon: Shrink svg fileandreas kainz2017-12-302-649/+1
* Fix typosAndrea Gelmini2017-11-191-1/+1
* chmod 0755 -> 0644 for some source filesStephan Bergmann2017-10-231-0/+0
* onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl2017-09-132-1/+2
* update the gtk updater icon with the new updater iconMarkus Mohrhard2017-08-291-254/+200
* update updater iconandreas kainz2017-08-283-0/+649
* updater: store the updater GUI icon on linux in the codeMarkus Mohrhard2017-08-222-3/+261
* updater: get the updater GUI working on LinuxMarkus Mohrhard2017-08-224-4/+12
* updater: fix error in linux part of updater makefilesMarkus Mohrhard2017-08-221-1/+1
* updater: add a way to test the dialog code of the updaterMarkus Mohrhard2017-08-213-0/+107
* updater: always show the updater UIMarkus Mohrhard2017-08-211-3/+8
* updater: set executable type GUI for updater.exeMarkus Mohrhard2017-08-211-2/+8
* updater: reference the correct new static library nameMarkus Mohrhard2017-08-141-1/+1
* updater: move the windows process starting code to comphelperMarkus Mohrhard2017-08-086-322/+3
* updater: add include guard for windows process start codeMarkus Mohrhard2017-08-081-0/+5
* updater: use the correct define checkMarkus Mohrhard2017-08-081-3/+1
* updater: disable the special handling of the user profileMarkus Mohrhard2017-08-021-0/+3
* make it easier to debug the generation of certificate dataMarkus Mohrhard2017-08-011-2/+12
* updater: get the signature verification working on WindowsMarkus Mohrhard2017-07-318-30/+77
* updater: fix windows build, string issuesMarkus Mohrhard2017-07-311-2/+2
* updater: fix include and exception support for updater serviceMarkus Mohrhard2017-07-311-1/+2
* fix updater code on windowsMarkus Mohrhard2017-07-313-5/+199
* updater: remove unnecessary mozilla makefileMarkus Mohrhard2017-07-281-9/+0
* updater: make it more difficult to misuse the APIMarkus Mohrhard2017-06-261-29/+19
* updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard2017-06-261-53/+48
* updater: subclasses need to pass the archiveReader parameter to their parentsMarkus Mohrhard2017-06-261-11/+26
* tdf#108563 Transform global variable gArchiveReader to local variableChristian Barth2017-06-261-23/+46
* updater: add a one step update testMarkus Mohrhard2017-06-244-0/+27
* new cannot return nullptrNoel Grandin2017-06-201-4/+0
* -Werror=maybe-uninitializedMarkus Mohrhard2017-06-171-1/+1
* updater: fix missing header for std::vectorMarkus Mohrhard2017-06-171-0/+1
* updater: get the certificate code working on python2 and 3Markus Mohrhard2017-06-171-5/+12
* updater: remove unnecessary fileMarkus Mohrhard2017-06-171-1/+0
* updater: remove some of the old mozilla makefile piecesMarkus Mohrhard2017-06-172-43/+0
* updater: remove old updater certificate dataMarkus Mohrhard2017-06-171-0/+0
* updater: move the data location for the replacement testMarkus Mohrhard2017-06-172-4/+7
* updater: respect version info for manual testsMarkus Mohrhard2017-06-172-0/+0
* updater: add manual test for new language updatesMarkus Mohrhard2017-06-164-0/+21
* updater: fix update file lookup for language pack filesMarkus Mohrhard2017-06-161-2/+3
* updater: rename test directory to reflect the tested codeMarkus Mohrhard2017-06-163-0/+0
* updater: add short explanation about the testMarkus Mohrhard2017-06-161-0/+2
* updater: find all the language update filesMarkus Mohrhard2017-06-161-2/+28