summaryrefslogtreecommitdiff
path: root/package/inc/ZipOutputEntry.hxx
AgeCommit message (Expand)Author
2019-08-22loplugin:constmethod in packageNoel 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-21remove code confusion about threads vs thread tasksLuboš Luňák
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-08-04use C++11 exception rethrowingCaolán McNamara
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin
2017-10-23loplugin:includeform: packageStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
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-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolá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-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-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan