summaryrefslogtreecommitdiff
path: root/package/source/zippackage
AgeCommit message (Expand)AuthorFilesLines
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan1-1/+2
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-10/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-18/+18
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin4-17/+17
2015-10-23com::sun::star->css in package,pyunoNoel Grandin9-52/+49
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-23/+23
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara2-5/+4
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-9/+9
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann1-14/+1
2015-08-17avoid possible leak on exceptionCaolán McNamara1-13/+35
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara1-1/+2
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud1-2/+0
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara1-0/+2
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin2-4/+4
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+3
2015-06-13TyposJulien Nabet1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-05WaE: unreferenced local variableCaolán McNamara1-1/+1
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara1-2/+10
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-8/+8
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-03-25tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"Matúš Kukan1-1/+2
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+4
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+6
2014-12-15fdo#87210: Re-enable parallel deflate, which was not the root cause.Kohei Yoshida1-2/+0
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan2-7/+6
2014-12-10Globally disable threading for these for now.Kohei Yoshida1-0/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17package: Do not bother with deflating jpeg imagesMatúš Kukan1-1/+8
2014-11-17package: Do not deflate small streams in a threadMatúš Kukan1-0/+5
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan2-13/+19
2014-11-17package: Add possibility to disable deflating in a threadMatúš Kukan1-13/+30
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan2-56/+81
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan3-7/+13
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan1-7/+0
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan2-3/+9
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan2-13/+22
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan3-19/+20