summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageStream.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin1-20/+7
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-15/+9
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-17cid#1500507 silence Resource leakCaolán McNamara1-1/+1
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann1-1/+2
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann1-5/+5
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-6/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski1-37/+37
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-07-31rtl::Static -> static localNoel Grandin1-4/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-5/+5
2021-02-21loplugin:refcounting in package..saxNoel1-5/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-11-05loplugin:reducevarscope in packageNoel1-1/+1
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann1-14/+7
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis1-4/+1
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis1-1/+4
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-3/+3
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov1-3/+3
2019-08-22loplugin:constmethod in packageNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann1-1/+1
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin1-2/+3
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák1-10/+20
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák1-63/+3
2019-05-28try harder not to deflate small streams in a threadLuboš Luňák1-1/+5
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák1-8/+10
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-8/+8
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-2/+2
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-2/+1
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-3/+5
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-5/+3
2018-08-04use C++11 exception rethrowingCaolán McNamara1-2/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-1/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens1-2/+1
2018-01-12tdf#114939 package: change ODF 1.1 export to use real SHA1Michael Stahl1-3/+3
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl1-8/+24
2018-01-12More loplugin:cstylecast: packageStephan Bergmann1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-48/+39
2017-08-08loplugin:constantparamNoel Grandin1-4/+4
2017-07-19tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem1-4/+4