summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)Author
2024-07-17package: don't check case insensitive duplicates for ZIP packageMichael Stahl
2024-07-16package: add additional consistency checks for local file headerMichael Stahl
2024-07-10package: ZipFile: don't accept duplicate entries (case insensitive)Michael Stahl
2024-07-05package: ZipFile: treat junk at the start of zip as invalidMichael Stahl
2024-07-02package: ZipFile: check Info-ZIP Unicode Path Extra FieldMichael Stahl
2024-07-02package: ZipFile: don't accept duplicate CEN entriesMichael Stahl
2024-06-17tdf#160888 package: fix opening password protected scripting libraryMichael Stahl
2024-04-30loplugin:ostr in packageNoel Grandin
2024-02-02Extract Local file header and Data descriptor handling into own functionsMike Kaganski
2024-02-01tdf#154587: allow directory entries in ZIP packagesMike Kaganski
2024-01-02ofz#65480: Integer-overflowCaolán McNamara
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl
2023-12-14tdf#105844 package: remove root document from manifest ...Michael Stahl
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl
2023-12-13package: move function downMichael Stahl
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara
2023-03-30ofz#57529 Integer-overflowCaolán McNamara
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann
2023-03-09cid#1521901 Pointer to local outside scopeCaolán McNamara
2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara
2023-03-09Fix typoAndrea Gelmini
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin
2023-01-13Simplify a bitMike Kaganski
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-05-24use comphelper::ByteReader in XBufferedStreamNoel Grandin
2022-05-14reserve space in map in ZipFile::readCENNoel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31Use ZLIB_CONST to avoid const_castMike Kaganski
2021-07-31getArray->getConstArray in packageNoel Grandin
2021-07-30tsan:data race in XBufferedThreadedStreamNoel Grandin