summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)AuthorFilesLines
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann1-0/+1
2023-03-09cid#1521901 Pointer to local outside scopeCaolán McNamara1-7/+4
2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara2-2/+12
2023-03-09Fix typoAndrea Gelmini1-1/+1
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs5-67/+197
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
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+3
2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara1-0/+8
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin4-16/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin4-20/+23
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann1-3/+3
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-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin1-3/+0
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen10-25/+16
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)1-0/+2
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin1-14/+7
2022-01-09Simplify some TempFile service codeNoel Grandin1-5/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski2-2/+4
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-3/+3
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin3-13/+13
2021-07-31Use ZLIB_CONST to avoid const_castMike Kaganski2-2/+2
2021-07-31getArray->getConstArray in packageNoel Grandin4-7/+7
2021-07-30tsan:data race in XBufferedThreadedStreamNoel Grandin1-1/+1
2021-07-21pass ZipEnumeration around by valueNoel Grandin1-2/+2
2021-07-20osl::Mutex->std::mutex in StarOfficeSHA1DigestContextNoel Grandin2-4/+3
2021-07-20osl::Mutex->std::mutex in CorrectSHA1DigestContextNoel Grandin2-3/+4
2021-07-20no need to use a pImpl in CorrectSHA1DigestContextNoel Grandin2-18/+11
2021-07-20osl::Mutex->std::mutex in BlowfishCFB8CipherContextNoel Grandin2-4/+4
2021-07-20osl::Mutex->std::mutex in ByteGrabberNoel Grandin1-7/+7
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..packageNoel3-5/+5
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer1-10/+5
2020-11-05loplugin:reducevarscope in packageNoel1-4/+4
2020-07-16properly finish encrypting when parallel zip saving (tdf#134796)Luboš Luňák1-1/+2
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák1-1/+4
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-05-09compact namespace in packageNoel Grandin1-2/+2
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-3/+4
2020-04-03loplugin:flatten in packageNoel Grandin2-39/+39
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin2-2/+2
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis2-61/+89