summaryrefslogtreecommitdiff
path: root/zconf.h
AgeCommit message (Expand)Author
2022-05-13Port zlib-ng to the Android platformHEADsugisawa-mr1Danny Lin
2015-05-08Move generating zconf.h.cmakein from Makefile.in to CMakeLists.txtMika Lindqvist
2015-05-07Revert "Don't delete SRCDIR/zconf.h when building out of tree"Hans Kristian Rosbach
2015-05-05Don't delete SRCDIR/zconf.h when building out of treeDaniel Axtens
2015-04-26Drop workarounds for WinCE and InterixHans Kristian Rosbach
2014-10-15Remove more workarounds for really old compilershansr
2014-10-15Remove more workarounds for really old compilershansr
2014-10-12Remove workarounds for non-ANSI-C compatible compilers (Part 2)hansr
2014-10-12Remove workarounds for non-ANSI-C compatible compilers (Part 1)hansr
2014-10-09Remove legacy 16-bit workaroundshansr
2014-10-09Remove FAR definitionhansr
2014-10-09Remove code related to older operating systemshansr
2013-04-28Do not force Z_CONST for C++.Mark Adler
2013-04-13Change check for a four-byte type back to hexadecimal.Mark Adler
2013-03-24zlib 1.2.7.1Mark Adler
2013-03-24Add casts and consts to ease user conversion to C++.Mark Adler
2013-03-23Clean up the addition of gzvprintf.Mark Adler
2013-03-23Remove runtime check in configure for four-byte integer type.Mark Adler
2013-03-22Add gzvprintf() as an undocumented function in zlib.Mark Adler
2013-02-24Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h.Mark Adler
2013-02-23Add _tr_flush_bits to the external symbols prefixed by --zprefix.Mark Adler
2012-05-26Add inflateGetDictionary() function.Mark Adler
2012-05-03Avoid including stddef.h on Windows for Z_SOLO compile [Niessink].Mark Adler
2012-04-29Fix type mismatch between get_crc_table() and crc_table.Mark Adler
2012-03-18More fixes for gzopen_w().Mark Adler
2012-03-16Add gzopen_w() in Windows for wide character path names.Mark Adler
2012-03-14Make sure that unistd.h is included before using _LFS64_LARGEFILE.Mark Adler
2012-03-14Repair some damage caused by -Wundef allowance.Mark Adler
2012-03-13Allow the use of -Wundef when compiling or using zlib.Mark Adler
2012-02-20Avoid using __int64 for gcc or solo compilation.Mark Adler
2012-02-18Use __WATCOMC__ instead of __WATCOM__.Mark Adler
2012-02-18Include unistd.h for Watcom C.Mark Adler
2012-02-18Restore gzgetc_ for backward compatibility with 1.2.6.Mark Adler
2012-02-13Expunge gzgetc_ from configuration files.Mark Adler
2012-02-12zlib 1.2.6.1Mark Adler
2012-02-01Put gzflags() functionality back in zutil.c.Mark Adler
2012-02-01Include gz_header definition when compiling zlib solo.Mark Adler
2011-12-08Enable dictionary setting in middle of stream, and keeping the dictionary.Mark Adler
2011-11-13Change ON macro to Z_ARG to avoid application conflicts.Mark Adler
2011-10-18Add #define ZLIB_CONST option to use const in the z_stream interface.Mark Adler
2011-10-07Add undocumented inflateResetKeep() function for CAB file decoding.Mark Adler
2011-10-07Add a ./config --solo option to make zlib subset with no libary useMark Adler
2011-10-02Merge vestigial vsnprintf determination from zutil.h to gzguts.h.Mark Adler
2011-10-01Include zconf.h for windows large file support.Mark Adler
2011-09-11zlib 1.2.5.1Mark Adler
2011-09-09zlib 1.2.4.5Mark Adler
2011-09-09zlib 1.2.4.4Mark Adler
2011-09-09zlib 1.2.4.3Mark Adler
2011-09-09zlib 1.2.4.2Mark Adler
2011-09-09zlib 1.2.4.1Mark Adler