summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not set strm->adler when doing raw inflate.Mark Adler2011-12-101-1/+2
* Have inflate() with Z_FINISH avoid the allocation of a window.Mark Adler2011-12-102-10/+16
* Fix gzwrite.c to accommodate reduced memory zlib compilation.Mark Adler2011-12-102-1/+8
* Enable dictionary setting in middle of stream, and keeping the dictionary.Mark Adler2011-12-0812-50/+109
* Clean up infcover.c.Mark Adler2011-11-301-11/+9
* Test the inflate code with full coverage.Mark Adler2011-11-273-0/+687
* Remove code from inflate.c and infback.c that is impossible to execute.Mark Adler2011-11-272-2/+0
* Simplify incomplete code table filling in inflate_table().Mark Adler2011-11-271-32/+8
* Move example.c and minigzip.c to test/.Mark Adler2011-11-2719-52/+45
* Include io.h for Turbo C / Borland C++.Mark Adler2011-11-211-0/+4
* Facilitate compilation with Borland C++ for pragmas and vsnprintf.Mark Adler2011-11-192-1/+7
* Change ON macro to Z_ARG to avoid application conflicts.Mark Adler2011-11-134-10/+10
* Split off AR options in Makefile.in and configure.Mark Adler2011-11-132-7/+11
* Add files in contrib/minizip to aid in building libminizip.Mark Adler2011-11-133-0/+52
* Note behavior of uncompress() to provide as much data as it can.Mark Adler2011-10-231-1/+3
* Add comment to gzdopen() in zlib.h to use dup() when using fileno().Mark Adler2011-10-201-1/+5
* Add #define ZLIB_CONST option to use const in the z_stream interface.Mark Adler2011-10-184-2/+20
* Fix indentation of code in inflate.c.Mark Adler2011-10-091-1/+1
* Add --cover option to ./configure for gcc coverage testing.Mark Adler2011-10-093-1/+12
* Move example.c and minigzip.c to examples/ directory.Mark Adler2011-10-095-9/+22
* Add undocumented inflateResetKeep() function for CAB file decoding.Mark Adler2011-10-0711-12/+35
* Add a ./config --solo option to make zlib subset with no libary useMark Adler2011-10-0713-195/+537
* Get inffixed.h and MAKEFIXED result to match.Mark Adler2011-10-052-5/+5
* Update python link in zlib man page.Mark Adler2011-10-022-1/+1
* Add a transparent write mode to gzopen() when 'T' is in the mode.Mark Adler2011-10-025-39/+82
* Correct documentation of gzdirect() since junk at end now ignored.Mark Adler2011-10-021-3/+1
* Clarify how gzopen() appends in zlib.h comments.Mark Adler2011-10-021-0/+7
* Merge vestigial vsnprintf determination from zutil.h to gzguts.h.Mark Adler2011-10-0214-91/+111
* Update zconf.h.cmakein on make distclean.Mark Adler2011-10-021-4/+7
* Include zconf.h.cmakein for windows large file support.Mark Adler2011-10-011-1/+5
* Include zconf.h for windows large file support.Mark Adler2011-10-011-1/+5
* Always add large file support for windowsTor Lillqvist2011-10-014-4/+17
* Update copyright dates on gz* source files.Mark Adler2011-09-303-3/+3
* Fix gzclose() to return the actual error last encountered.Mark Adler2011-09-302-6/+9
* Change gzgetc() to a macro for speed (~40% speedup in testing).Mark Adler2011-09-265-91/+119
* Simplify gzseek() now that raw after gzip is ignored.Mark Adler2011-09-263-6/+4
* Allow gzrewind() and gzseek() after a premature end-of-file.Mark Adler2011-09-261-2/+3
* Allow gzread() and related to continue after gzclearerr().Mark Adler2011-09-262-179/+93
* Change gzread() and related to ignore junk after gzip streams.Mark Adler2011-09-242-6/+15
* Correct error in comment for gz_make().Mark Adler2011-09-241-1/+1
* Fix bug in gzgets() for a concatenated empty gzip stream.Mark Adler2011-09-241-6/+6
* Correct spelling error in gzread.cMark Adler2011-09-241-1/+1
* Update python link in READMEMark Adler2011-09-231-1/+1
* Add assertions to fill_window() in deflate.c to match comments.Mark Adler2011-09-221-0/+5
* Assure that high-water mark initialization is always applied in deflate.Mark Adler2011-09-221-1/+1
* Avoid searching past window for Z_RLE strategy.Mark Adler2011-09-221-3/+4
* use relative symlinks for shared libsMike Frysinger2011-09-111-2/+2
* Add .gitignore [Frysinger]Mark Adler2011-09-111-0/+19
* fix ld error: unable to find version dependency `ZLIB_1.2.5'Török Edwin2011-09-111-1/+1
* Change version numbers to 1.2.5.2 and release datesMark Adler2011-09-1119-39/+42