summaryrefslogtreecommitdiff
path: root/infback.c
AgeCommit message (Expand)Author
2021-06-04Use SET_BAD macro in inflateBack.Nathan Moinvaziri
2020-10-09Fixed left shift ubsan warning in PULLBYTE.Nathan Moinvaziri
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-23Reintroduce support for ZLIB_CONST in compat mode. (#704)Mika Lindqvist
2020-07-10Fixed chunksize not being initialized when using inflateBack.Nathan Moinvaziri
2020-06-09Use standard int types in zlib-ng api.Nathan Moinvaziri
2020-02-07Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri
2019-08-08Remove syntax, whitespace and comment differences between inflate.cHans Kristian Rosbach
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
2018-12-18bug #117: speed up inflate_fastSebastian Pop
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika 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-02-16Type cleanup...Mika Lindqvist
2017-02-09zlib 1.2.9Mark Adler
2017-01-31Clean up type conversions.Mark Adler
2017-01-31Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.Mika Lindqvist
2017-01-30local -> staticMika Lindqvist
2015-12-14Type cleanup.Mika Lindqvist
2015-06-05Revert "Replace 'unsigned long' with most suitable fixed-size type."Hans Kristian Rosbach
2015-05-25Style cleanup for inflate codeHans Kristian Rosbach
2015-05-23Replace 'unsigned long' with most suitable fixed-size type.Mika Lindqvist
2015-05-22Replace (void *)0 with NULL.Mika Lindqvist
2015-05-22Replace unsigned short with uint16_tHans Kristian Rosbach
2015-05-13z_const -> constDaniel Axtens
2015-05-12Convert remaining K&R function declarations to ANSI-C declarations.Hans Kristian Rosbach
2015-05-12Remove support for compiling with Z_SOLO.Hans Kristian Rosbach
2015-04-26Cleanup: Replace 'z_streamp' with 'z_stream *'Hans Kristian Rosbach
2015-04-26Cleanup: Replace 'voidp' with 'void *'Hans Kristian Rosbach
2015-04-26Use memcpy, memcmp and memzero directlyHans Kristian Rosbach
2014-10-18Rewrite K&R-style function prototypes to ANSI-C-style.hansr
2014-10-18Remove FAR variants of voidpfhansr
2014-10-12Remove workarounds for non-ANSI-C compatible compilers (Part 2)hansr
2014-10-09Remove FAR definitionhansr
2012-08-13Clean up the usage of z_const and respect const usage within zlib.Mark Adler
2011-12-18zlib 1.2.5.2Mark Adler
2011-11-27Remove code from inflate.c and infback.c that is impossible to execute.Mark Adler
2011-10-07Add a ./config --solo option to make zlib subset with no libary useMark Adler
2011-09-09zlib 1.2.3.5Mark Adler
2011-09-09zlib 1.2.3.4Mark Adler
2011-09-09zlib 1.2.3.3Mark Adler
2011-09-09zlib 1.2.2.4Mark Adler
2011-09-09zlib 1.2.2.2Mark Adler
2011-09-09zlib 1.2.2.1Mark Adler
2011-09-09zlib 1.2.2Mark Adler
2011-09-09zlib 1.2.1.2Mark Adler
2011-09-09zlib 1.2.0.5Mark Adler
2011-09-09zlib 1.2.0.4Mark Adler