summaryrefslogtreecommitdiff
path: root/tools/source/stream
AgeCommit message (Expand)Author
2022-08-28cid#1500491 silence Untrusted loop boundCaolán McNamara
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák
2022-05-16no need to stat a dir when opening a temporary fileNoel Grandin
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-03-06ofz: Use-of-uninitialized-valueCaolán McNamara
2022-02-28cid#1500555 try +taint_sanitize instead of -taint_sourceCaolán McNamara
2022-02-24cid#1500555 try -taint_source function annotation tag on function bodyCaolán McNamara
2022-02-23cid#1500555 try -taint_source function annotation tagCaolán McNamara
2022-02-21cid#1500555 silence Untrusted loop boundCaolán McNamara
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-27osl::Mutex->std::mutex in lockFileNoel Grandin
2021-12-10Make BOM detection slightly more straightforwardMike Kaganski
2021-11-19rtl::Static->thread-safe static in toolsNoel Grandin
2021-08-11Deduplicate number read/writeMike Kaganski
2021-07-29rtl::Static -> static localNoel Grandin
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2021-06-21make SvFileStream::FlushData __actually__ flush to diskNoel Grandin
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin
2021-06-19use more TellEnd()Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl
2021-03-24cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17simplify checkSeek()Noel Grandin
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-06loplugin:flatten in toolsNoel Grandin
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-17loplugin:redundantcast (size_t vs. std::size_t)Stephan Bergmann
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-10-21-fsanitize=nullptr-with-nonzero-offsetStephan Bergmann
2019-10-09tools: don't leave SvStream::m_nBufFilePos pointing beyond the endMichael Stahl
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-12Fix typosAndrea Gelmini
2019-07-18cid#1448224 Unchecked return valueCaolán McNamara
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl