summaryrefslogtreecommitdiff
path: root/inflate.c
AgeCommit message (Expand)Author
2021-12-24COMP: Fix data loss warningJon Haitz Legarreta GorroƱo
2021-06-21Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri
2020-10-24Small formatting changes in inflate.c, inflate.h and inffast.cHans Kristian Rosbach
2020-10-24inflate: add SET_BAD macro, to make inflate.c a little cleaner.Hans Kristian Rosbach
2020-10-09Fix incorrect inflateSyncPoint() return value with DFLTCCIlya Leoshkevich
2020-10-09Avoid shifts of negative values inflateMark().Mark Adler
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-08-27Rename table headers with tbl suffix.Nathan Moinvaziri
2020-08-20Harmonize the CPU architecture preprocessor definitions.Nathan Moinvaziri
2020-06-28Only calculate inflate chunk size once and store it for future use for perfor...Nathan Moinvaziri
2020-06-28Split memcopy by architecture.Nathan Moinvaziri
2020-06-09Use standard int types in zlib-ng api.Nathan Moinvaziri
2020-05-30Use a constant to load adler-32 initial hash value.Nathan Moinvaziri
2020-05-01Standardize fill_window implementations and abstract out slide_hash_neon for ...Nathan Moinvaziri
2020-02-07Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri
2019-10-22Don't bother computing check value after successful inflateSync().Mark Adler
2019-09-21Unify detection of ARM getauxval code availability.Hans Kristian Rosbach
2019-09-04Changes to support compilation with MSVC ARM & ARM64 (#386)Nathan Moinvaziri
2019-08-08Remove BUILDFIXED and MAKEFIXED. (#375)Hans Kristian Rosbach
2019-08-08Remove syntax, whitespace and comment differences between inflate.cHans Kristian Rosbach
2019-08-08Remove old zlib artifacts (#345)Nathan Moinvaziri
2019-08-06Deduplicate inflate's fixedtables(), and no longer inline the inffixed tables.Hans Kristian Rosbach
2019-08-06Deduplicate common inflate/inflatefast/inflateBack macros into inflate_p.hHans Kristian Rosbach
2019-07-18Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (...Nathan Moinvaziri
2019-05-23Add support for IBM Z hardware-accelerated deflateIlya Leoshkevich
2019-05-23Introduce inflate and deflate hooksIlya Leoshkevich
2019-05-23Introduce inflate_ensure_window, make bi_reverse and flush_pending ZLIB_INTERNALIlya Leoshkevich
2019-03-21use chunkcopysafe and chunkmemsetsafe under INFFAST_CHUNKSIZE from inflateSebastian Pop
2019-03-21factor out codeSebastian Pop
2019-03-01ARM: check cpu feature once at init timeSebastian Pop
2019-01-15Don't compute check value for raw inflate if asked to validate.Mark Adler
2018-12-18bug #117: speed up inflate_fastSebastian Pop
2018-12-13Handle case where inflateSync used when header never processed.Mark Adler
2018-12-13Zlib patch: prevent uninitialized use of state->checkSebastian Pop
2018-09-20fix #187: remove errors exposed by undefined behavior sanitizerSebastian Pop
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist
2018-03-14Fix build on ARM and gcc 4.x.Mika Lindqvist
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2018-01-31Add function prefix (zng_) to all exported functions to allow zlib-ngHans Kristian Rosbach
2017-09-21[Issue #126] Fix implicit cast from unsigned char to int.Mika Lindqvist
2017-05-03Lazily initialize functable members. (#108)Mika Lindqvist
2017-04-24- Add adler32 to functableHans Kristian Rosbach
2017-03-29inflate: improve performance of memory copy operationsSebastian Pop
2017-03-24Inflate using wider loads and stores and a minimum of branches. (#95)Simon Hosie
2017-02-09zlib 1.2.9Mark Adler
2017-02-07Use a uniform approach for the largest value of an unsigned type.Mark Adler
2017-02-01Do a more thorough check of the state for every stream call.Mark Adler
2017-02-01Add inflateCodesUsed() functionHans Kristian Rosbach
2017-01-31Clean up type conversions.Mark Adler