summaryrefslogtreecommitdiffstats
path: root/onlineupdate/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary case from updater codeMarkus Mohrhard2017-05-191-11/+1
* use own unique identifierMarkus Mohrhard2017-05-192-2/+2
* make sure not to reuse the Mozilla registry keys and service nameMarkus Mohrhard2017-05-191-2/+2
* get the update service workingMarkus Mohrhard2017-05-198-188/+312
* extract the common updater code to an own static libraryMarkus Mohrhard2017-05-191-1/+0
* fix more platform define checksMarkus Mohrhard2017-05-191-0/+4
* fix Wundef warningsMarkus Mohrhard2017-05-191-3/+3
* more XP_WIN to _WIN32Markus Mohrhard2017-05-191-4/+4
* add missing windows error codesMarkus Mohrhard2017-05-191-0/+6
* remove header includesMarkus Mohrhard2017-05-191-4/+0
* workaround for compile errorMarkus Mohrhard2017-05-191-1/+2
* fix warnings in windows only codeMarkus Mohrhard2017-05-191-3/+3
* disable warning 4204Markus Mohrhard2017-05-191-0/+5
* explicitly include header file for unique_ptrMarkus Mohrhard2017-05-191-0/+1
* fix unused parameter warningsMarkus Mohrhard2017-05-192-3/+3
* add certificate parts for current daily build certMarkus Mohrhard2017-05-193-0/+6
* update the updater code from mozillaMarkus Mohrhard2017-05-191-337/+769
* store the correct version string in the updater and the mar executableMarkus Mohrhard2017-05-191-4/+6
* make the script more python3 compliantMarkus Mohrhard2017-05-191-4/+6
* some steps to getting mar signing workingMarkus Mohrhard2017-05-191-3/+5
* don't use MOZ prefix for variablesMarkus Mohrhard2017-05-193-9/+9
* adapt indentation to LibO defaultsMarkus Mohrhard2017-05-191-2538/+2538
* obviously we need to use a LibreOffice registry keyMarkus Mohrhard2017-05-191-2/+1
* add a way to create mar file from fileMarkus Mohrhard2017-05-191-1/+36
* remove more references to GONKMarkus Mohrhard2017-05-191-59/+0
* remove gonk reference from build filesMarkus Mohrhard2017-05-192-11/+0
* remove mozilla certificatesMarkus Mohrhard2017-05-196-0/+0
* we use a static lib for this nowMarkus Mohrhard2017-05-191-577/+0
* remove unneeded parts from the updater codeMarkus Mohrhard2017-05-191-71/+0
* make the updater code also work on windowsMarkus Mohrhard2017-05-191-4/+1
* fix unitialized memoryMarkus Mohrhard2017-05-191-1/+1
* make the winhelper library compile on windowsMarkus Mohrhard2017-05-191-53/+4
* temp windows fixesMarkus Mohrhard2017-05-195-11/+8
* add files for starting windows processMarkus Mohrhard2017-05-191-0/+286
* add files for the new update service on windowsMarkus Mohrhard2017-05-1913-0/+2413
* use std::thread instead of own solutionMarkus Mohrhard2017-05-191-71/+8
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* Fix typosAndrea Gelmini2017-03-252-2/+2
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-22/+0
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-172-2/+2
* cleanup tailing backslashesJochen Nitschke2016-12-301-2/+2
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-1/+1
* Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2016-07-131-4/+0
* move #includes to top of fileNoel Grandin2016-06-291-7/+8
* tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul2016-06-1340-9115/+17
* Fix typosAndrea Gelmini2016-04-303-3/+3
* onlineupdate: revert SAL_N_ELEMENTS changesMichael Stahl2016-03-317-55/+56