summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-144-12/+12
* Fix typos and grammarIlmari Lauhakangas2017-12-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-115-5/+5
* remove unused osl/time.h includes ..Jochen Nitschke2017-12-103-3/+0
* rtlRandomPool: remove pointless seeding with system timeThorsten Behrens2017-12-081-4/+0
* gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens2017-12-075-1/+87
* gpg4libre: add manifest entries for gpg encryptionThorsten Behrens2017-12-072-14/+174
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0513-38/+38
* loplugin:countusersofdefaultparams in editeng..packageNoel Grandin2017-12-052-4/+4
* ofz#4502 Direct-leakCaolán McNamara2017-12-021-5/+9
* improve scopingCaolán McNamara2017-12-021-5/+3
* ofz#4491 Bad-CastCaolán McNamara2017-12-021-3/+14
* ofz: Direct-leakCaolán McNamara2017-11-291-5/+5
* keep track of available dataCaolán McNamara2017-11-272-0/+5
* fix attempt to save and rethrow exceptionCaolán McNamara2017-11-242-17/+7
* loplugin:constparams in various(1)Noel Grandin2017-11-044-6/+6
* -Werror,-Wunused-private-fieldStephan Bergmann2017-11-013-7/+3
* loplugin:finalclasses in packageNoel Grandin2017-11-0114-28/+15
* loplugin:includeform: packageStephan Bergmann2017-10-2326-42/+42
* overload std::hash for OUString and OStringNoel Grandin2017-10-233-30/+5
* coverity#1401307 document checked 'Uncaught exception'Caolán McNamara2017-10-211-1/+2
* Replace list by vector InputStreamsList_Impl (package)Julien Nabet2017-10-103-13/+13
* add << operator for css::uno::ExceptionNoel Grandin2017-10-046-251/+251
* new loplugin:blockblockNoel Grandin2017-10-031-9/+7
* throw more useful uno::Exception'sNoel Grandin2017-10-011-7/+7
* simplify some OUString compareTo callsMuhammet Kara2017-10-011-1/+1
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-292-31/+28
* Fix typosAndrea Gelmini2017-09-251-1/+1
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-231-11/+5
* Fresh run of bin/update_pch.shMike Kaganski2017-09-222-6/+24
* loplugin:flatten in framework..packageNoel Grandin2017-09-227-269/+230
* clang-tidy modernize-use-emplace in package..saxNoel Grandin2017-09-123-5/+5
* tdf#108572 let remove storage elementSzymon Kłos2017-09-071-0/+2
* Replace some lists by vectors in xstorage (part2)Julien Nabet2017-09-022-57/+51
* Replace some lists by vectors in xstorage (package module)Julien Nabet2017-08-242-30/+27
* Fixing threadedStream produce loop condition:Mohammed Abdul Azeem2017-08-201-2/+3
* package: get rid of requirement for plain passwordsThorsten Behrens2017-08-201-3/+2
* tdf#111481 package: seek to 0 before truncate()Miklos Vajna2017-08-081-0/+8