summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)Author
2014-12-15package: Better to use temporary files for huge memory zip streamsMatúš Kukan
2014-12-15package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan
2014-11-17ZipPackageStream::getRawData can be privateMatúš Kukan
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara
2014-10-23Remove pointless functions now that saveChild() is ZipPackageStream's memberMatúš Kukan
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan
2014-10-23package: ZipPackageStream: prefix membersMatúš Kukan
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan
2014-08-13update_pchThomas Arnhold
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-04-22package: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: packageThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-10Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-16Revert "impl. enumeration for ZipPackage"David Tardon
2014-01-16do not close input, unless it was us who opened itDavid Tardon
2014-01-15bahDavid Tardon
2014-01-15impl. enumeration for ZipPackageDavid Tardon
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa
2013-06-26remove unused constAndras Timar
2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-07-07removed unnecessary forward declarations of classTakeshi Abe
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-02count and order of receipt of properties doesn't matterCaolán McNamara