- fbb5ab3 tdf#156525 Save as > HTML loses drawing object as invalid gif by Noel Grandin · 2 years, 6 months ago
- 009b889 do not throw DisposedException when inside a dispose() method by Noel Grandin · 2 years, 10 months ago
- 8270eb5 loplugin:unusedmethods by Noel Grandin · 2 years, 11 months ago
- d41b436 expose recovering zips for testing by Caolán McNamara · 3 years ago
- e7c30e6 Resolves: tdf#155005 use of uninitialised value by Caolán McNamara · 3 years ago
- 8080571 tdf#155005 fail gracefully on encountering a negative compression value by Caolán McNamara · 3 years ago
- 397e2d5 ofz#57529 Integer-overflow by Caolán McNamara · 3 years ago
- 7cce114 Missing includes (for std::exception_ptr) by Stephan Bergmann · 3 years, 1 month ago
- b6d1cb8 cid#1521901 Pointer to local outside scope by Caolán McNamara · 3 years, 1 month ago
- 59b0f67 ofz#56826 Heap-use-after-free by Caolán McNamara · 3 years, 1 month ago
- 5eae429 Fix typo by Andrea Gelmini · 3 years, 1 month ago
- abda72e tdf#82984 tdf#94915 zip64 support (import + export) by Attila Szűcs · 3 years, 2 months ago
- 1ec54b3 assert that Mutex exists at ctor time by Caolán McNamara · 3 years, 1 month ago
- f6633ad cid#1521559 pass arg as ref to prove no Dereference before null check by Caolán McNamara · 3 years, 1 month ago
- 4e0db17 flatten OWriteStream by Noel Grandin · 3 years, 1 month ago
- 69794d0 no need to allocate OTypeCollection separately in OStorage by Noel Grandin · 3 years, 1 month ago
- e0e310b no need to allocate OTypeCollection separately in WSInternalData_Impl by Noel Grandin · 3 years, 1 month ago
- cf4e1e0 osl::Mutex->std::mutex in OHierarchyElement_Impl by Noel Grandin · 3 years, 2 months ago
- 259ae22 Drop 'using namespace ::std' in dirs [e-p]* by Gabor Kelemen · 3 years, 2 months ago
- a04bf69 XUnoTunnel->dynamic_cast in ZipPackageEntry by Noel Grandin · 3 years, 3 months ago
- cb004bd XUnoTunnel->dynamic_cast in ZipPackage by Noel Grandin · 3 years, 3 months ago
- f2f008c Merge SvXMLAttributeList to comphelper::AttributeList by Mike Kaganski · 3 years, 3 months ago
- 3de6b42 Simplify a bit by Mike Kaganski · 3 years, 3 months ago
- 14df26a XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriter by Noel Grandin · 3 years, 3 months ago
- 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
- a55d9d5 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
- fb1bf9f cid#1242675 Untrusted value as argument by Caolán McNamara · 3 years, 6 months ago
- 848f9b2 tdf#133767 new service TempFileFastService by Noel Grandin · 3 years, 6 months ago
- 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
- f6bf585 use more string_view in package by Noel Grandin · 3 years, 6 months ago
- 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
- 3c6f95d cid#1500507 silence Resource leak by Caolán McNamara · 3 years, 8 months ago
- fd2e907 comphelper::ByteWriter::writeSomeBytes always writes all bytes by Stephan Bergmann · 3 years, 9 months ago
- 9ba8b37 use utl::TempFile directly in package by Noel Grandin · 3 years, 9 months ago
- 74ff1a4 clang-tidy modernize-pass-by-value in package by Noel Grandin · 3 years, 10 months ago
- b416387 Use more appropriate return type for ThreadPool::getPreferredConcurrency by Stephan Bergmann · 3 years, 10 months ago
- 18321eb3 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
- 9c77927 use comphelper::ByteReader in XBufferedStream by Noel Grandin · 3 years, 11 months ago
- 443799a fix OWriteStream implementing XUnoTunnel by Noel Grandin · 3 years, 11 months ago
- 62531ec add ByteWriter to reduce memory copying when writing data by Noel Grandin · 3 years, 11 months ago
- 429a960 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
- 22e08a3 tdf#121740 cache hashcode in SequenceAsHashMap by Noel Grandin · 3 years, 11 months ago
- 8eabb88 reserve space in map in ZipFile::readCEN by Noel Grandin · 3 years, 11 months ago
- 3322e50 avoid some OUString construction on some hot paths by Noel Grandin · 4 years ago
- 240a345 tdf#121740 reduce cost of OStorage_Impl::GetElementNames by Noel Grandin · 4 years ago
- 8342e4a Just use Any ctor instead of makeAny in package by Stephan Bergmann · 4 years ago
- 5200a73 use more string_view in various by Noel Grandin · 4 years ago
- bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
- 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- ddff749 no need to have duplicate m_bIsRoot fields by Noel Grandin · 4 years, 1 month ago
- 9a9bb1f no need to have duplicate m_nStorageType fields by Noel Grandin · 4 years, 1 month ago
- 17d2cf3 flatten OStorage a little by Noel Grandin · 4 years, 1 month ago
- 83dd8de loplugin:trivialdestructor (-stdlib=libc++) by Stephan Bergmann · 4 years, 1 month ago
- 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
- 3c06623 cid#1500664 Dereference before null check by Caolán McNamara · 4 years, 1 month ago
- 7b5193e Recheck modules [o-r]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
- 4a0ccb5 WASM make test file loading work by Armin Le Grand (Allotropia) · 4 years, 5 months ago
- 5c00fad optimise and simplify ZipOutputEntryInThread by Noel Grandin · 4 years, 3 months ago
- a3fa2c3 Simplify some TempFile service code by Noel Grandin · 4 years, 3 months ago
- 9c95415 Let comphelper::Base64::decode* take std::u16string_view by Mike Kaganski · 4 years, 3 months ago
- 494b3e6 loplugin:flatten in package..reportdesign by Noel Grandin · 4 years, 4 months ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- 1a122a5 use more OInterfaceContainerHelper3 in package by Noel Grandin · 4 years, 4 months ago
- 1298a6a Fix typo by Stephan Bergmann · 4 years, 4 months ago
- 2132da5 loplugin:stringliteraldefine in package by Noel Grandin · 4 years, 4 months ago
- a069fac loplugin:stringliteraldefine in comphelper by Noel Grandin · 4 years, 5 months ago
- d0a8d4a Prepare for removal of non-const operator[] from Sequence in package by Mike Kaganski · 4 years, 5 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- 0eb51b9 loplugin:moveparam in package by Noel Grandin · 4 years, 6 months ago
- 2848063 drop 'using namespace std' in package by Julien Nabet · 4 years, 6 months ago
- 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
- 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
- afea504 loplugin:finalclasses by Noel Grandin · 4 years, 7 months ago
- 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
- 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
- 6444b02 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] by Mike Kaganski · 4 years, 7 months ago
- 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
- ad4d09d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
- 8a54339 loplugin:referencecasting look through more clang Types by Noel Grandin · 4 years, 8 months ago
- 7bdb3a7 flatten OZipFileAccess a little by Noel Grandin · 4 years, 8 months ago
- b437653 flatten ZipPackage a little by Noel Grandin · 4 years, 8 months ago
- 86abf3a create comphelper::OMultiTypeInterfaceContainerHelper2 and use it by Noel Grandin · 4 years, 8 months ago
- 2030e38 Avoid ODR violation, consistently define ZLIB_CONST by Stephan Bergmann · 4 years, 8 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 93e9030 Use ZLIB_CONST to avoid const_cast by Mike Kaganski · 4 years, 8 months ago
- 95f5c4f getArray->getConstArray in package by Noel Grandin · 4 years, 8 months ago
- a943936 rtl::Static -> static local by Noel Grandin · 4 years, 8 months ago
- 4bf1fbc tsan:data race in XBufferedThreadedStream by Noel Grandin · 4 years, 8 months ago
- 0c3da17 pass ZipEnumeration around by value by Noel Grandin · 4 years, 9 months ago
- 0f58056 osl::Mutex->std::mutex in StarOfficeSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
- 0c14226 osl::Mutex->std::mutex in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
- 9bae1f1 no need to use a pImpl in CorrectSHA1DigestContext by Noel Grandin · 4 years, 9 months ago
- 966ae23 osl::Mutex->std::mutex in BlowfishCFB8CipherContext by Noel Grandin · 4 years, 9 months ago
- d9f9280 osl::Mutex->std::mutex in SwitchablePersistenceStream by Noel Grandin · 4 years, 9 months ago
- a4a023f osl::Mutex->std::mutex in ByteGrabber by Noel Grandin · 4 years, 9 months ago
- afc9c44 osl::Mutex->std::mutex in OChildDispListener_Impl by Noel Grandin · 4 years, 9 months ago
- 711269c OStorage can be final by Noel Grandin · 4 years, 9 months ago
- ae31c85 Removed duplicated include by Andrea Gelmini · 4 years, 10 months ago
- a1cb4c7 reduce allocation in ZipContentInfo map by Noel Grandin · 4 years, 10 months ago