1. 86c6822 tdf#96401: allow to detect a broken ZIP package by Mike Kaganski · 2 years, 4 months ago
  2. 06e4696 c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6) by Julien Nabet · 2 years, 5 months ago
  3. bd6fb0c Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String by Stephan Bergmann · 2 years, 6 months ago
  4. 6e4d3c3 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: package by Stephan Bergmann · 2 years, 6 months ago
  5. 77e1393 incorrect usage of erase..remove idion by Noel Grandin · 2 years, 7 months ago
  6. 0193b28 new loplugin:constexprliteral by Noel Grandin · 2 years, 10 months ago
  7. 89a25bc Use getXWeak in package by Mike Kaganski · 3 years ago
  8. 009b889 do not throw DisposedException when inside a dispose() method by Noel Grandin · 2 years, 10 months ago
  9. 8270eb5 loplugin:unusedmethods by Noel Grandin · 2 years, 11 months ago
  10. d41b436 expose recovering zips for testing by Caolán McNamara · 3 years ago
  11. e7c30e6 Resolves: tdf#155005 use of uninitialised value by Caolán McNamara · 3 years ago
  12. 8080571 tdf#155005 fail gracefully on encountering a negative compression value by Caolán McNamara · 3 years ago
  13. 397e2d5 ofz#57529 Integer-overflow by Caolán McNamara · 3 years ago
  14. 7cce114 Missing includes (for std::exception_ptr) by Stephan Bergmann · 3 years, 1 month ago
  15. b6d1cb8 cid#1521901 Pointer to local outside scope by Caolán McNamara · 3 years, 1 month ago
  16. 59b0f67 ofz#56826 Heap-use-after-free by Caolán McNamara · 3 years, 1 month ago
  17. 5eae429 Fix typo by Andrea Gelmini · 3 years, 1 month ago
  18. abda72e tdf#82984 tdf#94915 zip64 support (import + export) by Attila Szűcs · 3 years, 2 months ago
  19. 1ec54b3 assert that Mutex exists at ctor time by Caolán McNamara · 3 years, 1 month ago
  20. f6633ad cid#1521559 pass arg as ref to prove no Dereference before null check by Caolán McNamara · 3 years, 1 month ago
  21. 4e0db17 flatten OWriteStream by Noel Grandin · 3 years, 1 month ago
  22. 69794d0 no need to allocate OTypeCollection separately in OStorage by Noel Grandin · 3 years, 1 month ago
  23. e0e310b no need to allocate OTypeCollection separately in WSInternalData_Impl by Noel Grandin · 3 years, 1 month ago
  24. cf4e1e0 osl::Mutex->std::mutex in OHierarchyElement_Impl by Noel Grandin · 3 years, 2 months ago
  25. 259ae22 Drop 'using namespace ::std' in dirs [e-p]* by Gabor Kelemen · 3 years, 2 months ago
  26. a04bf69 XUnoTunnel->dynamic_cast in ZipPackageEntry by Noel Grandin · 3 years, 3 months ago
  27. cb004bd XUnoTunnel->dynamic_cast in ZipPackage by Noel Grandin · 3 years, 3 months ago
  28. f2f008c Merge SvXMLAttributeList to comphelper::AttributeList by Mike Kaganski · 3 years, 3 months ago
  29. 3de6b42 Simplify a bit by Mike Kaganski · 3 years, 3 months ago
  30. 14df26a XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriter by Noel Grandin · 3 years, 3 months ago
  31. 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
  32. a55d9d5 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
  33. fb1bf9f cid#1242675 Untrusted value as argument by Caolán McNamara · 3 years, 6 months ago
  34. 848f9b2 tdf#133767 new service TempFileFastService by Noel Grandin · 3 years, 6 months ago
  35. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  36. f6bf585 use more string_view in package by Noel Grandin · 3 years, 6 months ago
  37. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  38. 3c6f95d cid#1500507 silence Resource leak by Caolán McNamara · 3 years, 8 months ago
  39. fd2e907 comphelper::ByteWriter::writeSomeBytes always writes all bytes by Stephan Bergmann · 3 years, 9 months ago
  40. 9ba8b37 use utl::TempFile directly in package by Noel Grandin · 3 years, 9 months ago
  41. 74ff1a4 clang-tidy modernize-pass-by-value in package by Noel Grandin · 3 years, 10 months ago
  42. b416387 Use more appropriate return type for ThreadPool::getPreferredConcurrency by Stephan Bergmann · 3 years, 10 months ago
  43. 18321eb3 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  44. 9c77927 use comphelper::ByteReader in XBufferedStream by Noel Grandin · 3 years, 11 months ago
  45. 443799a fix OWriteStream implementing XUnoTunnel by Noel Grandin · 3 years, 11 months ago
  46. 62531ec add ByteWriter to reduce memory copying when writing data by Noel Grandin · 3 years, 11 months ago
  47. 429a960 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  48. 22e08a3 tdf#121740 cache hashcode in SequenceAsHashMap by Noel Grandin · 3 years, 11 months ago
  49. 8eabb88 reserve space in map in ZipFile::readCEN by Noel Grandin · 3 years, 11 months ago
  50. 3322e50 avoid some OUString construction on some hot paths by Noel Grandin · 4 years ago
  51. 240a345 tdf#121740 reduce cost of OStorage_Impl::GetElementNames by Noel Grandin · 4 years ago
  52. 8342e4a Just use Any ctor instead of makeAny in package by Stephan Bergmann · 4 years ago
  53. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  54. bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
  55. 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
  56. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  57. ddff749 no need to have duplicate m_bIsRoot fields by Noel Grandin · 4 years, 1 month ago
  58. 9a9bb1f no need to have duplicate m_nStorageType fields by Noel Grandin · 4 years, 1 month ago
  59. 17d2cf3 flatten OStorage a little by Noel Grandin · 4 years, 1 month ago
  60. 83dd8de loplugin:trivialdestructor (-stdlib=libc++) by Stephan Bergmann · 4 years, 1 month ago
  61. 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
  62. 3c06623 cid#1500664 Dereference before null check by Caolán McNamara · 4 years, 1 month ago
  63. 7b5193e Recheck modules [o-r]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  64. 4a0ccb5 WASM make test file loading work by Armin Le Grand (Allotropia) · 4 years, 5 months ago
  65. 5c00fad optimise and simplify ZipOutputEntryInThread by Noel Grandin · 4 years, 3 months ago
  66. a3fa2c3 Simplify some TempFile service code by Noel Grandin · 4 years, 3 months ago
  67. 9c95415 Let comphelper::Base64::decode* take std::u16string_view by Mike Kaganski · 4 years, 3 months ago
  68. 494b3e6 loplugin:flatten in package..reportdesign by Noel Grandin · 4 years, 4 months ago
  69. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  70. 1a122a5 use more OInterfaceContainerHelper3 in package by Noel Grandin · 4 years, 4 months ago
  71. 1298a6a Fix typo by Stephan Bergmann · 4 years, 4 months ago
  72. 2132da5 loplugin:stringliteraldefine in package by Noel Grandin · 4 years, 4 months ago
  73. a069fac loplugin:stringliteraldefine in comphelper by Noel Grandin · 4 years, 5 months ago
  74. d0a8d4a Prepare for removal of non-const operator[] from Sequence in package by Mike Kaganski · 4 years, 5 months ago
  75. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  76. 0eb51b9 loplugin:moveparam in package by Noel Grandin · 4 years, 6 months ago
  77. 2848063 drop 'using namespace std' in package by Julien Nabet · 4 years, 6 months ago
  78. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  79. 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
  80. afea504 loplugin:finalclasses by Noel Grandin · 4 years, 7 months ago
  81. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  82. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  83. 6444b02 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] by Mike Kaganski · 4 years, 7 months ago
  84. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  85. ad4d09d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  86. 8a54339 loplugin:referencecasting look through more clang Types by Noel Grandin · 4 years, 8 months ago
  87. 7bdb3a7 flatten OZipFileAccess a little by Noel Grandin · 4 years, 8 months ago
  88. b437653 flatten ZipPackage a little by Noel Grandin · 4 years, 8 months ago
  89. 86abf3a create comphelper::OMultiTypeInterfaceContainerHelper2 and use it by Noel Grandin · 4 years, 8 months ago
  90. 2030e38 Avoid ODR violation, consistently define ZLIB_CONST by Stephan Bergmann · 4 years, 8 months ago
  91. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  92. 93e9030 Use ZLIB_CONST to avoid const_cast by Mike Kaganski · 4 years, 8 months ago
  93. 95f5c4f getArray->getConstArray in package by Noel Grandin · 4 years, 8 months ago
  94. a943936 rtl::Static -> static local by Noel Grandin · 4 years, 8 months ago
  95. 4bf1fbc tsan:data race in XBufferedThreadedStream by Noel Grandin · 4 years, 8 months ago
  96. 0c3da17 pass ZipEnumeration around by value by Noel Grandin · 4 years, 9 months ago
  97. 0f58056 osl::Mutex->std::mutex in StarOfficeSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  98. 0c14226 osl::Mutex->std::mutex in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  99. 9bae1f1 no need to use a pImpl in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  100. 966ae23 osl::Mutex->std::mutex in BlowfishCFB8CipherContext by Noel Grandin · 4 years, 9 months ago