| Commit message (Expand) | Author | Files | Lines |
2024-07-31 | Add header file dependencies to contrib/minizip/Makefile. | Mark Adler | 1 | -3/+11 |
2024-07-31 | Avoid use of stdint.h in contrib/minizip. | Mark Adler | 5 | -51/+90 |
2024-07-29 | Avoid use of uintmax_t in enough.c. | Mark Adler | 1 | -12/+12 |
2024-07-29 | Add required gzguts.h dependencies in Makefile.in. | Meiye-lj | 1 | -4/+6 |
2024-07-11 | Fix test/infcover.c function prototype when ZLIB_CONST defined. | Mark Adler | 1 | -2/+2 |
2024-07-05 | One more correction for deflateUsed() bits in stored case. | Mark Adler | 1 | -0/+2 |
2024-07-05 | Correct used bits from deflateUsed() for deflate_stored() case. | Mark Adler | 1 | -1/+3 |
2024-07-01 | Add deflateUsed() function to get the used bits in the last byte. | Mark Adler | 17 | -178/+239 |
2024-06-28 | Add build folder to .gitignore. | Ram Shanker | 1 | -0/+1 |
2024-06-04 | Remedy conflict between libzip and minizip zip.h. | Mark Adler | 1 | -1/+1 |
2024-05-16 | Correct typo in zlib.h comment. | Mark Adler | 1 | -5/+5 |
2024-04-29 | Replace autotools macro AC_HELP_STRING with AS_HELP_STRING. | Matthieu Longo | 1 | -1/+1 |
2024-04-01 | Use z_const for setting msg to literal strings. | Lwisce Zeng | 5 | -58/+58 |
2024-03-31 | Make z_off_t 64 bits by default. | Mark Adler | 3 | -3/+3 |
2024-03-29 | Add -fPIC to compiler options for static library build on Android. | qyt | 1 | -2/+2 |
2024-03-29 | Avert minizip warnings for MSVC. | Mark Adler | 5 | -37/+56 |
2024-03-22 | Avoid conversion warning on 32-bit architectures in minizip. | Mark Adler | 1 | -1/+1 |
2024-03-22 | Use long long offsets for MinGW. | Mark Adler | 3 | -0/+6 |
2024-03-16 | Improve detection of UNIX-style systems in minizip. | Alexander Miller | 4 | -11/+5 |
2024-03-15 | Update old comment in inflate.h. | Mark Adler | 1 | -1/+1 |
2024-03-12 | Avoid signed shift in minizip zip.c. | Mark Adler | 1 | -1/+1 |
2024-03-10 | Improve random number seeding in skipset.h. | Mark Adler | 1 | -1/+2 |
2024-03-10 | Add zipAlreadyThere() to minizip zip.c to help avoid duplicates. | Mark Adler | 3 | -10/+612 |
2024-03-09 | Permit changing minizip Makefile optimization with CFLAGS. | Mark Adler | 1 | -1/+1 |
2024-03-09 | Make deflateBound() more conservative and handle Z_STREAM_END. | Mark Adler | 1 | -4/+4 |
2024-02-28 | Reduce Windows header inclusion to speed up compilation. | Mark Adler | 1 | -5/+10 |
2024-02-13 | Use lseek under WinCE. | Mark Adler | 1 | -4/+2 |
2024-02-12 | Remove conversion warning from msdos/Makefile.dj2. | Mark Adler | 1 | -1/+1 |
2024-02-11 | Correct argument types for 64-bit combine functions. | Mark Adler | 2 | -8/+7 |
2024-02-11 | Use 64-bit offsets in DJGPP. | Mark Adler | 3 | -15/+15 |
2024-02-10 | Include unistd.h on DJGPP. | Mark Adler | 3 | -18/+6 |