summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackage.cxx
AgeCommit message (Expand)Author
2017-01-16tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-05-16Fix typosAndrea Gelmini
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-18loplugin:constantparam in packageNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser 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-06-13TyposJulien Nabet
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan
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: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30coverity#706582 Uncaught exceptionCaolán McNamara
2014-10-30coverity#706583 Uncaught exceptionCaolán McNamara
2014-10-30coverity#706584 Uncaught exceptionCaolán McNamara
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš 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-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-22package: sal_Bool->boolNoel Grandin
2014-04-14remove update_precomp.py markersThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann