Age | Commit message (Expand) | Author |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-18 | Use getXWeak in package | Mike Kaganski |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin |
2023-05-20 | loplugin:unusedmethods | Noel Grandin |
2023-04-25 | expose recovering zips for testing | Caolán McNamara |
2023-04-25 | Resolves: tdf#155005 use of uninitialised value | Caolán McNamara |
2023-04-25 | tdf#155005 fail gracefully on encountering a negative compression value | Caolán McNamara |
2023-03-30 | ofz#57529 Integer-overflow | Caolán McNamara |
2023-03-20 | Missing includes (for std::exception_ptr) | Stephan Bergmann |
2023-03-09 | cid#1521901 Pointer to local outside scope | Caolán McNamara |
2023-03-09 | ofz#56826 Heap-use-after-free | Caolán McNamara |
2023-03-09 | Fix typo | Andrea Gelmini |
2023-03-08 | tdf#82984 tdf#94915 zip64 support (import + export) | Attila Szűcs |
2023-03-01 | assert that Mutex exists at ctor time | Caolán McNamara |
2023-03-01 | cid#1521559 pass arg as ref to prove no Dereference before null check | Caolán McNamara |
2023-02-28 | flatten OWriteStream | Noel Grandin |
2023-02-28 | no need to allocate OTypeCollection separately in OStorage | Noel Grandin |
2023-02-28 | no need to allocate OTypeCollection separately in WSInternalData_Impl | Noel Grandin |
2023-02-17 | osl::Mutex->std::mutex in OHierarchyElement_Impl | Noel Grandin |
2023-02-15 | Drop 'using namespace ::std' in dirs [e-p]* | Gabor Kelemen |
2023-01-17 | XUnoTunnel->dynamic_cast in ZipPackageEntry | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in ZipPackage | Noel Grandin |
2023-01-15 | Merge SvXMLAttributeList to comphelper::AttributeList | Mike Kaganski |
2023-01-13 | Simplify a bit | Mike Kaganski |
2023-01-13 | XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriter | Noel Grandin |
2023-01-09 | use std::this_thread::sleep_for instead of osl equivalent | Arnaud VERSINI |
2022-11-22 | loplugin:unusedfields | Noel Grandin |
2022-10-27 | cid#1242675 Untrusted value as argument | Caolán McNamara |
2022-10-21 | tdf#133767 new service TempFileFastService | Noel Grandin |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | use more string_view in package | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-17 | cid#1500507 silence Resource leak | Caolán McNamara |
2022-07-18 | comphelper::ByteWriter::writeSomeBytes always writes all bytes | Stephan Bergmann |
2022-06-28 | use utl::TempFile directly in package | Noel Grandin |
2022-06-23 | clang-tidy modernize-pass-by-value in package | Noel Grandin |
2022-06-02 | Use more appropriate return type for ThreadPool::getPreferredConcurrency | Stephan Bergmann |
2022-05-25 | elide some OUString allocation | Noel Grandin |
2022-05-24 | use comphelper::ByteReader in XBufferedStream | Noel Grandin |
2022-05-20 | fix OWriteStream implementing XUnoTunnel | Noel Grandin |
2022-05-19 | add ByteWriter to reduce memory copying when writing data | Noel Grandin |
2022-05-17 | elide some OUString allocation | Noel Grandin |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin |
2022-05-14 | reserve space in map in ZipFile::readCEN | Noel Grandin |
2022-05-11 | avoid some OUString construction on some hot paths | Noel Grandin |
2022-05-06 | tdf#121740 reduce cost of OStorage_Impl::GetElementNames | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in package | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |