591 Commits (09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851)
 

Author SHA1 Message Date
Mark Adler 09155eaa2f zlib 1.3 1 year ago
Mark Adler 899ffefb19 Use original make and options when Makefile runs make. 1 year ago
Mark Adler 25bbd7f5a6 Avoid uninitialized and unused warnings in contrib/minizip. 1 year ago
Mark Adler e13289e307 Fix typo in preceding reversion commit. 1 year ago
Mark Adler f5ae600cc7 Revert flipping of load flags in Makefile.in for z/OS. 1 year ago
OldWorldOrdr daf27aed08 Look for a cross-compile libtool first in configure. 1 year ago
Bruno S Marques 9889e98868 Avoid cmake deprecation warning. 1 year ago
Mark Adler 22fc20898b Clarify requirement in zlib.h to avoid multiple flush markers. 1 year ago
Mark Adler 5f52b25059 Move load flags before object file in Makefile.in for Z/OS. 1 year ago
Bastian Germann efc9c7b801 Add license to contrib/untgz. 1 year ago
Mark Adler d524e2a818 zlib now uses ANSI C function prototypes, so zlib2ansi not needed. 1 year ago
Mark Adler d982514782 Fix bug when using gzflush() with a very small buffer. 1 year ago
Dimitri Papadopoulos 6951bc609b Fix typos in contrib/ada. 1 year ago
Mark Adler 89ef46ba09 Remove redundant includes in minizip. 1 year ago
Mark Adler 384e50eea4 Remove TRYFREE macro from minizip. 1 year ago
Dimitri Papadopoulos c97a8f1e67 Replace gcc-9 with gcc-11 for macOS testing. 1 year ago
Andrzej Hunt 981ee7570a Suppress MSAN detections in deflate's slide_hash(). 1 year ago
Mark Adler 1411ccafc0 Add memory sanitizer to configure (--memory). 1 year ago
Mark Adler 7dd6aa7245 Fix bug when gzungetc() is used immediately after gzopen(). 1 year ago
Dimitri Papadopoulos c7ddcc2e0e Fix some spelling errors. 1 year ago
Mark Adler 2bcc748735 Add minizip testing to Makefile. 1 year ago
Eugene Golushkov be7aa11551 Read multiple bytes instead of byte-by-byte in minizip unzip.c. 1 year ago
Gilles Vollant aa154e3da0 Support Haiku in minizip. 1 year ago
Xiang Xiao f679a939d3 Correct dummy filetime() prototype in minizip.c. 1 year ago
Mark Adler b3f23f7fb7 Match sign of printf directive to sign of argument in testzlib. 1 year ago
Mark Adler dcd0d86b9e Match sign of printf directive to sign of argument in minizip. 1 year ago
Mark Adler 3061e5013c Fix logic error in minizip argument processing. 1 year ago
Dimitri Papadopoulos 379bbda363 Fix typos found by codespell in minizip 1 year ago
Mark Adler e0bd0ad6e4 Fix reading disk number start on zip64 files in minizip. 1 year ago
Gilles Vollant 7b28ecc89d Remove duplicated code #806 1 year ago
RedworkDE f209ca7be7 minizip: Fix being unable to open empty zip file 1 year ago
Mark Adler a566e156b3 Avoid compiler complaints if _TIME_BITS defined when building zlib. 1 year ago
Mark Adler a88f727dbe Document in zlib.h the initialization of stream fields by the Init 1 year ago
Mark Adler 263a982866 Correct comment in zlib.h on os setting in gzip header. 2 years ago
Paul Marquess 48c3741002 Remove duplicate "the" in zlib.h. 2 years ago
Mark Adler 904016e851 Update Java and Perl links in README. 2 years ago
Mark Adler b8a8373ec1 Fix test/example.c to work with FORCE_STORED. 2 years ago
Mark Adler 3365464851 Fix warnings on test/infcover.c. 2 years ago
Mark Adler 05527a1b1e Fix cast in minizip's ioapi.c for Windows. 2 years ago
Mark Adler 9b962a45dd No include file is needed for __int64 type on Windows. 2 years ago
Mark Adler 66588683b3 Remove use of OF() from contrib/untgz and render it compilable. 2 years ago
Mark Adler bf2578be2d Remove K&R function definitions from contrib/minizip. 2 years ago
Mark Adler c4aa356742 Remove K&R function definitions from infback9. 2 years ago
Mark Adler e9d5486e66 Remove K&R function definitions from zlib. 2 years ago
Mark Adler 5799c14c85 Turn off C2X warning about deprecated K&R function syntax. 2 years ago
Mark Adler 7e6dc429af Add a NOPRIME #define to zran.c to not use inflatePrime(). 2 years ago
Mark Adler eb0e038b29 Rewrite of zran in examples. See version history in zran.c. 2 years ago
Mark Adler 12b345c430 Assure that inflatePrime() can't shift a 32-bit integer by 32 bits. 2 years ago
Mark Adler fa8cd50ada Make z_size_t 64 bits when compiling on Windows with Z_SOLO. 2 years ago
Mark Adler a9b4c1de37 Update zlib_how.html to match the web page, and add a license. 2 years ago