summaryrefslogtreecommitdiffstats
path: root/package/source
Commit message (Expand)AuthorAgeFilesLines
* Avoid race between mbTerminate check and wait.Michael Meeks2017-06-131-4/+4
* use local statics for getUnoTunnelImplementationIdJochen Nitschke2017-06-131-5/+3
* Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem2017-06-126-27/+4
* Fix typosAndrea Gelmini2017-06-111-1/+1
* First cut at moving unzipping into new thread:Mohammed Abdul Azeem2017-06-083-1/+288
* Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem2017-06-086-23/+35
* Improved loplugin:redundantcast static_cast handling: packageStephan Bergmann2017-06-021-1/+1
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-1/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* remove unused uno::Reference varsNoel Grandin2017-05-124-7/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-3/+1
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert package module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* loplugin:checkunusedparams in package..reportdesignNoel Grandin2017-05-032-4/+3
* loplugin:salunicodeliteral: packageStephan Bergmann2017-04-281-2/+2
* tdf#105942 Don't hang when file is protected and compressedXisco Fauli2017-04-271-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-255-0/+5
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-2114-49/+49
* drop document_io_logring.txt and use global loggingCaolán McNamara2017-04-124-561/+263
* remove type decorations on char literalsJochen Nitschke2017-03-304-7/+7
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann2017-02-232-23/+6
* use std::unique_ptrCaolán McNamara2017-02-222-140/+122
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-156-159/+48
* Add missing #includesStephan Bergmann2017-02-0613-1/+32
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-3/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2648-1315/+266
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-252-9/+0
* New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann2017-01-194-0/+19
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-4/+2
* tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida2017-01-171-1/+31
* Use unique_ptr for ZipFile here.Kohei Yoshida2017-01-161-7/+3
* ZipFile: make it work on MSVC 14.0David Ostrovsky2017-01-151-0/+1
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-144-9/+122
* package: fixup SAL_CALL removalThorsten Behrens2017-01-121-1/+1
* These SAL_CALL can go as well...Kohei Yoshida2017-01-111-3/+3
* Use std::unique_ptr for the ZipFile instance.Kohei Yoshida2017-01-111-7/+5
* Not worth having this as a separate data member.Kohei Yoshida2017-01-111-3/+1
* Let's return std::unique_ptr<...> directly.Kohei Yoshida2017-01-112-3/+4
* Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida2017-01-111-19/+2
* coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara2017-01-081-32/+25
* Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida2017-01-082-15/+16
* Clean up and annotate the code a bit.Kohei Yoshida2017-01-081-18/+34
* Reduce scope by removing unnecessary else clauses.Kohei Yoshida2017-01-071-59/+59
* tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks2016-12-011-0/+1
* drop extra semicolonsDavid Tardon2016-11-131-1/+1
* package: ODF: bump PBKDF2 iteration countsMichael Stahl2016-11-091-2/+2
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-082-22/+12
* style fix for cppcheck redundantConditionJochen Nitschke2016-11-071-1/+1