Age | Commit message (Expand) | Author |
2023-11-18 | libz sync with develop branch, discussed with deraadt | Theo Buehler |
2023-08-20 | Bump zlib version to 1.3 | Theo Buehler |
2023-08-18 | sync with zlib.h | Theo Buehler |
2023-08-18 | Sync doc comment with upstream | Theo Buehler |
2023-08-15 | Fix bug when using gzflush() with a very small buffer. | Theo Buehler |
2023-08-13 | Conditionally disable MSAN | Theo Buehler |
2023-08-12 | Fix bug when gzungetc() is used immediately after gzopen(). | Theo Buehler |
2023-08-12 | fix typo | Theo Buehler |
2023-08-04 | Fix a couple of typos in a comment | Theo Buehler |
2023-07-30 | sync compress.3 with zlib.h | Theo Buehler |
2023-07-30 | Merge some doc comment updates from upstream | Theo Buehler |
2023-07-30 | Pull in two #undef from upstream's develop branch | Theo Buehler |
2023-05-02 | Sync with upstream | Theo Buehler |
2023-04-25 | Update libz to the HEAD of the develop branch | Theo Buehler |
2022-12-27 | Revert spelling fixes. Please report them upstream. | Theo Buehler |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-23 | Drop RCS ids in upstream zlib source | Theo Buehler |
2022-10-20 | Update base libz to 1.2.13 | Theo Buehler |
2022-08-15 | Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstream | Theo Buehler |
2022-08-09 | Fix buffer overflow in inflateGetHeader() | Theo Buehler |
2022-07-20 | bump major due to struct size change on ILP32 architectures | Theo Buehler |
2022-07-20 | Revert zlib.h r1.7 | Theo Buehler |
2022-05-08 | Bump minor after symbol addition | Theo Buehler |
2022-05-08 | Backport an upstream fix for CRC calculation. This fixes Java applications | Theo Buehler |
2022-05-08 | Update to zlib 1.2.12 | Theo Buehler |
2022-03-25 | Improve error checking in deflatePrime() | Theo Buehler |
2022-03-25 | Fix memory corruption bug in zlib | Theo Buehler |
2022-03-24 | Backport zlib fix for the multi line CLEAR_HASH macro. There is | Alexander Bluhm |
2021-12-11 | two more "the the" fixes; | Jason McIntyre |
2021-07-06 | sync man page with changes 1.2.3 -> 1.2.11. some changes: | Jason McIntyre |
2021-07-04 | Add missing RCS tags | Theo Buehler |
2021-07-04 | bump major after zlib update | Theo Buehler |
2021-07-04 | Update libz to zlib 1.2.11 and reapply local patches as far as this | Theo Buehler |
2021-02-08 | correct return type for compressBound(); | Jason McIntyre |
2020-04-18 | When opening a completely empty file with gzopen(3), treat it as an | Ingo Schwarze |
2019-06-01 | Fix warnings when building zlib with ZLIB_CONST defined | Jeremie Courreges-Anglas |
2019-05-12 | Add ZLIB_CONST | Jeremie Courreges-Anglas |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. | Ingo Schwarze |
2016-09-14 | Generate pkg-config files at build time like everything else. This | Martin Natano |
2016-09-04 | only regen pkg-config files when required; ok jasper | Martin Natano |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-08-21 | Improve zcalloc(), making it always reallocarray, never calloc(). | Theo de Raadt |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-21 | flesh out the rfc sections; | Jason McIntyre |