summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann4-12/+12
2017-12-11Fix typos and grammarIlmari Lauhakangas1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin5-5/+5
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke3-3/+0
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-4/+0
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens5-1/+87
2017-12-07gpg4libre: add manifest entries for gpg encryptionThorsten Behrens2-14/+174
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin13-38/+38
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin2-4/+4
2017-12-02ofz#4502 Direct-leakCaolán McNamara1-5/+9
2017-12-02improve scopingCaolán McNamara1-5/+3
2017-12-02ofz#4491 Bad-CastCaolán McNamara1-3/+14
2017-11-29ofz: Direct-leakCaolán McNamara1-5/+5
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 Grandin4-6/+6
2017-11-01-Werror,-Wunused-private-fieldStephan Bergmann3-7/+3
2017-11-01loplugin:finalclasses in packageNoel Grandin14-28/+15
2017-10-23loplugin:includeform: packageStephan Bergmann26-42/+42
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-30/+5
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-10-10Replace list by vector InputStreamsList_Impl (package)Julien Nabet3-13/+13
2017-10-04add << operator for css::uno::ExceptionNoel Grandin6-251/+251
2017-10-03new loplugin:blockblockNoel Grandin1-9/+7
2017-10-01throw more useful uno::Exception'sNoel Grandin1-7/+7
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-1/+1
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-31/+28
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-11/+5
2017-09-22Fresh run of bin/update_pch.shMike Kaganski2-6/+24
2017-09-22loplugin:flatten in framework..packageNoel Grandin7-269/+230
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin3-5/+5
2017-09-07tdf#108572 let remove storage elementSzymon Kłos1-0/+2
2017-09-02Replace some lists by vectors in xstorage (part2)Julien Nabet2-57/+51
2017-08-24Replace some lists by vectors in xstorage (package module)Julien Nabet2-30/+27
2017-08-20Fixing threadedStream produce loop condition:Mohammed Abdul Azeem1-2/+3