summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Expand)AuthorFilesLines
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin2-2/+2
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin1-2/+1
2018-08-29loplugin:constantparam (2)Noel Grandin2-4/+4
2018-08-23Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann1-41/+34
2018-08-15loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin1-8/+6
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin1-3/+1
2018-08-04use C++11 exception rethrowingCaolán McNamara3-8/+7
2018-07-31ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara2-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen4-0/+4
2018-07-27skip checking zip crcs when fuzzingCaolán McNamara1-1/+3
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle1-2/+1
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-2/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin2-26/+24
2018-02-23forcepoint #5 check for short readCaolán McNamara1-2/+5
2018-02-07Prevent MemoryByteGrabber from ever taking temporaries againStephan Bergmann1-0/+2
2018-02-07MemoryByteGrabber sequence has to exist for Grabber lifetimeCaolán McNamara1-3/+5
2018-01-19crashtesting: failure on import with bogus valuesCaolán McNamara1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens1-1/+8
2018-01-13tdf#114550 recognize sym key & init vec as valid f/ decryptThorsten Behrens1-1/+4
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl3-9/+80
2018-01-06tdf#114819 - include the synthetic encrpytion header into the size.Michael Meeks1-0/+1
2017-12-27ofz#4806 Infinite loopCaolán McNamara1-2/+10
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin6-23/+23
2017-11-27keep track of available dataCaolán McNamara2-0/+5
2017-11-24fix attempt to save and rethrow exceptionCaolán McNamara2-17/+7
2017-11-04loplugin:constparams in various(1)Noel Grandin3-4/+4
2017-11-01-Werror,-Wunused-private-fieldStephan Bergmann2-5/+1
2017-11-01loplugin:finalclasses in packageNoel Grandin2-4/+2
2017-10-23loplugin:includeform: packageStephan Bergmann4-6/+6
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-4/+4
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-7/+5
2017-09-22loplugin:flatten in framework..packageNoel Grandin2-46/+43
2017-08-20Fixing threadedStream produce loop condition:Mohammed Abdul Azeem1-2/+3
2017-07-31loplugin:constparams in basctlNoel Grandin1-2/+2
2017-07-28loplugin:checkunusedparams more part1Noel Grandin3-3/+1
2017-07-19tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem1-3/+8
2017-07-18loplugin:constparams in packageNoel Grandin2-2/+2
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-07tdf#108821 - fix for overflow of variables on opening huge filesMohammed Abdul Azeem3-4/+4
2017-07-06tdf#108821 - fixed bad alloc on opening large fileMichael Meeks4-8/+12
2017-06-20create comphelper::RefCountedMutexNoel Grandin3-14/+14
2017-06-13Avoid race between mbTerminate check and wait.Michael Meeks1-4/+4
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem2-11/+2
2017-06-11Fix typosAndrea Gelmini1-1/+1
2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem3-1/+288
2017-06-08Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem3-20/+31