summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6)Julien Nabet
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: packageStephan Bergmann
2023-08-28incorrect usage of erase..remove idionNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-18Use getXWeak in packageMike Kaganski
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-04-25expose recovering zips for testingCaolán McNamara
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara
2023-03-30ofz#57529 Integer-overflowCaolán McNamara
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann
2023-03-09cid#1521901 Pointer to local outside scopeCaolán McNamara
2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara
2023-03-09Fix typoAndrea Gelmini
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs
2023-03-01assert that Mutex exists at ctor timeCaolán McNamara
2023-03-01cid#1521559 pass arg as ref to prove no Dereference before null checkCaolán McNamara
2023-02-28flatten OWriteStreamNoel Grandin
2023-02-28no need to allocate OTypeCollection separately in OStorageNoel Grandin
2023-02-28no need to allocate OTypeCollection separately in WSInternalData_ImplNoel Grandin
2023-02-17osl::Mutex->std::mutex in OHierarchyElement_ImplNoel Grandin
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-13Simplify a bitMike Kaganski
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27use more string_view in packageNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1500507 silence Resource leakCaolán McNamara
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-05-25elide some OUString allocationNoel Grandin
2022-05-24use comphelper::ByteReader in XBufferedStreamNoel Grandin
2022-05-20fix OWriteStream implementing XUnoTunnelNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-14reserve space in map in ZipFile::readCENNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-06tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin