aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct macro name for ZLIB_INSECURE in c-std.yml.HEADdevelopMark Adler5 days1-3/+3
* Add compiler options to standards in c-std.yml for ZLIB_INSECURE.Mark Adler5 days1-6/+3
* Add definition of ZLIB_INSECURE to build tests with c89 and c94.Mark Adler5 days1-0/+6
* Avoid Visual C warning in gzread.c.Mark Adler6 days1-1/+1
* Fix links to Mark Nelson's zlib article, now hosted on zlib.net.Mark Adler6 days4-3/+3
* Use atomics to build inflate fixed tables once.Mark Adler6 days13-345/+309
* Add compressBound_z and deflateBound_z functions for large values.Mark Adler6 days15-15/+89
* Prevent the use of insecure functions without an explicit request.Mark Adler6 days5-42/+95
* Update the link for an snprintf/vsnprintf implementation in FAQ.Mark Adler6 days1-2/+2
* Copy only the initialized window contents in inflateCopy.Mark Adler6 days1-5/+2
* Check for negative lengths in crc32_combine functions.Mark Adler6 days2-2/+6
* zlib 1.3.1.2v1.3.1.2Mark Adler2025-12-0840-80/+103
* Avoid mixed signedness compare in gzwrite.c.Mark Adler2025-12-081-1/+1
* Look for gcov in configure only if coverage was requested.Mark Adler2025-12-081-24/+26
* CMake: Repair macOS action.Vollstrecker2025-12-082-4/+28
* CMake: Repair Windows action.Vollstrecker2025-12-081-1/+1
* Support non-blocking devices in the gz* routines.Mark Adler2025-12-085-116/+276
* Update gz*.c copyright dates.Mark Adler2025-12-064-4/+4
* Return all available uncompressed data on error in gzread.c.Mark Adler2025-12-063-32/+49
* Fix indentation in gzread.c.Mark Adler2025-12-061-3/+3
* Update links to the RFCs.Mark Adler2025-12-065-11/+11
* CMake: Fix typos in test/CMakeLists.txt.Vollstrecker2025-12-061-2/+2
* Clarify the use of inflateGetHeader().Mark Adler2025-12-061-14/+16
* Remove redundant frees of point list on error in examples/zran.c.Mark Adler2025-12-062-21/+17
* Allow gzflush() to write empty gzip members.Mark Adler2025-12-061-2/+3
* Improve the discrimination between trailing garbage and bad gzip.Mark Adler2025-12-063-30/+37
* Add a "G" option to force gzip, disabling transparency in gzread().Mark Adler2025-12-063-5/+31
* Fix bug in inflatePrime() for 16-bit ints.Mark Adler2025-05-132-10/+21
* Correct Visual Studio readme.txt.skydvr2025-05-131-2/+2
* Constrain line lengths in inflate code.Mark Adler2025-05-133-12/+22
* Note the use of gzungetc() to run a deferred seek while reading.Mark Adler2025-05-131-0/+5
* Note that gzseek() requests are deferred until the next operation.Mark Adler2025-05-131-1/+2
* Clarify the use of errnum in gzerror().Mark Adler2025-02-251-3/+4
* Have gz_skip() update how far it got for later continuation.Mark Adler2025-02-254-76/+46
* Avoid a fruitless memory copy in gzread.c.Mark Adler2025-02-231-4/+6
* Remove some unsightly spaces in zlib.h.Mark Adler2025-02-211-3/+3
* Use generated zconf.h in cmake build.Vollstrecker2025-02-183-7/+14
* Check that HAVE_UNISTD_H and HAVE_STDARG_H are not defined as 0.Mark Adler2025-02-133-6/+6
* Do not look for zconf.h in the source directory.Vollstrecker2025-02-131-1/+1
* Use zconf.h instead of zconf.h.in for cmake.Mark Adler2025-02-061-2/+2
* Repair MinGW cmake build.Vollstrecker2025-02-063-10/+2
* Fix Ada bindings on x64.spectralio2025-02-051-1/+2
* Restore zconf.h to distribution.Mark Adler2025-02-053-5/+551
* Revert previous commit, restoring the memcpy() call.Mark Adler2025-02-021-3/+3
* Avoid use of memcpy() in inflate when areas can overlap.Mark Adler2025-02-011-3/+3
* Update Makefile to not recreate zconf.h and zconf.h.cmakein.Mark Adler2025-01-312-11/+12
* CMake: Make USE_FILE32API part of the interface.Vollstrecker2025-01-311-12/+8
* CMake: Give minizip a suffix on Cygwin as well.Vollstrecker2025-01-312-3/+4
* CMake: Disable minizip on Cygwin.Vollstrecker2025-01-311-2/+1
* CMake: Correct workflow line continuation.Vollstrecker2025-01-311-1/+1