summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)AuthorFilesLines
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan2-342/+376
2014-10-22unusedcode: Remove Deflater::setLevelMatúš Kukan1-61/+16
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan1-14/+1
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan1-119/+117
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-12/+0
2014-05-29remove unnecessary linefeeds from the end of exception messagesNoel Grandin1-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin6-75/+55
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-3/+3
2014-05-14cid#982783 Unintentional integer overflowNoel Grandin1-1/+1
2014-04-22package: sal_Bool->boolNoel Grandin5-45/+45
2014-04-19fixincludeguards.sh: packageThomas Arnhold4-9/+9
2014-04-03package: sal_Bool->boolNoel Grandin5-29/+29
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-9/+9
2014-03-21coverity#982784 Unintentional integer overflowCaolán McNamara1-7/+6
2014-03-21coverity#707964 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-18/+18
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann2-3/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky2-8/+20
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa6-12/+0
2013-07-05hair splitting on years in dates in ZIP structureLionel Elie Mamane1-2/+15
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-30Accept even more corrupted zip documents as long as we can read themFridrich Štrba1-1/+0
2013-05-30Revert "Accept even more corrupted zip documents as long as we can read them"Fridrich Štrba1-0/+1
2013-05-30Accept even more corrupted zip documents as long as we can read themFridrich Štrba1-1/+0
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl2-8/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-13/+11
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-23coverity#704243 Logically dead codeJulien Nabet1-2/+2
2013-03-15Improve debug messagesStephan Bergmann1-1/+2
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin4-36/+33
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-24fdo#49819, fdo#54609: Do not consider timestamp differences as corruptionFridrich Štrba1-1/+3
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks4-63/+138
2012-08-31package: kill RTL_CONSTASCII_USTRINGPARAM in zipapiMiklos Vajna6-52/+52
2012-08-28throw earlier on broken zip streamsCaolán McNamara1-0/+4
2012-08-23Some clean up after previous commitStephan Bergmann1-22/+0
2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin1-4/+4
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini2-11/+11
2012-06-22re-base on ALv2 code.Michael Meeks9-207/+126
2012-06-21re-base on ALv2 code.Michael Meeks6-147/+93
2012-06-07nuke dead codeTakeshi Abe1-16/+0
2012-05-28check key sizeCaolán McNamara1-2/+8
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-0/+8
2012-04-13gbuildize internal zlibCaolán McNamara2-8/+0