summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)Author
2024-11-07tdf#162944 package: try to detect Zip64 via versionMichael Stahl
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea
2024-10-16loplugin:unusedfieldsNoel Grandin
2024-10-14tdf#163341 package: fix reading Zip64 produced by stream-write-odsMichael Stahl
2024-09-18package: remove superfluous assertMichael Stahl
2024-09-17tdf#162866 package: fix loading AutoCorrect file with case-insensitiveMichael Stahl
2024-09-15Avoid nedless buffer initializationMike Kaganski
2024-09-15Related: ofz#71490 replace reserve with resizeCaolán McNamara
2024-09-14ofz#71490 Container-overflow in SvMemoryStream::GetDataCaolán McNamara
2024-09-13ofz: 22 byte .zip is min sizeCaolán McNamara
2024-09-13tdf#162823 package: fix loss of ODF encrypted basic macrosMichael Stahl
2024-09-07Use unique_ptr to pass ownership of ZipEntryMike Kaganski
2024-08-28cid#1618664 Self assignmentCaolán McNamara
2024-08-28cid#1618667 Uninitialized pointer fieldCaolán McNamara
2024-08-28tdf#158556 reduce allocations in ZipFileNoel Grandin
2024-08-27tdf#158556 unnecessary temporary OUString in ZipFileNoel Grandin
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin
2024-08-19cid#1607270 silence Overflowed integer argumentCaolán McNamara
2024-08-16tdf#158556 ByteGrabber does not need a mutexNoel Grandin
2024-08-16package: ZipPackage: add additional check for entries STORED withMichael Stahl
2024-08-16cid#1615990 silence Overflowed integer argumentCaolán McNamara
2024-08-14package: clarify commentMichael Stahl
2024-07-29package: ZipFile: check Zip64 end of central directory for consistencyMichael Stahl
2024-07-22cid#1607270 silence Overflowed integer argumentCaolán McNamara
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara
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