563 Commits (e0bd0ad6e4d8afd2bc3d55d84d459a0e2c0e2890)
 

Author SHA1 Message Date
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 2 years 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
Mark Adler 02a6049eb3 Fix crash when gzsetparams() attempted for transparent write. 2 years ago
Mark Adler e554695638 Fix bug in deflateBound() for level 0 and memLevel 9. 2 years ago
Mark Adler 76820e4107 Update broken article link in README. 2 years ago
Mark Adler 41fda48fc2 Change version number on develop branch to 1.2.13.1. 2 years ago
Mark Adler 04f42ceca4 zlib 1.2.13 2 years ago
Nathan Moinvaziri aefaf43b28 CI: Add instance for GCC on Windows. 2 years ago
Nathan Moinvaziri d4fb7dd805 CI: Add instances for S390X using QEMU in configure workflow. 2 years ago
Nathan Moinvaziri 2a9cb5ae6e CI: Add instance for Clang on macOS in configure workflow. 2 years ago
Nathan Moinvaziri f5ceeb964d CI: Add instances for PPC using QEMU in configure workflow. 2 years ago
Nathan Moinvaziri da6f1623c1 CI: Run test applications against QEMU. 2 years ago
Nathan Moinvaziri b85c172e1d CI: Add instances for ARM using QEMU in configure workflow. 2 years ago
Nathan Moinvaziri 76f3536af8 CI: Add instance for GCC -O3 on Ubuntu in cmake workflow. 2 years ago
Nathan Moinvaziri e029de6080 CI: Run infcover during test runs. 2 years ago
Nathan Moinvaziri 594e8e8f62 CI: Upload build errors on failure. 2 years ago
Nathan Moinvaziri 462986f38e CI: Make in-source builds default so we can upload failure logs. 2 years ago
Mark Adler 723abd54d8 Minor formatting changes in configure. 2 years ago
Mark Adler 0091cb0281 Fix linking on AIX with gcc. 2 years ago
Mark Adler 29fd715fd0 Turn off RWX segment warnings on sparc systems. 2 years ago
Mark Adler 40c5a9bc06 Find other BSD's without *64 functions in contrib/minizip/ioapi.h. 2 years ago
Mark Adler 2bb4961990 Avoid C89 warning in contrib/minizip/crypt.h. 2 years ago
Mark Adler e61ff990c0 Comment out unused code in contrib/minizip/minizip.c. 2 years ago
Mark Adler d30b763dac Remove vestigial line from configure. 2 years ago
Mark Adler 19f8551627 Don't try to include unistd.h on Windows with LLVM. 2 years ago
Mark Adler 013c0ca0f4 Search for system name in CHOST instead of trying to extract it. 2 years ago
Mark Adler 8cca42c33f Remove bypass of MinGW gcc case in configure. 2 years ago
Mark Adler 67eb09a20b Add continuous integration workflows. [nmoinvaz] 2 years ago
Mark Adler 352cb28d12 Add a separate LICENSE file to the distribution. 2 years ago
Mark Adler 4572dfbe99 Remove some harmless semicolons in minizip. 2 years ago