summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-3/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian2-0/+4
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+3
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann6-18/+19
2015-01-15remove unnecessary castsNoel Grandin1-20/+20
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-11/+11
2015-01-02include algorithmCaolán McNamara1-0/+2
2015-01-02include algorithmCaolán McNamara1-0/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara4-8/+8
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+4
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann3-9/+9
2014-12-15fdo#87210: Re-enable parallel deflate, which was not the root cause.Kohei Yoshida1-2/+0
2014-12-15package: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-14package: Better to use temporary files for huge memory zip streamsMatúš Kukan3-8/+26
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan6-15/+33
2014-12-12callcatcher: remove newly unused codeCaolán McNamara6-227/+129
2014-12-11remove operator>> methodsNoel Grandin7-109/+109
2014-12-10Globally disable threading for these for now.Kohei Yoshida1-0/+2
2014-11-21coverity#1242675 Untrusted value as argumentCaolán McNamara1-0/+2
2014-11-19coverity#1242675 Untrusted value as argumentCaolán McNamara1-4/+9
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl6-0/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl10-0/+10
2014-11-17package: Do not bother with deflating jpeg imagesMatúš Kukan1-1/+8
2014-11-17package: Do not deflate small streams in a threadMatúš Kukan1-0/+5
2014-11-17ZipPackageStream::getRawData can be privateMatúš Kukan1-2/+3
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan10-34/+36
2014-11-17package: Add possibility to disable deflating in a threadMatúš Kukan1-13/+30
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan7-72/+121
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan5-38/+39
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan3-34/+11
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan2-10/+4
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan6-20/+26
2014-11-17ZipOutputEntry: m_pCurrentEntry is always setMatúš Kukan1-45/+38
2014-11-17package: Zipping STORED entry is the same as rawWrite and we don't encrypt itMatúš Kukan3-71/+58
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan7-201/+204
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan3-31/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-11/+11
2014-11-04coverity#706578 uncaught exceptionDavid Tardon1-7/+14
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara1-1/+1
2014-10-30coverity#706582 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706583 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706584 Uncaught exceptionCaolán McNamara1-2/+15
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-27cid#1249676 Uninitialized scalar fieldNoel Grandin1-0/+2
2014-10-24package: OInputCompStream::m_xStream is never nullMichael Stahl2-39/+6