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