| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid the use of the Objective-C reserved name "id". | Mark Adler | 2012-01-29 | 1 | -5/+5 |
* | Change version number to 1.2.6.1. | Mark Adler | 2012-01-29 | 20 | -38/+41 |
* | zlib 1.2.6v1.2.6 | Mark Adler | 2012-01-29 | 6 | -7/+31 |
* | Correct in zlib.map when deflateResetKeep was added. | Mark Adler | 2012-01-29 | 1 | -4/+1 |
* | Use the -m option on ldconfig for BSD systems [Tobias]. | Mark Adler | 2012-01-29 | 1 | -1/+4 |
* | Have gzputc return the character written instead of the argument. | Mark Adler | 2012-01-29 | 1 | -2/+2 |
* | Exit when required parameters not provided to win32/Makefile.gcc. | Mark Adler | 2012-01-29 | 1 | -0/+4 |
* | Add the generation of configure.log by ./configure. | Mark Adler | 2012-01-28 | 2 | -101/+160 |
* | Add an --enable-demos option to contrib/minizip/configure. | Jonathan Nieder | 2012-01-21 | 2 | -0/+14 |
* | Add support for VPATH builds in contrib/minizip. | Jonathan Nieder | 2012-01-21 | 1 | -2/+7 |
* | Add missing libs to minizip linker command. | Jonathan Nieder | 2012-01-21 | 1 | -0/+1 |
* | Add -I../.. -L../.. to CFLAGS for minizip and miniunzip. | Jonathan Nieder | 2012-01-21 | 1 | -1/+1 |
* | Remove trailing space in contrib/minizip/minizip.c. | Mark Adler | 2012-01-21 | 1 | -1/+1 |
* | Avoid some warnings in contrib/minizip [Vollant]. | Mark Adler | 2012-01-21 | 1 | -2/+2 |
* | Protect for long name and extra fields in contrib/minizip [Vollant]. | Mark Adler | 2012-01-21 | 1 | -7/+17 |
* | Fix bug when compiling minizip with C++ [Vollant]. | Mark Adler | 2012-01-21 | 1 | -0/+6 |
* | Minor cleanup up contrib/minizip/unzip.c [Vollant]. | Mark Adler | 2012-01-21 | 1 | -1/+1 |
* | Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]. | Mark Adler | 2012-01-21 | 1 | -0/+1 |
* | Make version explicit in contrib/minizip/configure.ac [Bosmans]. | Mark Adler | 2012-01-20 | 1 | -1/+1 |
* | Include io.h for Turbo C / Borland C on all platforms [Truta]. | Mark Adler | 2012-01-18 | 1 | -1/+1 |
* | Correct suggested usages in win32/Makefile.msc [שחר, Horvath]. | Mark Adler | 2012-01-16 | 1 | -2/+2 |
* | Fix compilation of contrib/minizip on FreeBSD [Márquez]. | Mark Adler | 2012-01-16 | 1 | -0/+5 |
* | Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]. | Mark Adler | 2012-01-16 | 1 | -3/+5 |
* | Fix CMakeLists.txt for cross compilation [McClure]. | Mark Adler | 2012-01-16 | 1 | -1/+10 |
* | Have ./configure use the compiler return code for error indication. | Mark Adler | 2012-01-16 | 1 | -14/+30 |
* | Fix large-entry detection in minizip on 64-bit systems [Schiffer]. | Mark Adler | 2012-01-16 | 3 | -5/+7 |
* | Fix configure.ac for contrib/minizip [Schiffer]. | Mark Adler | 2012-01-16 | 1 | -1/+1 |
* | Fix function numbers for gzgetc_ in zlibvc.def files. | Mark Adler | 2012-01-16 | 2 | -2/+2 |
* | Update the Pascal interface in contrib/pascal. | Mark Adler | 2012-01-16 | 1 | -0/+38 |
* | Change version number to 1.2.6. | Mark Adler | 2012-01-16 | 19 | -43/+46 |
* | zlib 1.2.5.3v1.2.5.3 | Mark Adler | 2012-01-15 | 4 | -7/+19 |
* | Make sure that no extra inserting is done if the strategy changes. | Mark Adler | 2012-01-14 | 1 | -0/+3 |
* | Insert the first two strings in the hash table after a flush. | Mark Adler | 2012-01-13 | 2 | -3/+22 |
* | Write out all of the available bits when using Z_BLOCK. | Mark Adler | 2012-01-07 | 3 | -6/+19 |
* | Remove second empty static block for Z_PARTIAL_FLUSH. | Mark Adler | 2012-01-07 | 2 | -25/+0 |
* | Allow deflatePrime() to insert bits in the middle of a stream. | Mark Adler | 2012-01-07 | 4 | -13/+26 |
* | Permit Z_NULL arguments to deflatePending. | Mark Adler | 2011-12-29 | 2 | -3/+6 |
* | Avoid extraneous empty blocks when doing empty flushes. | Mark Adler | 2011-12-29 | 1 | -10/+35 |
* | Permit stronger flushes after Z_BLOCK flushes. | Mark Adler | 2011-12-28 | 1 | -1/+4 |
* | Update win32/Makefile.gcc to build test/*.c [Truta]. | Mark Adler | 2011-12-23 | 1 | -2/+6 |
* | Update AS400 build files and documentation [Monnerat]. | Mark Adler | 2011-12-19 | 3 | -22/+41 |
* | Remove old/visualc6 given CMakefile and other alternatives. | Mark Adler | 2011-12-18 | 5 | -1309/+0 |
* | Update win32/Makefile.msc to build test/*.c [Truta]. | Mark Adler | 2011-12-18 | 1 | -0/+3 |
* | Do not use _lseeki64 under Borland C++ [Truta]. | Mark Adler | 2011-12-18 | 1 | -1/+1 |
* | Restore gzgetc function for binary compatibility. | Mark Adler | 2011-12-18 | 7 | -5/+16 |
* | Change version numbers to 1.2.5.3. | Mark Adler | 2011-12-18 | 19 | -35/+38 |
* | zlib 1.2.5.2v1.2.5.2 | Mark Adler | 2011-12-18 | 7 | -8/+57 |
* | Remove hard-coding of resource compiler in CMakeLists.txt [Blammo] | Mark Adler | 2011-12-17 | 1 | -1/+1 |
* | Document gzread() capability to read concurrently written files. | Mark Adler | 2011-12-14 | 2 | -3/+17 |
* | Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF. | Mark Adler | 2011-12-13 | 2 | -3/+3 |