1. a591811 Fix exception specification for ZipFileAccess::createWithURL by Noel Grandin · 13 years ago
  2. db979ee fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
  3. dcbaf7c remove unused componentcontext.hxx includes by Noel Grandin · 13 years ago
  4. 1b049bd Accept even more corrupted zip documents as long as we can read them by Fridrich Štrba · 13 years ago
  5. 482d1ae Revert "Accept even more corrupted zip documents as long as we can read them" by Fridrich Štrba · 13 years ago
  6. ef2ad00 Accept even more corrupted zip documents as long as we can read them by Fridrich Štrba · 13 years ago
  7. 6a043e9c Use the new type-checking Reference constructor to reduce code noise by Noel Grandin · 13 years ago
  8. 3c38b77 zlib: remove ExternalPackage_zlib by Michael Stahl · 13 years ago
  9. ae0cb39 fdo#46808, Convert ZipFileAccess service to new style by Noel Grandin · 13 years ago
  10. 2ce25fa fix typos (wich instead of which) by Philipp Riemer · 13 years ago
  11. d7f00e2 install package DTD using filelist by David Tardon · 13 years ago
  12. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  13. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  14. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  15. b80d8c6 fdo#62096 - replace some O(U)String compareTo with == by Artur Dryomov · 13 years ago
  16. 209d6a0 Missing #includes by Stephan Bergmann · 13 years ago
  17. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  18. 92824e8 Simplify a bit by Julien Nabet · 13 years ago
  19. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  20. 78eda50 coverity#704243 Logically dead code by Julien Nabet · 13 years ago
  21. 27d02a3 Improve debug messages by Stephan Bergmann · 13 years ago
  22. 29c49b3 compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s) by Stephan Bergmann · 13 years ago
  23. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  24. 937b63a use startsWith() instead of compareToAscii() by Thomas Arnhold · 13 years ago
  25. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  26. b768611 remove all d.lst by Michael Stahl · 13 years ago
  27. b37a07f typo: allways -> always by Andras Timar · 13 years ago
  28. 834dcf3 fdo#46808, Convert package module to XComponentContext by Noel Grandin · 13 years ago
  29. 5bef4dc fdo#46808, use service constructor for document::DocumentIOLogRing by Noel Grandin · 13 years ago
  30. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  31. 88cc248 WaE: BaseReference::_pInterface may be used uninitialized in this function by Tor Lillqvist · 13 years ago
  32. 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
  33. 5837402 fdo#46808, use service constructor for ucb::SimpleFileAccess by Noel Grandin · 13 years ago
  34. 1dedb15 fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style by Noel Grandin · 13 years ago
  35. eac570e uncommpressed stream size is now 64bit, fdo#56291 by Markus Mohrhard · 13 years ago
  36. e190307 package: kill remaining RTL_CONSTASCII.*PARAM by Miklos Vajna · 13 years ago
  37. 4970e29 fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext by Noel Grandin · 13 years ago
  38. 8aa5946 fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new style by Noel Grandin · 13 years ago
  39. 6945628 fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new style by Noel Grandin · 13 years ago
  40. 40e38fd package: kill RTL_CONSTASCII_USTRINGPARAM in owriteablestream by Miklos Vajna · 13 years ago
  41. fb741b5 fdo#46808, Adapt xml::sax::XWriter UNO service to new style by Noel Grandin · 13 years ago
  42. 39cf268 package: kill RTL_CONSTASCII_USTRINGPARAM in xstorage by Miklos Vajna · 13 years ago
  43. a20f9a4 fdo#46808, Adapt xml::sax::XParser UNO service to new style by Noel Grandin · 14 years ago
  44. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  45. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  46. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  47. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  48. 5db7ac2 fdo#49819, fdo#54609: Do not consider timestamp differences as corruption by Fridrich Štrba · 14 years ago
  49. 9b0198b package: convert internal ZIP handling data-types to 64bit by Michael Meeks · 14 years ago
  50. 03a9f13 ComponentContext::getUnoContext -> getComponentContext simplification by Stephan Bergmann · 14 years ago
  51. 9ac86f4 Improvement on previous commit, UCB clean up by Stephan Bergmann · 14 years ago
  52. 363c1ed package: kill RTL_CONSTASCII_USTRINGPARAM in zipapi by Miklos Vajna · 14 years ago
  53. e2f3312e throw earlier on broken zip streams by Caolán McNamara · 14 years ago
  54. 206c70e fdo#46808, Adapt TempFile UNO service to new style by Noel Grandin · 14 years ago
  55. fcd990f Some clean up after previous commit by Stephan Bergmann · 14 years ago
  56. 3e7990f fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances by Noel Grandin · 14 years ago
  57. 2cbdaf6 package: no more RTL_CONSTASCII_USTRINGPARAM in zippackage by Miklos Vajna · 14 years ago
  58. cf239da There is not need to allocate memory just for getting the 'indexOf' by Christophe JAILLET · 14 years ago
  59. 4be123f Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in package by Arnaud Versini · 14 years ago
  60. 4dd7c03 Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion by Stephan Bergmann · 14 years ago
  61. df645a2 There is not need to allocate memory just for getting the 'indexOf' by Christophe JAILLET · 14 years ago
  62. 79d386f removed unnecessary forward declarations of class by Takeshi Abe · 14 years ago
  63. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  64. e45bb32 Fix prefix ++/-- operators for non-primitive types by Julien Nabet · 14 years ago
  65. 0ffc81f re-base on ALv2 code. by Michael Meeks · 14 years ago
  66. ecf9432 re-base on ALv2 code. by Michael Meeks · 14 years ago
  67. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  68. 2a2158c re-base on ALv2 code. by Michael Meeks · 14 years ago
  69. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  70. 3770bbb Remove superfluous empty lines on top by Thomas Arnhold · 14 years ago
  71. eb04973 nuke dead code by Takeshi Abe · 14 years ago
  72. d085789 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create by Noel Grandin · 14 years ago
  73. 4a71644 count and order of receipt of properties doesn't matter by Caolán McNamara · 14 years ago
  74. acc613a unwind manifest xml parser and follow tag hierarchy model by Caolán McNamara · 14 years ago
  75. 93b415a targetted prefer prefix operators reversion by Michael Meeks · 14 years ago
  76. 4196199 merge three base64 encoders/decoders together by Caolán McNamara · 14 years ago
  77. 78f614e check key size by Caolán McNamara · 14 years ago
  78. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  79. 0c55861 a tiny spelling mistak by Udo Schuermann · 14 years ago
  80. 3934efe sigh, need a 64bit zlib too on windows, reverting by Caolán McNamara · 14 years ago
  81. 452af5f gbuildize internal zlib by Caolán McNamara · 14 years ago
  82. e4fb171 Replaced a few equal calls with == by Szabolcs Dezsi · 14 years ago
  83. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  84. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  85. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  86. 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  87. 8a01ee6 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  88. 7d25085 Fix Prefer prefix ++/-- operators by Julien Nabet · 14 years ago
  89. 1889728 remove static OUStrings from static_initialization_and_destruction chain by Caolán McNamara · 14 years ago
  90. 84b3f7b gbuild: get rid of realpath in gb_Foo_set_include by Matúš Kukan · 14 years ago
  91. 34d71c5 callcatcher: remove newly unused methods and update list by Caolán McNamara · 14 years ago
  92. ecb1599 WaE: unused variable by Caolán McNamara · 14 years ago
  93. ccdb4d5 remove dodgy header-guards by Caolán McNamara · 14 years ago
  94. 3948174 drop Z_PREFIX from internal zlib, makes building clucene much easier by Caolán McNamara · 14 years ago
  95. dcfc997 use sal crc32 and skip cast frenzy by Caolán McNamara · 14 years ago
  96. 372a0d5 these were surely meant to be Z_PREFIX not ZLIB_PREFIX by Caolán McNamara · 14 years ago
  97. c91ff95 Use RTL_CONSTASCII_STRINGPARAM instead of bare number by Takeshi Abe · 14 years ago
  98. 47e38fb If we can have a few more information... by Julien Nabet · 14 years ago
  99. 223cca4 Added READMEs for modules which used to be in components by Josh Heidenreich · 14 years ago
  100. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago