summaryrefslogtreecommitdiff
path: root/package/source/zippackage
AgeCommit message (Expand)Author
2016-02-05Fix typosAndrea Gelmini
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
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-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann
2015-08-17avoid possible leak on exceptionCaolá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-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-13TyposJulien Nabet
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-05WaE: unreferenced local variableCaolán McNamara
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-03-25tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"Matúš Kukan
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15fdo#87210: Re-enable parallel deflate, which was not the root cause.Kohei Yoshida
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan
2014-12-10Globally disable threading for these for now.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17package: Do not bother with deflating jpeg imagesMatúš Kukan
2014-11-17package: Do not deflate small streams in a threadMatúš Kukan
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan
2014-11-17package: Add possibility to disable deflating in a threadMatúš 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