summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageStream.cxx
AgeCommit message (Expand)Author
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin
2018-09-08clang bugprone-unused-return-valueNoel Grandin
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens
2018-01-12tdf#114939 package: change ODF 1.1 export to use real SHA1Michael Stahl
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl
2018-01-12More loplugin:cstylecast: packageStephan Bergmann
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-08-08loplugin:constantparamNoel Grandin
2017-07-19tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem
2017-07-18loplugin:constparams in packageNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-08Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem
2017-06-02Improved loplugin:redundantcast static_cast handling: packageStephan Bergmann
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-27tdf#105942 Don't hang when file is protected and compressedXisco Fauli
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-13drop extra semicolonsDavid Tardon
2016-11-09package: ODF: bump PBKDF2 iteration countsMichael Stahl
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-05-25Fix typosAndrea Gelmini
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-21Fix typosAndrea Gelmini
2016-04-05Missing includeStephan Bergmann
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
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