126 Commits (19761b8506f15d6eeeb6ccfab33a11abce0f40e7)
 

Author SHA1 Message Date
Mark Adler 19761b8506 Permit Z_NULL arguments to deflatePending. 13 years ago
Mark Adler 9d55abc969 Avoid extraneous empty blocks when doing empty flushes. 13 years ago
Mark Adler f1ebdd6a9c Permit stronger flushes after Z_BLOCK flushes. 13 years ago
Mark Adler bafcad9028 Update win32/Makefile.gcc to build test/*.c [Truta]. 13 years ago
Mark Adler b745a48f41 Update AS400 build files and documentation [Monnerat]. 13 years ago
Mark Adler a8bd629c4e Remove old/visualc6 given CMakefile and other alternatives. 13 years ago
Mark Adler 7de4b03b38 Update win32/Makefile.msc to build test/*.c [Truta]. 13 years ago
Mark Adler e7289ed5f7 Do not use _lseeki64 under Borland C++ [Truta]. 13 years ago
Mark Adler 3d85f02a09 Restore gzgetc function for binary compatibility. 13 years ago
Mark Adler df60b50769 Change version numbers to 1.2.5.3. 13 years ago
Mark Adler fe61dfb8a2 zlib 1.2.5.2 13 years ago
Mark Adler 4ab814df83 Remove hard-coding of resource compiler in CMakeLists.txt [Blammo] 13 years ago
Mark Adler 2556706d67 Document gzread() capability to read concurrently written files. 13 years ago
Mark Adler 850a198ff1 Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF. 13 years ago
Mark Adler 377173b57e Fix bug in gzread.c when end-of-file is reached. 13 years ago
Mark Adler 98f5779f42 Fix gzeof() to behave just like feof() when read is not past end of file. 13 years ago
Mark Adler 70e3b1ca56 Do not set strm->adler when doing raw inflate. 13 years ago
Mark Adler 421c7a61f0 Have inflate() with Z_FINISH avoid the allocation of a window. 13 years ago
Mark Adler fb00fda903 Fix gzwrite.c to accommodate reduced memory zlib compilation. 13 years ago
Mark Adler afe7cf78d5 Enable dictionary setting in middle of stream, and keeping the dictionary. 13 years ago
Mark Adler fbac04f666 Clean up infcover.c. 13 years ago
Mark Adler 014967ace3 Test the inflate code with full coverage. 13 years ago
Mark Adler de32a2d749 Remove code from inflate.c and infback.c that is impossible to execute. 13 years ago
Mark Adler 383d2cdab7 Simplify incomplete code table filling in inflate_table(). 13 years ago
Mark Adler 1b57de3aef Move example.c and minigzip.c to test/. 13 years ago
Mark Adler 0cbad869b0 Include io.h for Turbo C / Borland C++. 13 years ago
Mark Adler 15b5671b78 Facilitate compilation with Borland C++ for pragmas and vsnprintf. 13 years ago
Mark Adler 6715208bdb Change ON macro to Z_ARG to avoid application conflicts. 13 years ago
Mark Adler d169dd7300 Split off AR options in Makefile.in and configure. 13 years ago
Mark Adler 9e50ed8ef1 Add files in contrib/minizip to aid in building libminizip. 13 years ago
Mark Adler e8576790be Note behavior of uncompress() to provide as much data as it can. 13 years ago
Mark Adler 6dbf1d1026 Add comment to gzdopen() in zlib.h to use dup() when using fileno(). 13 years ago
Mark Adler 5ab9f47745 Add #define ZLIB_CONST option to use const in the z_stream interface. 13 years ago
Mark Adler 5b48d061c8 Fix indentation of code in inflate.c. 13 years ago
Mark Adler d66a307941 Add --cover option to ./configure for gcc coverage testing. 13 years ago
Mark Adler 1bd2fa1b24 Move example.c and minigzip.c to examples/ directory. 13 years ago
Mark Adler 77b47d55f1 Add undocumented inflateResetKeep() function for CAB file decoding. 13 years ago
Mark Adler f442c1e89e Add a ./config --solo option to make zlib subset with no libary use 13 years ago
Mark Adler 518ad0177a Get inffixed.h and MAKEFIXED result to match. 13 years ago
Mark Adler af030e4273 Update python link in zlib man page. 13 years ago
Mark Adler 26a99cd895 Add a transparent write mode to gzopen() when 'T' is in the mode. 13 years ago
Mark Adler 3c9d261809 Correct documentation of gzdirect() since junk at end now ignored. 13 years ago
Mark Adler be959acf80 Clarify how gzopen() appends in zlib.h comments. 13 years ago
Mark Adler 00c836e325 Merge vestigial vsnprintf determination from zutil.h to gzguts.h. 13 years ago
Mark Adler 0956bd23dd Update zconf.h.cmakein on make distclean. 13 years ago
Mark Adler 34538d8a93 Include zconf.h.cmakein for windows large file support. 13 years ago
Mark Adler 64eccafa78 Include zconf.h for windows large file support. 13 years ago
Tor Lillqvist 7142fcfeed Always add large file support for windows 13 years ago
Mark Adler a4f7c65374 Update copyright dates on gz* source files. 13 years ago
Mark Adler 8768ba98af Fix gzclose() to return the actual error last encountered. 13 years ago