summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipFile.cxx
AgeCommit message (Expand)AuthorFilesLines
30 hoursloplugin:ostr in packageNoel Grandin1-35/+35
2024-02-02Extract Local file header and Data descriptor handling into own functionsMike Kaganski1-189/+180
2024-02-01tdf#154587: allow directory entries in ZIP packagesMike Kaganski1-2/+40
2024-01-02ofz#65480: Integer-overflowCaolán McNamara1-2/+4
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl1-5/+89
2023-12-14tdf#105844 package: remove root document from manifest ...Michael Stahl1-1/+2
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl1-20/+78
2023-12-13package: move function downMichael Stahl1-40/+41
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl1-1/+5
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara1-13/+18
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara1-0/+6
2023-03-09cid#1521901 Pointer to local outside scopeCaolán McNamara1-7/+4
2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara1-2/+2
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs1-35/+108
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin1-1/+0
2023-01-13Simplify a bitMike Kaganski1-30/+12
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin1-4/+1
2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara1-0/+8
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-9/+2
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin1-8/+9
2022-05-24use comphelper::ByteReader in XBufferedStreamNoel Grandin1-23/+45
2022-05-14reserve space in map in ZipFile::readCENNoel Grandin1-0/+1
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-6/+7
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)1-0/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski1-1/+2
2021-07-31getArray->getConstArray in packageNoel Grandin1-4/+4
2021-07-21pass ZipEnumeration around by valueNoel Grandin1-2/+2
2021-06-21remove some unnecessary OUString::internNoel Grandin1-6/+6
2021-04-02fix detection of encrypted zip entriesDavid Blatter1-4/+5
2021-02-16loplugin:referencecasting in oox..packageNoel1-3/+3
2020-11-05loplugin:reducevarscope in packageNoel1-4/+4
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2019-05-28try harder not to deflate small streams in a threadLuboš Luňák1-1/+16
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-10/+10
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov1-13/+13
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-2/+1
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-6/+3
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-2/+2
2018-08-23Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann1-41/+34
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin1-3/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-23forcepoint #5 check for short readCaolán McNamara1-2/+5
2018-02-07MemoryByteGrabber sequence has to exist for Grabber lifetimeCaolán McNamara1-3/+5
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens1-1/+8
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl1-1/+10
2017-12-27ofz#4806 Infinite loopCaolán McNamara1-2/+10
2017-11-27keep track of available dataCaolán McNamara1-0/+3