summaryrefslogtreecommitdiff
path: root/package/source/zipapi/Inflater.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-16loplugin:unusedfieldsNoel Grandin1-8/+1
2024-08-28cid#1618667 Uninitialized pointer fieldCaolán McNamara1-1/+2
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin1-0/+108
2021-07-31Use ZLIB_CONST to avoid const_castMike Kaganski1-1/+1
2021-07-31getArray->getConstArray in packageNoel Grandin1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin1-2/+1
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin1-12/+11
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-3/+3
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-1/+0
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-04-03package: sal_Bool->boolNoel Grandin1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-4/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-0/+4
2012-04-13gbuildize internal zlibCaolán McNamara1-4/+0
2012-02-17remove dodgy header-guardsCaolán McNamara1-2/+0
2012-02-16drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara1-2/+2
2012-02-15these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara1-2/+2
2011-11-27remove include of pch header from packageNorbert Thiebaud1-2/+0
2011-08-26convert package to gbuildMatúš Kukan1-1/+1
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud1-2/+2
2011-03-29Namespace ZipUtils for the Inflater / Deflater classes.Jan Holesovsky1-0/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-07-30CWS-TOOLING: integrate CWS fwk114Jens-Heiner Rechtien1-8/+19
2008-06-20INTEGRATION: CWS fwk88 (1.15.8); FILE MERGEDRüdiger Timm1-86/+1
2008-04-10INTEGRATION: CWS changefileheader (1.14.56); FILE MERGEDRüdiger Timm1-25/+18
2006-09-17INTEGRATION: CWS pchfix02 (1.13.12); FILE MERGEDOliver Bolte1-2/+5
2006-06-20INTEGRATION: CWS warnings01 (1.12.4); FILE MERGEDJens-Heiner Rechtien1-9/+2
2005-09-08INTEGRATION: CWS ooo19126 (1.11.114); FILE MERGEDRüdiger Timm1-47/+21
2003-12-17INTEGRATION: CWS geordi2q11 (1.10.94); FILE MERGEDVladimir Glazounov1-2/+28
2001-11-15#94679# remove throw specificationMartin Gallwey1-18/+2
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey1-30/+28
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey1-27/+12
2001-04-19misc code clean upsMartin Gallwey1-5/+13
2001-03-07#84734# Restrict the number of bytes read from a compressed stream when check...Martin Gallwey1-5/+9
2000-12-19many optimisations and memory leaks due to circular references fixed! An alto...Martin Gallwey1-3/+3
2000-12-13This rather enormous commit has the following features:Martin Gallwey1-5/+8
2000-11-21Removed reliance on the tools/debug stuffMartin Gallwey1-6/+6
2000-11-16Fixed some problems with the bufferingMartin Gallwey1-6/+6
2000-11-13Initial Revision :DMartin Gallwey1-0/+268