summaryrefslogtreecommitdiff
path: root/onlineupdate
AgeCommit message (Expand)Author
2017-05-19remove gonk reference from build filesMarkus Mohrhard
2017-05-19remove mozilla certificatesMarkus Mohrhard
2017-05-19we use a static lib for this nowMarkus Mohrhard
2017-05-19only compile the windows files on windowsMarkus Mohrhard
2017-05-19remove unneeded parts from the updater codeMarkus Mohrhard
2017-05-19we only want to build winhelper on windowsMarkus Mohrhard
2017-05-19make the updater code also work on windowsMarkus Mohrhard
2017-05-19fix unitialized memoryMarkus Mohrhard
2017-05-19make the winhelper library compile on windowsMarkus Mohrhard
2017-05-19compile as a true c++ ojectMarkus Mohrhard
2017-05-19temp windows fixesMarkus Mohrhard
2017-05-19we need to link to nssMarkus Mohrhard
2017-05-19use the new winhelper static lib on windowsMarkus Mohrhard
2017-05-19add files for starting windows processMarkus Mohrhard
2017-05-19include the new files into the build systemMarkus Mohrhard
2017-05-19add files for the new update service on windowsMarkus Mohrhard
2017-05-19start work on the updater serviceMarkus Mohrhard
2017-05-19use std::thread instead of own solutionMarkus Mohrhard
2017-04-13Removed duplicated includesAndrea Gelmini
2017-03-25Fix typosAndrea Gelmini
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-06-13tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-04-30Fix typosAndrea Gelmini
2016-03-31onlineupdate: revert SAL_N_ELEMENTS changesMichael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-14Revert "tdf#98602 Duplicate code in onlineupdate/"Jan Holesovsky
2016-03-14tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2016-01-06onlineupdate: linking libpthread should work better than including itMichael Stahl
2016-01-06onlineupdate: Executable_updater should decide which GTK it wants to useMichael Stahl
2015-11-04onlineupdate: -Werror=unused-but-set-variableMichael Stahl
2015-11-04onlineupdate: -Werror=unused-variableMichael Stahl
2015-11-04onlineupdate: error: statement with no effectMichael Stahl
2015-10-12cppcheck:variableScopeNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-18Fix typosAndrea Gelmini
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn