summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zlib 1.2.6v1.2.6Mark Adler2012-01-296-7/+31
* Correct in zlib.map when deflateResetKeep was added.Mark Adler2012-01-291-4/+1
* Use the -m option on ldconfig for BSD systems [Tobias].Mark Adler2012-01-291-1/+4
* Have gzputc return the character written instead of the argument.Mark Adler2012-01-291-2/+2
* Exit when required parameters not provided to win32/Makefile.gcc.Mark Adler2012-01-291-0/+4
* Add the generation of configure.log by ./configure.Mark Adler2012-01-282-101/+160
* Add an --enable-demos option to contrib/minizip/configure.Jonathan Nieder2012-01-212-0/+14
* Add support for VPATH builds in contrib/minizip.Jonathan Nieder2012-01-211-2/+7
* Add missing libs to minizip linker command.Jonathan Nieder2012-01-211-0/+1
* Add -I../.. -L../.. to CFLAGS for minizip and miniunzip.Jonathan Nieder2012-01-211-1/+1
* Remove trailing space in contrib/minizip/minizip.c.Mark Adler2012-01-211-1/+1
* Avoid some warnings in contrib/minizip [Vollant].Mark Adler2012-01-211-2/+2
* Protect for long name and extra fields in contrib/minizip [Vollant].Mark Adler2012-01-211-7/+17
* Fix bug when compiling minizip with C++ [Vollant].Mark Adler2012-01-211-0/+6
* Minor cleanup up contrib/minizip/unzip.c [Vollant].Mark Adler2012-01-211-1/+1
* Avoid warning for no encryption in contrib/minizip/zip.c [Vollant].Mark Adler2012-01-211-0/+1
* Make version explicit in contrib/minizip/configure.ac [Bosmans].Mark Adler2012-01-201-1/+1
* Include io.h for Turbo C / Borland C on all platforms [Truta].Mark Adler2012-01-181-1/+1
* Correct suggested usages in win32/Makefile.msc [שחר, Horvath].Mark Adler2012-01-161-2/+2
* Fix compilation of contrib/minizip on FreeBSD [Márquez].Mark Adler2012-01-161-0/+5
* Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes].Mark Adler2012-01-161-3/+5
* Fix CMakeLists.txt for cross compilation [McClure].Mark Adler2012-01-161-1/+10
* Have ./configure use the compiler return code for error indication.Mark Adler2012-01-161-14/+30
* Fix large-entry detection in minizip on 64-bit systems [Schiffer].Mark Adler2012-01-163-5/+7
* Fix configure.ac for contrib/minizip [Schiffer].Mark Adler2012-01-161-1/+1
* Fix function numbers for gzgetc_ in zlibvc.def files.Mark Adler2012-01-162-2/+2
* Update the Pascal interface in contrib/pascal.Mark Adler2012-01-161-0/+38
* Change version number to 1.2.6.Mark Adler2012-01-1619-43/+46
* zlib 1.2.5.3v1.2.5.3Mark Adler2012-01-154-7/+19
* Make sure that no extra inserting is done if the strategy changes.Mark Adler2012-01-141-0/+3
* Insert the first two strings in the hash table after a flush.Mark Adler2012-01-132-3/+22
* Write out all of the available bits when using Z_BLOCK.Mark Adler2012-01-073-6/+19
* Remove second empty static block for Z_PARTIAL_FLUSH.Mark Adler2012-01-072-25/+0
* Allow deflatePrime() to insert bits in the middle of a stream.Mark Adler2012-01-074-13/+26
* Permit Z_NULL arguments to deflatePending.Mark Adler2011-12-292-3/+6
* Avoid extraneous empty blocks when doing empty flushes.Mark Adler2011-12-291-10/+35
* 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