summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann2018-08-231-41/+34
* new loplugin:conststringfieldNoel Grandin2018-08-222-215/+145
* loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin2018-08-152-9/+7
* Fix typosAndrea Gelmini2018-08-131-1/+1
* loplugin:returnconstant in oox,packageNoel Grandin2018-08-132-4/+2
* use C++11 exception rethrowingCaolán McNamara2018-08-046-14/+13
* ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara2018-07-312-5/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3020-0/+20
* skip checking zip crcs when fuzzingCaolán McNamara2018-07-272-2/+5
* clean up UNO available() implementationsNoel Grandin2018-07-111-1/+1
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-081-2/+1
* Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2018-07-044-5/+7
* ODF1.3: import new OpenPGP encryption markupThorsten Behrens2018-06-293-6/+63
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-123-15/+14
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-2/+1
* package: fix pretty-printing in manifest exporterThorsten Behrens2018-06-051-1/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-2/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-254-20/+35
* loplugin:useuniqueptr in OZipFileAccessNoel Grandin2018-04-232-4/+3
* loplugin:useuniqueptr in SwitchablePersistenceStreamNoel Grandin2018-04-232-12/+8
* loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin2018-04-232-26/+24
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-3/+1
* forcepoint#37 revert tdf#108572 let remove storage elementCaolán McNamara2018-04-091-2/+0
* remove unused processfactory.hxx includesJochen Nitschke2018-04-012-2/+0
* weld SvxCharacterMap dialogCaolán McNamara2018-03-301-0/+7
* Typos concerning hierarchyJulien Nabet2018-03-172-2/+2
* tdf#116351: fix re-use of AttributeList on PGP manifesthimajin1000002018-03-141-2/+2
* oox: preserve the ContentType of custom filesAshod Nakashian2018-03-081-2/+8
* drop sax::tools::*base64 methodsNoel Grandin2018-03-052-12/+14
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-3/+1
* forcepoint #5 check for short readCaolán McNamara2018-02-231-2/+5
* Fix typosAndrea Gelmini2018-02-141-1/+1
* oox: cosmetic cleanupAshod Nakashian2018-02-142-10/+10
* ofopxml: always generate default application/xmlAshod Nakashian2018-02-141-7/+14
* Prevent MemoryByteGrabber from ever taking temporaries againStephan Bergmann2018-02-071-0/+2
* MemoryByteGrabber sequence has to exist for Grabber lifetimeCaolán McNamara2018-02-071-3/+5
* loplugin:useuniqueptr in OInputCompStreamNoel Grandin2018-01-252-4/+3
* crashtesting: failure on import with bogus valuesCaolán McNamara2018-01-191-1/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens2018-01-137-9/+24
* tdf#114550 recognize sym key & init vec as valid f/ decryptThorsten Behrens2018-01-131-1/+4
* gpg4libre: open encrypted files also via gpgThorsten Behrens2018-01-132-3/+56
* gpg4libre: import PGP encryption manifestThorsten Behrens2018-01-132-1/+196
* tdf#114939 package: change ODF 1.1 export to use real SHA1Michael Stahl2018-01-123-6/+6
* tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl2018-01-126-20/+111
* More loplugin:cstylecast: packageStephan Bergmann2018-01-123-4/+4
* ODT export: handle NoFileSync store optionMiklos Vajna2018-01-124-2/+14
* tdf#114819 - include the synthetic encrpytion header into the size.Michael Meeks2018-01-061-0/+1
* ofz#4806 Infinite loopCaolán McNamara2017-12-271-2/+10
* ofz#4734 Null-derefCaolán McNamara2017-12-251-2/+2