summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl2016-08-154-3/+9
* use Any constructor instead of temporariesNoel Grandin2016-07-202-33/+15
* Fix typosAndrea Gelmini2016-07-202-2/+2
* Fix typosAndrea Gelmini2016-07-201-1/+1
* Remove excess newlinesChris Sherlock2016-07-121-1/+0
* package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl2016-06-263-1/+23
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-261-1/+1
* tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand2016-05-105-29/+108
* tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan2016-01-081-1/+2
* loplugin:unusedfields in include/package,include/registryNoel Grandin2015-11-251-1/+0
* loplugin:unusedfields in oox,package,reportdesignNoel Grandin2015-11-233-199/+147
* use comphelper::containerToSequenceNoel Grandin2015-11-192-16/+4
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-4/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-152-89/+170
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1026-92/+92
* Don't check version field from local ZIP headerJan-Marek Glogowski2015-11-051-14/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0411-92/+79
* com::sun::star->css in package,pyunoNoel Grandin2015-10-2344-1111/+1086
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1227-324/+324
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+3
* loplugin:mergeclassesNoel Grandin2015-10-061-6/+3
* Fix typosAndrea Gelmini2015-09-302-3/+3
* Fix typosAndrea Gelmini2015-09-302-2/+2
* boost->stdCaolán McNamara2015-09-183-6/+4
* comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl2015-09-011-0/+1
* package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-2624-47/+46
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-1/+2
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-181-1/+0
* Simplify ZipPackage::isLocalFile checkStephan Bergmann2015-08-181-14/+1
* avoid possible leak on exceptionCaolán McNamara2015-08-171-13/+35
* Related: tdf#88314 delete temp filesCaolán McNamara2015-08-073-0/+10
* Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara2015-08-053-19/+65
* Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud2015-07-263-47/+20
* Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara2015-07-243-20/+47
* loplugin:unusedmethods toolkit,packageNoel Grandin2015-07-141-15/+0
* loplugin:unusedmethods packageNoel Grandin2015-07-078-85/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin2015-06-2915-120/+48
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+3
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-10/+7
* TyposJulien Nabet2015-06-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-114-5/+5
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-112-7/+7
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* WaE: unreferenced local variableCaolán McNamara2015-06-051-1/+1
* uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara2015-06-053-2/+20