summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipOutputStream.cxx
AgeCommit message (Expand)Author
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2019-08-22loplugin:constmethod in packageNoel Grandin
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák
2018-08-15loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-06-23sfx2: exception on storage commit is an error (related: tdf#91807)Michael Stahl
2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann
2015-01-15remove unnecessary castsNoel Grandin
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-12-11remove operator>> methodsNoel Grandin
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-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš 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
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-22package: sal_Bool->boolNoel Grandin
2014-04-03package: sal_Bool->boolNoel Grandin
2014-03-21coverity#707964 Uninitialized scalar fieldCaolán McNamara
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa