summaryrefslogtreecommitdiffstats
path: root/onlineupdate/source
Commit message (Expand)AuthorAgeFilesLines
* work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard2019-02-151-5/+10
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-3/+3
* fix off by one errorMarkus Mohrhard2018-11-181-1/+1
* 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
* 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-221-1/+5
* updater: always show the updater UIMarkus Mohrhard2017-08-211-3/+8
* updater: move the windows process starting code to comphelperMarkus Mohrhard2017-08-082-271/+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-311-2/+2
* updater: fix windows build, string issuesMarkus Mohrhard2017-07-311-2/+2
* fix updater code on windowsMarkus Mohrhard2017-07-312-5/+5
* 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
* 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: fix update file lookup for language pack filesMarkus Mohrhard2017-06-161-2/+3
* updater: find all the language update filesMarkus Mohrhard2017-06-161-2/+28
* updater: work on supporting language pack updatesMarkus Mohrhard2017-06-161-86/+96
* fix automatic updates with user profile in installation dirMarkus Mohrhard2017-06-111-13/+19
* no need to construct unique_ptr hereJochen Nitschke2017-06-041-4/+4
* Fix typosAndrea Gelmini2017-06-014-4/+4
* take the certifcate info from the update configMarkus Mohrhard2017-05-211-2/+5
* Wdeclaration-after-statementMarkus Mohrhard2017-05-191-1/+2
* Wsometimes-uninitializedMarkus Mohrhard2017-05-191-3/+3
* Wunused-macrosMarkus Mohrhard2017-05-191-0/+2
* remove the newly unused files with old cert verification dataMarkus Mohrhard2017-05-192-8/+0
* generate the certificate verification data as part of the buildMarkus Mohrhard2017-05-192-21/+16
* second part for user profile in instdirMarkus Mohrhard2017-05-192-0/+53
* first step into supporting user profile in installation dirMarkus Mohrhard2017-05-191-6/+23