summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageStream.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-17package: Do not deflate small streams in a threadMatúš Kukan1-0/+5
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan1-5/+13
2014-11-17package: Add possibility to disable deflating in a threadMatúš Kukan1-13/+30
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan1-52/+81
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan1-3/+5
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan1-7/+0
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan1-1/+3
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan1-10/+21
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan1-6/+6
2014-10-23Remove pointless functions now that saveChild() is ZipPackageStream's memberMatúš Kukan1-19/+22
2014-10-23Move ZipPackageStream::saveChild to proper source fileMatúš Kukan1-1/+385
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan1-6/+5
2014-10-23package: ZipPackageStream: prefix membersMatúš Kukan1-62/+62
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan1-8/+8
2014-05-29remove unnecessary linefeeds from the end of exception messagesNoel Grandin1-6/+6
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-30/+26
2014-04-22package: sal_Bool->boolNoel Grandin1-40/+40
2014-04-14remove update_precomp.py markersThomas Arnhold1-1/+0
2014-03-10Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann1-7/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-13/+13
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky1-34/+40
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-1/+2
2013-10-02Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara1-5/+29
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa1-26/+1
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin1-13/+12
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin1-1/+1
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-2/+2
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-1/+1
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-4/+4
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-16/+12
2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna1-52/+51
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini1-1/+2
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-12/+12
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-6/+0
2012-02-17WaE: unused variableCaolán McNamara1-0/+1
2012-02-12If we can have a few more information...Julien Nabet1-1/+2
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header from packageNorbert Thiebaud1-1/+0
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-132/+274
2011-04-28fixed cppcheck warningsAndreas Becker1-2/+2
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-132/+274
2011-03-24mav60: #164341# fix problems with the new implementationMikhail Voytenko1-7/+11
2011-03-23mav60: #164341# fix problems with the new implementationMikhail Voytenko1-3/+22
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-1/+0