summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Permit stronger flushes after Z_BLOCK flushes.Mark Adler2011-12-281-1/+4
* Update win32/Makefile.gcc to build test/*.c [Truta].Mark Adler2011-12-231-2/+6
* Update AS400 build files and documentation [Monnerat].Mark Adler2011-12-193-22/+41
* Remove old/visualc6 given CMakefile and other alternatives.Mark Adler2011-12-185-1309/+0
* Update win32/Makefile.msc to build test/*.c [Truta].Mark Adler2011-12-181-0/+3
* Do not use _lseeki64 under Borland C++ [Truta].Mark Adler2011-12-181-1/+1
* Restore gzgetc function for binary compatibility.Mark Adler2011-12-187-5/+16
* Change version numbers to 1.2.5.3.Mark Adler2011-12-1819-35/+38
* zlib 1.2.5.2v1.2.5.2Mark Adler2011-12-187-8/+57
* Remove hard-coding of resource compiler in CMakeLists.txt [Blammo]Mark Adler2011-12-171-1/+1
* Document gzread() capability to read concurrently written files.Mark Adler2011-12-142-3/+17
* Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF.Mark Adler2011-12-132-3/+3
* Fix bug in gzread.c when end-of-file is reached.Mark Adler2011-12-111-1/+1
* Fix gzeof() to behave just like feof() when read is not past end of file.Mark Adler2011-12-113-10/+19
* 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