summaryrefslogtreecommitdiff
path: root/gzlib.c
AgeCommit message (Expand)Author
2020-09-16Move gzclose() to gzlib.c. Modern linkers should be smart enough to link it i...Nathan Moinvaziri
2020-09-14Allocate gzlib/gzread/gzwrite structs and in/out buffers using zng_allocHans Kristian Rosbach
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-06-20Fixed casting warningsPavel P
2020-06-16Remove Borland C++ compiler referencesDon
2020-06-08For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...Nathan Moinvaziri
2020-06-08Clean up windows defines, use _WIN32Pavel P
2019-10-22Avoid adding empty gzip member after gzflush with Z_FINISH.Mark Adler
2019-01-15Avoid a conversion error in gzseek when off_t type too small.Mark Adler
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-25Type cleanup...Mika Lindqvist
2017-02-13zlib 1.2.11Mark Adler
2017-02-09Avoid warnings on snprintf() return value.Mark Adler
2017-02-09zlib 1.2.9Mark Adler
2017-02-06Clean up gz* function return values.Mark Adler
2017-01-30local -> staticMika Lindqvist
2016-04-26Fix gzseek() problem on MinGW due to buggy _lseeki64 there.Mark Adler
2015-12-14Type cleanup.Mika Lindqvist
2015-11-25Fix creating shared library under MSYS64.Mika Lindqvist
2015-11-03Compile the gzopen_w() function when __CYGWIN__ defined.Mark Adler
2015-11-03Assure that gzoffset() is correct when appending.Mark Adler
2015-11-03Improve speed of gzprintf() in transparent mode.Mark Adler
2015-05-25Style cleanup for gzfile codeHans Kristian Rosbach
2015-05-12Convert remaining K&R function declarations to ANSI-C declarations.Hans Kristian Rosbach
2015-05-12Enable gzopen_w for CygwinMika Lindqvist
2015-05-11Remove UNDER_CE: Windows CE is old.Daniel Axtens
2015-05-07Fix building under Cygwin.Mika Lindqvist
2014-10-18Rewrite K&R-style function prototypes to ANSI-C-style.hansr
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
2013-03-24zlib 1.2.7.1Mark Adler
2013-03-24Add casts and consts to ease user conversion to C++.Mark Adler
2012-08-13Clean up the usage of z_const and respect const usage within zlib.Mark Adler
2012-05-22Fix bug in 'F' mode for gzopen().Mark Adler
2012-05-02Replace use of unsafe string functions with snprintf if available.Mark Adler
2012-03-18Attempt to convert the wchar_t path in gzopen_w() for errors.Mark Adler
2012-03-18Fix syntax error in gzlib.c.Mark Adler
2012-03-18More fixes for gzopen_w().Mark Adler
2012-03-17Fix gzopen_w() type and add #include for the type.Mark Adler
2012-03-16Add gzopen_w() in Windows for wide character path names.Mark Adler
2012-03-10Update copyright years in gzlib.c.Mark Adler
2012-03-10Avoid warnings when O_CLOEXEC or O_EXCL are not defined.Mark Adler
2012-03-04Make sure that O_EXCL is used portably.Mark Adler
2012-03-03Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen().Mark Adler
2011-12-18Do not use _lseeki64 under Borland C++ [Truta].Mark Adler
2011-12-11Fix gzeof() to behave just like feof() when read is not past end of file.Mark Adler
2011-10-02Add a transparent write mode to gzopen() when 'T' is in the mode.Mark Adler