1. de80fdc tdf#123936 Formatting files in module onlineupdate with clang-format by Philipp Hofer · 5 years ago
  2. ff25b30 Fix typo in code by Andrea Gelmini · 6 years ago
  3. 1be9938 comparison operators should be const by Noel Grandin · 6 years ago
  4. 1bc6f58 Proper error check for fwrite in updater.cxx by Muhammet Kara · 6 years ago
  5. 057307d Fix accidental variable shadowing by Muhammet Kara · 6 years ago
  6. 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
  7. 1ae4505 drop gtk2 support by Caolán McNamara · 7 years ago
  8. a375b05 Fix typos by Andrea Gelmini · 7 years ago
  9. 46b720b Fix typos by Andrea Gelmini · 7 years ago
  10. 9aa90b5 Fix typos by Andrea Gelmini · 7 years ago
  11. 650a836 Fix typos by Andrea Gelmini · 7 years ago
  12. b1141fa Cut down on -pthread/-lpthread proliferation by Stephan Bergmann · 7 years ago
  13. 558956d Drop UNICODE/_UNICODE defines by Mike Kaganski · 7 years ago
  14. eaabda5 work around Werror=format-truncation in onlineupdate for now by Markus Mohrhard · 7 years ago
  15. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  16. 1baf55c fix off by one error by Markus Mohrhard · 7 years ago
  17. 926e4e4 Rename online updater functions and strcmp relpath by Jan-Marek Glogowski · 8 years ago
  18. b18747f Fix some std::unique_ptr array allocs by Jan-Marek Glogowski · 8 years ago
  19. 6e5a95c updater: Tone down the geekiness in user-facing strings by Adolfo Jayme Barrientos · 8 years ago
  20. 0b25dc8 Blind fix by Stephan Bergmann · 8 years ago
  21. f0b8573 Fix typos by Andrea Gelmini · 8 years ago
  22. 337f892 Missing include by Stephan Bergmann · 8 years ago
  23. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
  24. 4ead201 Updater Icon: Shrink svg file by andreas kainz · 8 years ago
  25. 86b8c06 Fix typos by Andrea Gelmini · 8 years ago
  26. 340c5c2 chmod 0755 -> 0644 for some source files by Stephan Bergmann · 8 years ago
  27. 7af1499 onlineupdate: work around GCC7 -Werror=implicit-fallthrough by Michael Stahl · 9 years ago
  28. 663b0a9 update the gtk updater icon with the new updater icon by Markus Mohrhard · 9 years ago
  29. c220f42 update updater icon by andreas kainz · 9 years ago
  30. b622db7 updater: store the updater GUI icon on linux in the code by Markus Mohrhard · 9 years ago
  31. c832aae updater: get the updater GUI working on Linux by Markus Mohrhard · 9 years ago
  32. e531818 updater: fix error in linux part of updater makefiles by Markus Mohrhard · 9 years ago
  33. 12b3725 updater: add a way to test the dialog code of the updater by Markus Mohrhard · 9 years ago
  34. 9e159f8 updater: always show the updater UI by Markus Mohrhard · 9 years ago
  35. 5b517e4 updater: set executable type GUI for updater.exe by Markus Mohrhard · 9 years ago
  36. 2ba7aea updater: reference the correct new static library name by Markus Mohrhard · 9 years ago
  37. 5875fd0 updater: move the windows process starting code to comphelper by Markus Mohrhard · 9 years ago
  38. 9d184e2 updater: add include guard for windows process start code by Markus Mohrhard · 9 years ago
  39. a5cda56 updater: use the correct define check by Markus Mohrhard · 9 years ago
  40. 9d36546 updater: disable the special handling of the user profile by Markus Mohrhard · 9 years ago
  41. c210d7cc make it easier to debug the generation of certificate data by Markus Mohrhard · 9 years ago
  42. 6de75d1 updater: get the signature verification working on Windows by Markus Mohrhard · 9 years ago
  43. 2539702 updater: fix windows build, string issues by Markus Mohrhard · 9 years ago
  44. 31786ffa updater: fix include and exception support for updater service by Markus Mohrhard · 9 years ago
  45. bf713cc fix updater code on windows by Markus Mohrhard · 9 years ago
  46. 42277cf updater: remove unnecessary mozilla makefile by Markus Mohrhard · 9 years ago
  47. f808c50 updater: make it more difficult to misuse the API by Markus Mohrhard · 9 years ago
  48. 07586bc0 updater: reduce scope of ArchiveReader and pass by reference by Markus Mohrhard · 9 years ago
  49. 95eae33 updater: subclasses need to pass the archiveReader parameter to their parents by Markus Mohrhard · 9 years ago
  50. c806dab tdf#108563 Transform global variable gArchiveReader to local variable by Christian Barth · 9 years ago
  51. 9da0183 updater: add a one step update test by Markus Mohrhard · 9 years ago
  52. 05f6763 new cannot return nullptr by Noel Grandin · 9 years ago
  53. 3107c78 -Werror=maybe-uninitialized by Markus Mohrhard · 9 years ago
  54. 4c1d68c updater: fix missing header for std::vector by Markus Mohrhard · 9 years ago
  55. d04ab63 updater: get the certificate code working on python2 and 3 by Markus Mohrhard · 9 years ago
  56. b690d64 updater: remove unnecessary file by Markus Mohrhard · 9 years ago
  57. 4e76505 updater: remove some of the old mozilla makefile pieces by Markus Mohrhard · 9 years ago
  58. d221a78 updater: remove old updater certificate data by Markus Mohrhard · 9 years ago
  59. 44f75d6 updater: move the data location for the replacement test by Markus Mohrhard · 9 years ago
  60. 0a0e569 updater: respect version info for manual tests by Markus Mohrhard · 9 years ago
  61. f680b3c updater: add manual test for new language updates by Markus Mohrhard · 9 years ago
  62. 38a91e2 updater: fix update file lookup for language pack files by Markus Mohrhard · 9 years ago
  63. a87e030 updater: rename test directory to reflect the tested code by Markus Mohrhard · 9 years ago
  64. a5adc48 updater: add short explanation about the test by Markus Mohrhard · 9 years ago
  65. 5244a49b updater: find all the language update files by Markus Mohrhard · 9 years ago
  66. ebeb76f updater: work on supporting language pack updates by Markus Mohrhard · 9 years ago
  67. ada8891 Fix typos by Andrea Gelmini · 9 years ago
  68. 62a8ad3 add a way to manually test the automatic updater with a simple test project by Markus Mohrhard · 9 years ago
  69. bad9690 fix automatic updates with user profile in installation dir by Markus Mohrhard · 9 years ago
  70. 38b3fb2 start adding my local documentation to the onlineupdate README by Markus Mohrhard · 9 years ago
  71. 4ec3a5e the custom target needs to depend on python by Markus Mohrhard · 9 years ago
  72. 8511ee5 no need to construct unique_ptr here by Jochen Nitschke · 9 years ago
  73. 5482ee6 Fix typos by Andrea Gelmini · 9 years ago
  74. 20d04d6 take the certifcate info from the update config by Markus Mohrhard · 9 years ago
  75. b5d7233 Wdeclaration-after-statement by Markus Mohrhard · 9 years ago
  76. 8bd07b0 Wsometimes-uninitialized by Markus Mohrhard · 9 years ago
  77. 2c714fd Wunused-macros by Markus Mohrhard · 9 years ago
  78. b1bef09 remove the newly unused files with old cert verification data by Markus Mohrhard · 9 years ago
  79. fcf365f generate the certificate verification data as part of the build by Markus Mohrhard · 9 years ago
  80. db59b84 second part for user profile in instdir by Markus Mohrhard · 9 years ago
  81. 5e1d8ad first step into supporting user profile in installation dir by Markus Mohrhard · 9 years ago
  82. 0a84291 extract string typedefs to a shared file by Markus Mohrhard · 9 years ago
  83. f8952eb add TODO by Markus Mohrhard · 9 years ago
  84. 9e10833 remove unused hard link support by Markus Mohrhard · 9 years ago
  85. c13b1c5 without the wb+ reading the patch file will fail by Markus Mohrhard · 9 years ago
  86. e6fdfa0 add mbsdiff as build executable by Markus Mohrhard · 9 years ago
  87. e835801 better flexibility through configurable updated build directory by Markus Mohrhard · 9 years ago
  88. d94a06a add more TODO comments by Markus Mohrhard · 9 years ago
  89. e0c4c73 add the astyle script used to format the files by Markus Mohrhard · 9 years ago
  90. c3d264b use a more libreoffice like formatting by Markus Mohrhard · 9 years ago
  91. e88f080 add the resource to the updater by Markus Mohrhard · 9 years ago
  92. 23b0544 add TODO comments for the places that need further inspection by Markus Mohrhard · 9 years ago
  93. d409f95 hide the function behind the correct define checks by Markus Mohrhard · 9 years ago
  94. a37547e remove the MOZ_ prefix from a few env variables and defines by Markus Mohrhard · 9 years ago
  95. 093e2fb use std::min instead of own code by Markus Mohrhard · 9 years ago
  96. 5bfba54 remove unnecessary case from updater code by Markus Mohrhard · 9 years ago
  97. d41a82f use own unique identifier by Markus Mohrhard · 9 years ago
  98. 188cdd2 make sure not to reuse the Mozilla registry keys and service name by Markus Mohrhard · 9 years ago
  99. 95a6a82 the update service is windows only by Markus Mohrhard · 9 years ago
  100. 7eca4fa get the update service working by Markus Mohrhard · 9 years ago