Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | tdf#162841 package: fix loading AES-GCM encrypted macros from ODF | Michael Stahl | 1 | -8/+17 |
2024-09-13 | package: m_nMagicalHackSize appears superfluous | Michael Stahl | 1 | -1/+0 |
2024-05-08 | drop requirement for rtl_random_getBytes to have "Pool" arg | Caolán McNamara | 1 | -2/+1 |
2023-12-20 | tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption | Michael Stahl | 1 | -4/+10 |
2023-12-13 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl | 1 | -2/+4 |
2023-12-11 | tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM | Michael Stahl | 1 | -1/+1 |
2023-01-17 | XUnoTunnel->dynamic_cast in ZipPackageEntry | Noel Grandin | 1 | -5/+0 |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin | 1 | -1/+1 |
2022-01-30 | Recheck modules [o-r]* with IWYU | Gabor Kelemen | 1 | -1/+0 |
2020-01-13 | loplugin:finalclasses in package..sfx2 | Noel Grandin | 1 | -1/+1 |
2019-09-06 | tdf#39593 use isUnoTunnelId | Arkadiy Illarionov | 1 | -1/+1 |
2019-08-22 | loplugin:constmethod in package | Noel Grandin | 1 | -1/+1 |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke | 1 | -1/+0 |
2018-01-13 | tdf#114550 don't use PBKDF2 in package for gpg encryption | Thorsten Behrens | 1 | -0/+1 |
2018-01-12 | tdf#114939 package: change ODF 1.1 export to use real SHA1 | Michael Stahl | 1 | -2/+2 |
2018-01-12 | tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1 | Michael Stahl | 1 | -2/+3 |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin | 1 | -1/+1 |
2017-10-23 | loplugin:includeform: package | Stephan Bergmann | 1 | -2/+2 |
2017-08-08 | loplugin:constantparam | Noel Grandin | 1 | -1/+2 |
2017-07-19 | tdf#108835 Fixed writer crash on adding Autocorrect Entry: | Mohammed Abdul Azeem | 1 | -1/+1 |
2017-07-18 | loplugin:constparams in package | Noel Grandin | 1 | -1/+1 |
2017-06-20 | create comphelper::RefCountedMutex | Noel Grandin | 1 | -1/+1 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 1 | -37/+14 |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, package | Stephan Bergmann | 1 | -0/+1 |
2016-11-08 | loplugin:expandablemethods in lotuswordpro..package | Noel Grandin | 1 | -2/+0 |
2016-10-19 | loplugin:expandablemethodds in lotuswordpro..package | Noel Grandin | 1 | -1/+0 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 1 | -1/+1 |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin | 1 | -1/+1 |
2015-10-23 | com::sun::star->css in package,pyuno | Noel Grandin | 1 | -50/+49 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -14/+14 |
2015-08-26 | package: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 1 | -2/+2 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 1 | -1/+1 |
2014-11-17 | ZipPackageStream::getRawData can be private | Matúš Kukan | 1 | -2/+3 |
2014-11-17 | package: Finally implement parallel zip entries deflating | Matúš Kukan | 1 | -3/+3 |
2014-10-23 | Remove pointless functions now that saveChild() is ZipPackageStream's member | Matúš Kukan | 1 | -21/+0 |
2014-10-23 | package: Add pure virtual ZipPackageEntry::saveChild() | Matúš Kukan | 1 | -4/+9 |
2014-10-23 | package: ZipPackageStream: prefix members | Matúš Kukan | 1 | -13/+13 |
2014-10-23 | coverity#706585 Uncaught exception | Caolán McNamara | 1 | -1/+1 |
2014-10-23 | coverity#706586 Uncaught exception | Caolán McNamara | 1 | -1/+1 |
2014-04-22 | package: sal_Bool->bool | Noel Grandin | 1 | -18/+18 |
2014-04-19 | fixincludeguards.sh: package | Thomas Arnhold | 1 | -2/+2 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 1 | -13/+13 |
2014-03-10 | Use cppu::OImplementationId for XUnoTunnel IDs | Stephan Bergmann | 1 | -1/+1 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 1 | -13/+13 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 1 | -5/+5 |
2013-02-11 | fdo#46808, Convert package module to XComponentContext | Noel Grandin | 1 | -3/+4 |
2012-09-21 | package: convert internal ZIP handling data-types to 64bit | Michael Meeks | 1 | -2/+2 |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 1 | -23/+14 |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | 1 | -1/+0 |
2011-04-22 | Merge commit 'ooo/DEV300_m106' into libreoffice-3-4 | Jan Holesovsky | 1 | -0/+218 |