summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)AuthorFilesLines
11 daysloplugin:unusedmethodsNoel Grandin1-1/+0
2024-11-07loplugin:passstuffbyref in lotuswordpro..pyunoNoel Grandin1-1/+1
2024-09-17tdf#162866 package: fix loading AutoCorrect file with case-insensitiveMichael Stahl1-1/+1
2024-09-16tdf#162841 package: fix loading AES-GCM encrypted macros from ODFMichael Stahl2-18/+20
2024-09-13package: m_nMagicalHackSize appears superfluousMichael Stahl1-1/+0
2024-09-13tdf#162823 package: fix loss of ODF encrypted basic macrosMichael Stahl1-4/+6
2024-09-07Use unique_ptr to pass ownership of ZipEntryMike Kaganski2-8/+11
2024-08-28tdf#158556 reduce allocations in ZipFileNoel Grandin1-0/+1
2024-08-27tdf#158556 unnecessary temporary OUString in ZipFileNoel Grandin1-1/+1
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin2-2/+6
2024-08-19Remove now useless include in packageArnaud VERSINI1-2/+0
2024-08-16tdf#158556 ByteGrabber does not need a mutexNoel Grandin1-2/+0
2024-08-16package: ZipPackage: add additional check for entries STORED withMichael Stahl1-0/+1
2024-07-29package: ZipFile: check Zip64 end of central directory for consistencyMichael Stahl1-1/+1
2024-07-26cid#1607270 silence Overflowed integer argumentCaolán McNamara1-3/+3
2024-07-17package: don't check case insensitive duplicates for ZIP packageMichael Stahl1-6/+7
2024-07-16package: add additional consistency checks for local file headerMichael Stahl2-3/+5
2024-07-10package: ZipFile: don't accept duplicate entries (case insensitive)Michael Stahl1-0/+4
2024-07-02package: ZipFile: check Info-ZIP Unicode Path Extra FieldMichael Stahl1-1/+2
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara3-9/+4
2024-02-02Extract Local file header and Data descriptor handling into own functionsMike Kaganski1-0/+4
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+5
2023-12-20package: ODF encryption: fix 2 GPG problemsMichael Stahl1-1/+2
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl7-14/+36
2023-12-14tdf#105844 package: check for unexpected zip entries on loading ...Michael Stahl1-1/+1
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl4-9/+19
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl2-2/+14
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-5/+5
2023-05-20loplugin:unusedmethodsNoel Grandin1-13/+0
2023-04-25expose recovering zips for testingCaolán McNamara1-0/+3
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann2-0/+2
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs3-3/+34
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin3-16/+2
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageNoel Grandin1-6/+0
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-1/+2
2022-09-27use more string_view in packageNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin3-7/+7
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann1-1/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin3-3/+3
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin1-1/+0
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen10-28/+2
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in packageNoel Grandin1-2/+2
2021-11-26loplugin:stringliteraldefine in packageNoel Grandin1-5/+5
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-08-12flatten OZipFileAccess a littleNoel Grandin1-1/+2
2021-08-12flatten ZipPackage a littleNoel Grandin1-1/+3
2021-07-21pass ZipEnumeration around by valueNoel Grandin1-1/+1