606 Commits (bd9c329c1055a9265812352655ed2eec93f36e92)
 

Author SHA1 Message Date
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
Mark Adler acfc85772a Change gzgetc() to a macro for speed (~40% speedup in testing). 13 years ago
Mark Adler 8e0d212910 Simplify gzseek() now that raw after gzip is ignored. 13 years ago
Mark Adler 50e440f081 Allow gzrewind() and gzseek() after a premature end-of-file. 13 years ago
Mark Adler 5ad116abda Allow gzread() and related to continue after gzclearerr(). 13 years ago
Mark Adler a9ae24b653 Change gzread() and related to ignore junk after gzip streams. 13 years ago
Mark Adler 8824da8f01 Correct error in comment for gz_make(). 13 years ago
Mark Adler 0a81dc026c Fix bug in gzgets() for a concatenated empty gzip stream. 13 years ago
Mark Adler f32370e542 Correct spelling error in gzread.c 13 years ago
Mark Adler 1f5827155d Update python link in README 13 years ago
Mark Adler 1250ac745d Add assertions to fill_window() in deflate.c to match comments. 13 years ago
Mark Adler 5cf0930ba5 Assure that high-water mark initialization is always applied in deflate. 13 years ago
Mark Adler faa03d5141 Avoid searching past window for Z_RLE strategy. 13 years ago
Mike Frysinger ae1de165d7 use relative symlinks for shared libs 13 years ago
Mark Adler 06223a362e Add .gitignore [Frysinger] 13 years ago
Török Edwin d07d852bb4 fix ld error: unable to find version dependency `ZLIB_1.2.5' 13 years ago
Mark Adler d6cbbd5c64 Change version numbers to 1.2.5.2 and release dates 13 years ago
Mark Adler 10daf0d4d7 zlib 1.2.5.1 13 years ago
Mark Adler 9712272c78 zlib 1.2.5 13 years ago
Mark Adler 7301420248 zlib 1.2.4.5 13 years ago
Mark Adler a7d70663cf zlib 1.2.4.4 13 years ago