summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2018-02-23forcepoint #5 check for short readCaolán McNamara
2018-02-07MemoryByteGrabber sequence has to exist for Grabber lifetimeCaolán McNamara
2017-12-01ofz#4491 Bad-CastCaolán McNamara
2017-11-28keep track of available dataCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert package module away from OSL_ASSERT to assertChris Sherlock
2017-05-03loplugin:checkunusedparams in package..reportdesignNoel Grandin
2017-04-28loplugin:salunicodeliteral: packageStephan Bergmann
2017-04-27tdf#105942 Don't hang when file is protected and compressedXisco Fauli
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann
2017-01-19Use the old-fashion way to instantiate a UNO service.Kohei Yoshida
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida
2017-01-15ZipFile: make it work on MSVC 14.0David Ostrovsky
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2017-01-12package: fixup SAL_CALL removalThorsten Behrens
2017-01-11These SAL_CALL can go as well...Kohei Yoshida
2017-01-11Use std::unique_ptr for the ZipFile instance.Kohei Yoshida
2017-01-11Not worth having this as a separate data member.Kohei Yoshida
2017-01-11Let's return std::unique_ptr<...> directly.Kohei Yoshida
2017-01-11Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida
2017-01-08coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida
2017-01-08Clean up and annotate the code a bit.Kohei Yoshida
2017-01-07Reduce scope by removing unnecessary else clauses.Kohei Yoshida
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks
2016-11-13drop extra semicolonsDavid Tardon
2016-11-09package: ODF: bump PBKDF2 iteration countsMichael Stahl
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke