- 003f2ac tdf#159519 comphelper,package: do not store document without SHA256 by Michael Stahl · 2 years, 1 month ago
- b828a5e check that rtl_random_getBytes() was successful by Michael Stahl · 2 years, 2 months ago
- 9a6ec69 Avoid infinite loop (24-2-specific) by Mike Kaganski · 2 years, 2 months ago
- d6c4794 tdf#154587: allow directory entries in ZIP packages by Mike Kaganski · 2 years, 2 months ago
- b955e86 tdf#105844 package: ODF wholesome encryption: use package version by Michael Stahl · 2 years, 3 months ago
- 8f5c108 tdf#105844 package: ManifestImport: handle argon2 attributes in ... by Michael Stahl · 2 years, 3 months ago
- 16a6984 ofz#65480: Integer-overflow by Caolán McNamara · 2 years, 3 months ago
- 4cba1d7 package: ODF encryption: fix 2 GPG problems by Michael Stahl · 2 years, 4 months ago
- 4995e06 tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption by Michael Stahl · 2 years, 4 months ago
- 54d0f21 tdf#131575: in repair mode, match names ASCII case-insensitively by Mike Kaganski · 2 years, 4 months ago
- 5303dde tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption by Michael Stahl · 2 years, 4 months ago
- 79d9396 tdf#105844 package: check for unexpected zip entries on loading ... by Michael Stahl · 2 years, 4 months ago
- c9f6892 tdf#105844 package: remove root document from manifest ... by Michael Stahl · 2 years, 4 months ago
- 4d65f3a OFFICE-3708: package: produce correct SHA256 URL by Michael Stahl · 2 years, 4 months ago
- 6fc9b9e package: GPG encryption: prevent manifest:start-key-generation ... by Michael Stahl · 2 years, 4 months ago
- 3095588 tdf#105844 package,sfx2: remove checksum infoleak when using AEAD by Michael Stahl · 2 years, 4 months ago
- 07d5a8b package: move function down by Michael Stahl · 2 years, 4 months ago
- 1fbad81 tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM by Michael Stahl · 2 years, 4 months ago
- 3b34766 tdf#105844 package,sfx2: wholesome ODF package wrapping encryption by Michael Stahl · 2 years, 4 months ago
- f6536f4 some cosmetic improvements, better warnings by Michael Stahl · 2 years, 4 months ago
- 86c6822 tdf#96401: allow to detect a broken ZIP package by Mike Kaganski · 2 years, 4 months ago
- 06e4696 c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6) by Julien Nabet · 2 years, 5 months ago
- bd6fb0c Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String by Stephan Bergmann · 2 years, 6 months ago
- 6e4d3c3 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: package by Stephan Bergmann · 2 years, 6 months ago
- 77e1393 incorrect usage of erase..remove idion by Noel Grandin · 2 years, 7 months ago
- 0193b28 new loplugin:constexprliteral by Noel Grandin · 2 years, 10 months ago
- 89a25bc Use getXWeak in package by Mike Kaganski · 3 years 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