summaryrefslogtreecommitdiff
path: root/tools/source/zcodec
AgeCommit message (Expand)Author
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann
2021-05-11fix leak in ZCodecNoel Grandin
2021-03-14loplugin:unusedmethodsNoel
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN
2019-10-11ofz#14989 Z_NEED_DICT related infinite loopCaolán McNamara
2019-10-11drop PZSTREAM defineCaolán McNamara
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara
2016-10-07don't call inflateEnd if inflateInit failedDavid Tardon
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2016-01-07Avoid memory leaks upon (de)compression failureStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-21valgrind: use of uninit data in sw_globalfilter testCaolán McNamara
2015-07-07-1 -> Z_ERRNO for clarityCaolán McNamara
2015-07-06only inflate if status from InitDecompress is goodCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2014-11-11There are three positive return codes from inflateCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann
2014-05-21Add assertionStephan Bergmann
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann
2014-05-21A single ZCodec ctor sufficesStephan Bergmann