Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | tdf#159519 comphelper,package: do not store document without SHA256 | Michael Stahl | 1 | -0/+5 |
2024-02-02 | Extract Local file header and Data descriptor handling into own functions | Mike Kaganski | 1 | -189/+180 |
2024-02-01 | tdf#154587: allow directory entries in ZIP packages | Mike Kaganski | 1 | -2/+40 |
2024-02-01 | check that rtl_random_getBytes() was successful | Michael Stahl | 1 | -2/+8 |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski | 7 | -10/+10 |
2024-01-12 | cid#1546222 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-01-11 | tdf#105844 package: ODF wholesome encryption: use package version | Michael Stahl | 3 | -0/+26 |
2024-01-09 | tdf#105844 package: ManifestImport: handle argon2 attributes in ... | Michael Stahl | 2 | -6/+15 |
2024-01-02 | ofz#65480: Integer-overflow | Caolán McNamara | 1 | -2/+4 |
2023-12-20 | cid#1545612 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -4/+4 |
2023-12-20 | package: ODF encryption: fix 2 GPG problems | Michael Stahl | 2 | -10/+11 |
2023-12-20 | tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption | Michael Stahl | 8 | -55/+289 |
2023-12-14 | tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption | Michael Stahl | 1 | -1/+4 |
2023-12-14 | tdf#105844 package: check for unexpected zip entries on loading ... | Michael Stahl | 2 | -3/+13 |
2023-12-14 | OFFICE-3708: package: produce correct SHA256 URL | Michael Stahl | 2 | -1/+9 |
2023-12-14 | tdf#105844 package: remove root document from manifest ... | Michael Stahl | 3 | -9/+50 |
2023-12-14 | tdf#131575: in repair mode, match names ASCII case-insensitively | Mike Kaganski | 2 | -0/+7 |
2023-12-14 | package: GPG encryption: prevent manifest:start-key-generation ... | Michael Stahl | 1 | -3/+4 |
2023-12-13 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl | 7 | -66/+188 |
2023-12-13 | package: move function down | Michael Stahl | 1 | -40/+41 |
2023-12-11 | tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM | Michael Stahl | 7 | -8/+63 |
2023-12-07 | tdf#105844 package,sfx2: wholesome ODF package wrapping encryption | Michael Stahl | 1 | -2/+6 |
2023-12-07 | some cosmetic improvements, better warnings | Michael Stahl | 2 | -1/+4 |
2023-11-26 | tdf#96401: allow to detect a broken ZIP package | Mike Kaganski | 1 | -0/+4 |
2023-11-18 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6) | Julien Nabet | 4 | -12/+9 |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann | 3 | -80/+80 |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: package | Stephan Bergmann | 5 | -24/+24 |
2023-08-28 | incorrect usage of erase..remove idion | Noel Grandin | 1 | -1/+1 |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin | 3 | -42/+42 |
2023-06-18 | Use getXWeak in package | Mike Kaganski | 9 | -66/+58 |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin | 2 | -16/+4 |
2023-05-20 | loplugin:unusedmethods | Noel Grandin | 1 | -16/+0 |
2023-04-25 | expose recovering zips for testing | Caolán McNamara | 1 | -0/+12 |
2023-04-25 | Resolves: tdf#155005 use of uninitialised value | Caolán McNamara | 1 | -13/+18 |
2023-04-25 | tdf#155005 fail gracefully on encountering a negative compression value | Caolán McNamara | 1 | -0/+6 |
2023-03-30 | ofz#57529 Integer-overflow | Caolán McNamara | 1 | -2/+7 |
2023-03-20 | Missing includes (for std::exception_ptr) | Stephan Bergmann | 1 | -0/+1 |
2023-03-09 | cid#1521901 Pointer to local outside scope | Caolán McNamara | 1 | -7/+4 |
2023-03-09 | ofz#56826 Heap-use-after-free | Caolán McNamara | 2 | -2/+12 |
2023-03-09 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-03-08 | tdf#82984 tdf#94915 zip64 support (import + export) | Attila Szűcs | 5 | -67/+197 |
2023-03-01 | assert that Mutex exists at ctor time | Caolán McNamara | 1 | -9/+1 |
2023-03-01 | cid#1521559 pass arg as ref to prove no Dereference before null check | Caolán McNamara | 2 | -16/+14 |
2023-02-28 | flatten OWriteStream | Noel Grandin | 2 | -111/+100 |
2023-02-28 | no need to allocate OTypeCollection separately in OStorage | Noel Grandin | 2 | -16/+17 |
2023-02-28 | no need to allocate OTypeCollection separately in WSInternalData_Impl | Noel Grandin | 1 | -22/+22 |
2023-02-17 | osl::Mutex->std::mutex in OHierarchyElement_Impl | Noel Grandin | 2 | -8/+8 |
2023-02-15 | Drop 'using namespace ::std' in dirs [e-p]* | Gabor Kelemen | 1 | -2/+1 |
2023-01-17 | XUnoTunnel->dynamic_cast in ZipPackageEntry | Noel Grandin | 9 | -85/+52 |
2023-01-17 | XUnoTunnel->dynamic_cast in ZipPackage | Noel Grandin | 1 | -11/+0 |