summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann1-41/+34
2018-08-22new loplugin:conststringfieldNoel Grandin2-215/+145
2018-08-15loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin2-9/+7
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin2-4/+2
2018-08-04use C++11 exception rethrowingCaolán McNamara6-14/+13
2018-07-31ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara2-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen20-0/+20
2018-07-27skip checking zip crcs when fuzzingCaolán McNamara2-2/+5
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+1
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 Grandin4-5/+7
2018-06-29ODF1.3: import new OpenPGP encryption markupThorsten Behrens3-6/+63
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov3-15/+14
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-06-05package: fix pretty-printing in manifest exporterThorsten Behrens1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin4-20/+35
2018-04-23loplugin:useuniqueptr in OZipFileAccessNoel Grandin2-4/+3
2018-04-23loplugin:useuniqueptr in SwitchablePersistenceStreamNoel Grandin2-12/+8
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin2-26/+24
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+1
2018-04-09forcepoint#37 revert tdf#108572 let remove storage elementCaolán McNamara1-2/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-0/+7
2018-03-17Typos concerning hierarchyJulien Nabet2-2/+2
2018-03-14tdf#116351: fix re-use of AttributeList on PGP manifesthimajin1000001-2/+2
2018-03-08oox: preserve the ContentType of custom filesAshod Nakashian1-2/+8
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-12/+14
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-3/+1
2018-02-23forcepoint #5 check for short readCaolán McNamara1-2/+5
2018-02-14Fix typosAndrea Gelmini1-1/+1
2018-02-14oox: cosmetic cleanupAshod Nakashian2-10/+10
2018-02-14ofopxml: always generate default application/xmlAshod Nakashian1-7/+14
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-25loplugin:useuniqueptr in OInputCompStreamNoel Grandin2-4/+3
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 Behrens7-9/+24
2018-01-13tdf#114550 recognize sym key & init vec as valid f/ decryptThorsten Behrens1-1/+4
2018-01-13gpg4libre: open encrypted files also via gpgThorsten Behrens2-3/+56
2018-01-13gpg4libre: import PGP encryption manifestThorsten Behrens2-1/+196
2018-01-12tdf#114939 package: change ODF 1.1 export to use real SHA1Michael Stahl3-6/+6
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl6-20/+111
2018-01-12More loplugin:cstylecast: packageStephan Bergmann3-4/+4
2018-01-12ODT export: handle NoFileSync store optionMiklos Vajna4-2/+14
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-25ofz#4734 Null-derefCaolán McNamara1-2/+2