summaryrefslogtreecommitdiffstats
path: root/onlineupdate
Commit message (Expand)AuthorAgeFilesLines
* 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
* updater: work on supporting language pack updatesMarkus Mohrhard2017-06-161-86/+96
* Fix typosAndrea Gelmini2017-06-141-1/+1
* add a way to manually test the automatic updater with a simple test projectMarkus Mohrhard2017-06-113-0/+15
* fix automatic updates with user profile in installation dirMarkus Mohrhard2017-06-111-13/+19
* start adding my local documentation to the onlineupdate READMEMarkus Mohrhard2017-06-111-0/+11
* the custom target needs to depend on pythonMarkus Mohrhard2017-06-081-2/+4
* 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-212-4/+7
* 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-195-21/+49
* 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
* extract string typedefs to a shared fileMarkus Mohrhard2017-05-194-14/+28
* add TODOMarkus Mohrhard2017-05-191-0/+1
* remove unused hard link supportMarkus Mohrhard2017-05-191-34/+0
* without the wb+ reading the patch file will failMarkus Mohrhard2017-05-191-1/+1
* add mbsdiff as build executableMarkus Mohrhard2017-05-194-0/+442
* better flexibility through configurable updated build directoryMarkus Mohrhard2017-05-191-2/+2
* add more TODO commentsMarkus Mohrhard2017-05-191-0/+1
* add the astyle script used to format the filesMarkus Mohrhard2017-05-191-0/+7
* use a more libreoffice like formattingMarkus Mohrhard2017-05-1940-4429/+5373
* add the resource to the updaterMarkus Mohrhard2017-05-193-0/+18
* add TODO comments for the places that need further inspectionMarkus Mohrhard2017-05-191-0/+16
* hide the function behind the correct define checksMarkus Mohrhard2017-05-191-0/+2
* remove the MOZ_ prefix from a few env variables and definesMarkus Mohrhard2017-05-192-12/+12
* use std::min instead of own codeMarkus Mohrhard2017-05-191-8/+2