summaryrefslogtreecommitdiff
path: root/uncompr.c
AgeCommit message (Expand)Author
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-08-23Reintroduce support for ZLIB_CONST in compat mode. (#704)Mika Lindqvist
2020-03-17Remove cvs keywordsPavel P
2020-02-07Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist
2018-03-22[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)Mika Lindqvist
2018-02-16[compat] Use unsigned long for size parameters of compress/compressBound/unco...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-02-07Use a uniform approach for the largest value of an unsigned type.Mark Adler
2017-02-02Add uncompress2() function, which returns the input size used.Mark Adler
2017-01-31Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.Mika Lindqvist
2015-12-14Use size_t for total_in and total_out.Mika Lindqvist
2015-12-14Type cleanup.Mika Lindqvist
2015-11-25Type cleanup.Mika Lindqvist
2015-11-03Fix merge errors.Hans Kristian Rosbach
2015-11-03Do not initialize unsigned with -1 in compress.c uncompr.c.Mark Adler
2015-11-03Fix uncompress() to work on lengths more than a maximum unsigned.Mark Adler
2015-05-25Style cleanup for compress/uncompress and longest_match codeHans Kristian Rosbach
2015-05-23Cleanup user-defined types for 'unsigned char'Mika Lindqvist
2015-05-17Kill Byte and BytefDaniel Axtens
2015-05-13z_const -> constDaniel Axtens
2015-05-12Convert remaining K&R function declarations to ANSI-C declarations.Hans Kristian Rosbach
2014-10-16Remove FAR variants of variables ushf, schf, Posf, Bytef, charf,hansr
2014-10-09Remove legacy 16-bit workaroundshansr
2012-08-13Clean up the usage of z_const and respect const usage within zlib.Mark Adler
2011-09-09zlib 1.2.3.6Mark Adler
2011-09-09zlib 1.2.0.5Mark Adler
2011-09-09zlib 1.2.0.2Mark Adler
2011-09-09zlib 1.2.0Mark Adler
2011-09-09zlib 1.1.4Mark Adler
2011-09-09zlib 1.0.9Mark Adler
2011-09-09zlib 1.0.7Mark Adler
2011-09-09zlib 1.0.1Mark Adler
2011-09-09zlib 1.0-preMark Adler
2011-09-09zlib 0.99Mark Adler
2011-09-09zlib 0.94Mark Adler
2011-09-09zlib 0.92Mark Adler
2011-09-09zlib 0.71Mark Adler