summaryrefslogtreecommitdiff
path: root/zconf.h.in
Commit message (Expand)AuthorAgeFilesLines
* Don't try to include unistd.h on Windows with LLVM.Mark Adler2022-10-091-3/+10
* Add new crc32 functions to z_ prefix defines.Mark Adler2022-10-051-0/+3
* Add WIN32_LEAN_AND_MEAN for windows.h include.Mark Adler2022-10-051-0/+3
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-4/+12
* Make z_size_t unsigned long for non-standard C.Mark Adler2016-12-311-3/+7
* Avoid the need for ssize_t.Mark Adler2016-12-311-11/+0
* Use intptr_t for z_ssize_t on MSVC.Mark Adler2016-12-301-1/+6
* Fix init macros to use z_ prefix when requested.Mark Adler2016-12-301-1/+6
* Fix compile option for when z_size_t needs to be a long long.Mark Adler2016-12-041-0/+2
* Create z_size_t and z_ssize_t types.Mark Adler2016-12-041-0/+15
* Minor edits to the documentation in source file contents.Mark Adler2016-12-041-1/+1
* Remove dummy structure declarations for old buggy compilers.Mark Adler2016-09-211-5/+0
* Do not force Z_CONST for C++.Mark Adler2013-04-281-1/+1
* Change check for a four-byte type back to hexadecimal.Mark Adler2013-04-131-3/+3
* zlib 1.2.7.1v1.2.7.1Mark Adler2013-03-241-1/+1
* Add casts and consts to ease user conversion to C++.Mark Adler2013-03-241-1/+1
* Clean up the addition of gzvprintf.Mark Adler2013-03-231-0/+1
* Remove runtime check in configure for four-byte integer type.Mark Adler2013-03-231-11/+5
* Add gzvprintf() as an undocumented function in zlib.Mark Adler2013-03-221-0/+6
* Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h.Mark Adler2013-02-241-2/+2
* Add _tr_flush_bits to the external symbols prefixed by --zprefix.Mark Adler2013-02-231-0/+1
* Add inflateGetDictionary() function.Mark Adler2012-05-261-0/+1
* Avoid including stddef.h on Windows for Z_SOLO compile [Niessink].Mark Adler2012-05-031-1/+3
* Fix type mismatch between get_crc_table() and crc_table.Mark Adler2012-04-291-0/+23
* More fixes for gzopen_w().Mark Adler2012-03-181-0/+4
* Add gzopen_w() in Windows for wide character path names.Mark Adler2012-03-161-0/+3
* Make sure that unistd.h is included before using _LFS64_LARGEFILE.Mark Adler2012-03-141-14/+16
* Repair some damage caused by -Wundef allowance.Mark Adler2012-03-141-5/+5
* Allow the use of -Wundef when compiling or using zlib.Mark Adler2012-03-131-6/+14
* Avoid using __int64 for gcc or solo compilation.Mark Adler2012-02-201-3/+3
* Use __WATCOMC__ instead of __WATCOM__.Mark Adler2012-02-181-1/+1
* Include unistd.h for Watcom C.Mark Adler2012-02-181-0/+3
* Restore gzgetc_ for backward compatibility with 1.2.6.Mark Adler2012-02-181-0/+1
* Expunge gzgetc_ from configuration files.Mark Adler2012-02-131-1/+0
* zlib 1.2.6.1v1.2.6.1Mark Adler2012-02-121-1/+1
* Put gzflags() functionality back in zutil.c.Mark Adler2012-02-011-1/+0
* Include gz_header definition when compiling zlib solo.Mark Adler2012-02-011-5/+3
* Enable dictionary setting in middle of stream, and keeping the dictionary.Mark Adler2011-12-081-0/+1
* Change ON macro to Z_ARG to avoid application conflicts.Mark Adler2011-11-131-3/+3
* Add #define ZLIB_CONST option to use const in the z_stream interface.Mark Adler2011-10-181-0/+6
* Add undocumented inflateResetKeep() function for CAB file decoding.Mark Adler2011-10-071-0/+1
* Add a ./config --solo option to make zlib subset with no libary useMark Adler2011-10-071-46/+60
* Merge vestigial vsnprintf determination from zutil.h to gzguts.h.Mark Adler2011-10-021-8/+2
* Always add large file support for windowsTor Lillqvist2011-10-011-1/+5
* zlib 1.2.5.1v1.2.5.1Mark Adler2011-09-111-2/+20
* zlib 1.2.4.5v1.2.4.5Mark Adler2011-09-091-4/+0
* zlib 1.2.4.4v1.2.4.4Mark Adler2011-09-091-1/+11
* zlib 1.2.4.3v1.2.4.3Mark Adler2011-09-091-1/+7
* zlib 1.2.4.2v1.2.4.2Mark Adler2011-09-091-1/+4
* zlib 1.2.4.1v1.2.4.1Mark Adler2011-09-091-5/+2