Age | Commit message (Expand) | Author |
2017-06-26 | updater: make it more difficult to misuse the API | Markus Mohrhard |
2017-06-26 | updater: reduce scope of ArchiveReader and pass by reference | Markus Mohrhard |
2017-06-26 | updater: subclasses need to pass the archiveReader parameter to their parents | Markus Mohrhard |
2017-06-26 | tdf#108563 Transform global variable gArchiveReader to local variable | Christian Barth |
2017-06-24 | updater: add a one step update test | Markus Mohrhard |
2017-06-20 | new cannot return nullptr | Noel Grandin |
2017-06-17 | -Werror=maybe-uninitialized | Markus Mohrhard |
2017-06-17 | updater: fix missing header for std::vector | Markus Mohrhard |
2017-06-17 | updater: get the certificate code working on python2 and 3 | Markus Mohrhard |
2017-06-17 | updater: remove unnecessary file | Markus Mohrhard |
2017-06-17 | updater: remove some of the old mozilla makefile pieces | Markus Mohrhard |
2017-06-17 | updater: remove old updater certificate data | Markus Mohrhard |
2017-06-17 | updater: move the data location for the replacement test | Markus Mohrhard |
2017-06-17 | updater: respect version info for manual tests | Markus Mohrhard |
2017-06-16 | updater: add manual test for new language updates | Markus Mohrhard |
2017-06-16 | updater: fix update file lookup for language pack files | Markus Mohrhard |
2017-06-16 | updater: rename test directory to reflect the tested code | Markus Mohrhard |
2017-06-16 | updater: add short explanation about the test | Markus Mohrhard |
2017-06-16 | updater: find all the language update files | Markus Mohrhard |
2017-06-16 | updater: work on supporting language pack updates | Markus Mohrhard |
2017-06-14 | Fix typos | Andrea Gelmini |
2017-06-11 | add a way to manually test the automatic updater with a simple test project | Markus Mohrhard |
2017-06-11 | fix automatic updates with user profile in installation dir | Markus Mohrhard |
2017-06-11 | start adding my local documentation to the onlineupdate README | Markus Mohrhard |
2017-06-08 | the custom target needs to depend on python | Markus Mohrhard |
2017-06-04 | no need to construct unique_ptr here | Jochen Nitschke |
2017-06-01 | Fix typos | Andrea Gelmini |
2017-05-21 | take the certifcate info from the update config | Markus Mohrhard |
2017-05-19 | Wdeclaration-after-statement | Markus Mohrhard |
2017-05-19 | Wsometimes-uninitialized | Markus Mohrhard |
2017-05-19 | Wunused-macros | Markus Mohrhard |
2017-05-19 | remove the newly unused files with old cert verification data | Markus Mohrhard |
2017-05-19 | generate the certificate verification data as part of the build | Markus Mohrhard |
2017-05-19 | second part for user profile in instdir | Markus Mohrhard |
2017-05-19 | first step into supporting user profile in installation dir | Markus Mohrhard |
2017-05-19 | extract string typedefs to a shared file | Markus Mohrhard |
2017-05-19 | add TODO | Markus Mohrhard |
2017-05-19 | remove unused hard link support | Markus Mohrhard |
2017-05-19 | without the wb+ reading the patch file will fail | Markus Mohrhard |
2017-05-19 | add mbsdiff as build executable | Markus Mohrhard |
2017-05-19 | better flexibility through configurable updated build directory | Markus Mohrhard |
2017-05-19 | add more TODO comments | Markus Mohrhard |
2017-05-19 | add the astyle script used to format the files | Markus Mohrhard |
2017-05-19 | use a more libreoffice like formatting | Markus Mohrhard |
2017-05-19 | add the resource to the updater | Markus Mohrhard |
2017-05-19 | add TODO comments for the places that need further inspection | Markus Mohrhard |
2017-05-19 | hide the function behind the correct define checks | Markus Mohrhard |
2017-05-19 | remove the MOZ_ prefix from a few env variables and defines | Markus Mohrhard |
2017-05-19 | use std::min instead of own code | Markus Mohrhard |
2017-05-19 | remove unnecessary case from updater code | Markus Mohrhard |