summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)AuthorFilesLines
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+1
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin2-3/+0
2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-16/+16
2015-11-05Don't check version field from local ZIP headerJan-Marek Glogowski1-14/+8
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin2-2/+2
2015-10-23com::sun::star->css in package,pyunoNoel Grandin4-38/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-9/+9
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara2-0/+9
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara1-13/+50
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud1-35/+15
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara1-15/+35
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin1-15/+0
2015-07-07loplugin:unusedmethods packageNoel Grandin1-50/+0
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin3-9/+9
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara1-0/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24loplugin:constantfunction: variousNoel Grandin1-4/+0
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann4-10/+10
2015-01-15remove unnecessary castsNoel Grandin1-20/+20
2015-01-02include algorithmCaolán McNamara1-0/+2
2015-01-02include algorithmCaolán McNamara1-0/+1
2014-12-14package: Better to use temporary files for huge memory zip streamsMatúš Kukan2-6/+23
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan2-8/+23
2014-12-12callcatcher: remove newly unused codeCaolán McNamara4-215/+88
2014-12-11remove operator>> methodsNoel Grandin5-97/+97
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-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+5
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan5-18/+14
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan2-12/+28
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan1-24/+22
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan1-27/+10
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan1-4/+2
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan2-12/+11
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úš Kukan1-58/+36
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan2-167/+164
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