1. a55d9d5 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
  2. fb1bf9f cid#1242675 Untrusted value as argument by Caolán McNamara · 3 years, 6 months ago
  3. 848f9b2 tdf#133767 new service TempFileFastService by Noel Grandin · 3 years, 6 months ago
  4. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  5. f6bf585 use more string_view in package by Noel Grandin · 3 years, 6 months ago
  6. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  7. 3c6f95d cid#1500507 silence Resource leak by Caolán McNamara · 3 years, 8 months ago
  8. fd2e907 comphelper::ByteWriter::writeSomeBytes always writes all bytes by Stephan Bergmann · 3 years, 9 months ago
  9. 9ba8b37 use utl::TempFile directly in package by Noel Grandin · 3 years, 9 months ago
  10. 74ff1a4 clang-tidy modernize-pass-by-value in package by Noel Grandin · 3 years, 10 months ago
  11. b416387 Use more appropriate return type for ThreadPool::getPreferredConcurrency by Stephan Bergmann · 3 years, 10 months ago
  12. 18321eb3 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  13. 9c77927 use comphelper::ByteReader in XBufferedStream by Noel Grandin · 3 years, 11 months ago
  14. 443799a fix OWriteStream implementing XUnoTunnel by Noel Grandin · 3 years, 11 months ago
  15. 62531ec add ByteWriter to reduce memory copying when writing data by Noel Grandin · 3 years, 11 months ago
  16. 429a960 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  17. 22e08a3 tdf#121740 cache hashcode in SequenceAsHashMap by Noel Grandin · 3 years, 11 months ago
  18. 8eabb88 reserve space in map in ZipFile::readCEN by Noel Grandin · 3 years, 11 months ago
  19. 3322e50 avoid some OUString construction on some hot paths by Noel Grandin · 4 years ago
  20. 240a345 tdf#121740 reduce cost of OStorage_Impl::GetElementNames by Noel Grandin · 4 years ago
  21. 8342e4a Just use Any ctor instead of makeAny in package by Stephan Bergmann · 4 years ago
  22. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  23. bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
  24. 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
  25. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  26. ddff749 no need to have duplicate m_bIsRoot fields by Noel Grandin · 4 years, 1 month ago
  27. 9a9bb1f no need to have duplicate m_nStorageType fields by Noel Grandin · 4 years, 1 month ago
  28. 17d2cf3 flatten OStorage a little by Noel Grandin · 4 years, 1 month ago
  29. 83dd8de loplugin:trivialdestructor (-stdlib=libc++) by Stephan Bergmann · 4 years, 1 month ago
  30. 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
  31. 3c06623 cid#1500664 Dereference before null check by Caolán McNamara · 4 years, 1 month ago
  32. 7b5193e Recheck modules [o-r]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  33. 4a0ccb5 WASM make test file loading work by Armin Le Grand (Allotropia) · 4 years, 5 months ago
  34. 5c00fad optimise and simplify ZipOutputEntryInThread by Noel Grandin · 4 years, 3 months ago
  35. a3fa2c3 Simplify some TempFile service code by Noel Grandin · 4 years, 3 months ago
  36. 9c95415 Let comphelper::Base64::decode* take std::u16string_view by Mike Kaganski · 4 years, 3 months ago
  37. 494b3e6 loplugin:flatten in package..reportdesign by Noel Grandin · 4 years, 4 months ago
  38. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  39. 1a122a5 use more OInterfaceContainerHelper3 in package by Noel Grandin · 4 years, 4 months ago
  40. 1298a6a Fix typo by Stephan Bergmann · 4 years, 4 months ago
  41. 2132da5 loplugin:stringliteraldefine in package by Noel Grandin · 4 years, 4 months ago
  42. a069fac loplugin:stringliteraldefine in comphelper by Noel Grandin · 4 years, 5 months ago
  43. d0a8d4a Prepare for removal of non-const operator[] from Sequence in package by Mike Kaganski · 4 years, 5 months ago
  44. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  45. 0eb51b9 loplugin:moveparam in package by Noel Grandin · 4 years, 6 months ago
  46. 2848063 drop 'using namespace std' in package by Julien Nabet · 4 years, 6 months ago
  47. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  48. 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
  49. afea504 loplugin:finalclasses by Noel Grandin · 4 years, 7 months ago
  50. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  51. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  52. 6444b02 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] by Mike Kaganski · 4 years, 7 months ago
  53. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  54. ad4d09d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  55. 8a54339 loplugin:referencecasting look through more clang Types by Noel Grandin · 4 years, 8 months ago
  56. 7bdb3a7 flatten OZipFileAccess a little by Noel Grandin · 4 years, 8 months ago
  57. b437653 flatten ZipPackage a little by Noel Grandin · 4 years, 8 months ago
  58. 86abf3a create comphelper::OMultiTypeInterfaceContainerHelper2 and use it by Noel Grandin · 4 years, 8 months ago
  59. 2030e38 Avoid ODR violation, consistently define ZLIB_CONST by Stephan Bergmann · 4 years, 8 months ago
  60. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  61. 93e9030 Use ZLIB_CONST to avoid const_cast by Mike Kaganski · 4 years, 8 months ago
  62. 95f5c4f getArray->getConstArray in package by Noel Grandin · 4 years, 8 months ago
  63. a943936 rtl::Static -> static local by Noel Grandin · 4 years, 8 months ago
  64. 4bf1fbc tsan:data race in XBufferedThreadedStream by Noel Grandin · 4 years, 8 months ago
  65. 0c3da17 pass ZipEnumeration around by value by Noel Grandin · 4 years, 9 months ago
  66. 0f58056 osl::Mutex->std::mutex in StarOfficeSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  67. 0c14226 osl::Mutex->std::mutex in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  68. 9bae1f1 no need to use a pImpl in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
  69. 966ae23 osl::Mutex->std::mutex in BlowfishCFB8CipherContext by Noel Grandin · 4 years, 9 months ago
  70. d9f9280 osl::Mutex->std::mutex in SwitchablePersistenceStream by Noel Grandin · 4 years, 9 months ago
  71. a4a023f osl::Mutex->std::mutex in ByteGrabber by Noel Grandin · 4 years, 9 months ago
  72. afc9c44 osl::Mutex->std::mutex in OChildDispListener_Impl by Noel Grandin · 4 years, 9 months ago
  73. 711269c OStorage can be final by Noel Grandin · 4 years, 9 months ago
  74. ae31c85 Removed duplicated include by Andrea Gelmini · 4 years, 10 months ago
  75. a1cb4c7 reduce allocation in ZipContentInfo map by Noel Grandin · 4 years, 10 months ago
  76. 3ffb7ef remove some unnecessary OUString::intern by Noel Grandin · 4 years, 10 months ago
  77. 160a4852 dtd files are not xml files and shouldn't have xml headers by Caolán McNamara · 4 years, 10 months ago
  78. 7af40a4 Simplify Sequences initializations (i*->p*) by Julien Nabet · 4 years, 10 months ago
  79. 46a662e improve exception message by Noel Grandin · 4 years, 10 months ago
  80. 1070cd2 speed up package test by Noel Grandin · 5 years ago
  81. 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
  82. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  83. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  84. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  85. 24fad8b fix detection of encrypted zip entries by David Blatter · 5 years ago
  86. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  87. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  88. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  89. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  90. e150c78 loplugin:refcounting in package..sax by Noel · 5 years ago
  91. 99bc040 loplugin:referencecasting in oox..package by Noel · 5 years ago
  92. 3267627 tdf#42982: Improve UNO API error reporting by Bayram Çiçek · 5 years ago
  93. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  94. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  95. 1ac4498 update pches by Caolán McNamara · 5 years ago
  96. d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago
  97. eb4c2e9 tdf#123936 Formatting files in module package with clang-format by Philipp Hofer · 5 years ago
  98. 93c64a6 loplugin:stringview by Noel · 5 years ago
  99. 29fefd9 loplugin:reducevarscope in package by Noel · 5 years ago
  100. 00d62d0 Use the new single-instance="true" attribute in package by Stephan Bergmann · 6 years ago