summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipOutputEntry.cxx
AgeCommit message (Expand)Author
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
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-04-03loplugin:flatten in packageNoel Grandin
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-02-09loplugin:indentation in oox..packageNoel Grandin
2018-10-31Translate German commentsJohnny_M
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-02include algorithmCaolán McNamara
2014-12-14package: Better to use temporary files for huge memory zip streamsMatúš Kukan
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan
2014-11-17ZipOutputEntry: m_pCurrentEntry is always setMatúš Kukan
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan