summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)Author
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
2021-07-21pass ZipEnumeration around by valueNoel Grandin
2021-07-20osl::Mutex->std::mutex in StarOfficeSHA1DigestContextNoel Grandin
2021-07-20osl::Mutex->std::mutex in CorrectSHA1DigestContextNoel Grandin
2021-07-20no need to use a pImpl in CorrectSHA1DigestContextNoel Grandin
2021-07-20osl::Mutex->std::mutex in BlowfishCFB8CipherContextNoel Grandin
2021-07-20osl::Mutex->std::mutex in ByteGrabberNoel Grandin
2021-06-21remove some unnecessary OUString::internNoel Grandin
2021-04-02fix detection of encrypted zip entriesDavid Blatter
2021-02-16loplugin:referencecasting in oox..packageNoel
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer
2020-11-05loplugin:reducevarscope in packageNoel
2020-07-16properly finish encrypting when parallel zip saving (tdf#134796)Luboš Luňák
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-09compact namespace in packageNoel Grandin
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin
2020-04-03loplugin:flatten in packageNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-01-28remove some unused local varsNoel Grandin
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis
2019-11-28check crcs when fuzzing after allCaolán McNamara
2019-08-22loplugin:constmethod in packageNoel Grandin
2019-07-23close some more holes in structuresNoel Grandin
2019-07-18cid#1448353 Uncaught exceptionCaolán McNamara
2019-07-16cid#1448443 Uninitialized pointer fieldCaolán McNamara
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák
2019-05-28try harder not to deflate small streams in a threadLuboš Luňák
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-04-19optimise find/insert patternNoel Grandin
2019-03-03Remove redundant bitwise and when converting from sal_uInt32 to sal_Int32Stephan Bergmann
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov
2019-02-09loplugin:indentation in oox..packageNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-07loplugin:collapseif in framework..salNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-31Translate German commentsJohnny_M
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-13loplugin:constfields in package..registryNoel Grandin