| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-08 | correct return type for compressBound(); |  jmc | 1 | -3/+3 |
| 2020-04-18 | When opening a completely empty file with gzopen(3), treat it as an |  schwarze | 1 | -2/+2 |
| 2019-06-01 | Fix warnings when building zlib with ZLIB_CONST defined |  jca | 3 | -8/+8 |
| 2019-05-12 | Add ZLIB_CONST |  jca | 2 | -5/+12 |
| 2018-03-16 | improve markup quality in the cases found by the new "--" style message |  schwarze | 1 | -4/+4 |
| 2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. |  schwarze | 1 | -33/+39 |
| 2016-09-14 | Generate pkg-config files at build time like everything else. This |  natano | 1 | -2/+3 |
| 2016-09-04 | only regen pkg-config files when required; ok jasper |  natano | 1 | -2/+4 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -31/+1 |
| 2015-11-10 | update NAME section to include all documented functions, |  jmc | 1 | -3/+57 |
| 2015-09-10 | use .In rather than .Fd #include |  schwarze | 1 | -3/+3 |
| 2015-08-21 | Improve zcalloc(), making it always reallocarray, never calloc(). |  deraadt | 1 | -5/+4 |
| 2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. |  bentley | 1 | -7/+7 |
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 1 | -2/+2 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -5/+5 |
| 2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |  jmc | 1 | -2/+5 |
| 2012-08-21 | flesh out the rfc sections; |  jmc | 1 | -13/+21 |
| 2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. |  schwarze | 1 | -3/+3 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -2/+1 |
| 2011-07-07 | fix typos; while here, improve spacing in comments. |  sobrado | 1 | -3/+3 |
| 2011-05-26 | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six |  jasper | 1 | -3/+1 |
| 2011-05-05 | Make this script more generic and minimize differences between |  jasper | 1 | -5/+21 |
| 2011-05-04 | Add a zlib.pc pkg-config file, based what newer zlibs ship. |  jasper | 2 | -1/+65 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -6/+2 |
| 2007-11-26 | typos; ok jmc@ |  martynas | 1 | -2/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-01-24 | +.Xr gzip 1 |  jmc | 1 | -2/+3 |
| 2005-11-24 | use WANTLINT= (on all architectures) |  deraadt | 1 | -1/+2 |
| 2005-07-20 | add MLINKS for new(ly documented) functions; |  jmc | 1 | -4/+9 |
| 2005-07-20 | sync with zlib.h update (zlib-1.2.3); |  jmc | 1 | -21/+325 |
| 2005-07-20 | Update to zlib 1.2.3; OK deraadt@ |  millert | 21 | -214/+1004 |
| 2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes |  millert | 1 | -2/+2 |
| 2004-12-03 | sync w/ zlib.h -r 1.8; |  jmc | 1 | -12/+11 |
| 2004-12-03 | update to zlib-1.21 (we already have the CAN-2004-0797 security fixes) |  djm | 14 | -111/+194 |
| 2004-12-03 | this page documents zlib 1.2.1, not 1.1.4; |  jmc | 1 | -2/+2 |
| 2004-08-26 | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. |  otto | 2 | -1/+7 |
| 2004-07-13 | errno changes, lib major version bumps, and general flag day |  marc | 1 | -1/+1 |
| 2004-01-29 | some fixes from wiz@netbsd, and a couple other bits; |  jmc | 1 | -35/+43 |
| 2003-12-17 | add MLINKS for new functions; |  jmc | 1 | -5/+11 |
| 2003-12-17 | sync man page with update to zlib 1.2.1; |  jmc | 1 | -53/+702 |
| 2003-12-17 | HAVE_UNISTD_H is unused; nuke it |  millert | 1 | -3/+2 |
| 2003-12-17 | sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOW |  millert | 3 | -2/+104 |
| 2003-12-17 | #ifndef SLOW for consistency with sys/lib/libz/, not used for now; |  henning | 1 | -1/+3 |
| 2003-12-16 | Remove old definition of crc_table that conflicts with new one when |  millert | 1 | -2/+1 |
| 2003-12-16 | bump major |  henning | 1 | -1/+1 |
| 2003-12-16 | total_in and total_out need to be off_t, not unsigned long. |  henning | 1 | -3/+3 |
| 2003-12-16 | update to zlib 1.2.1 |  henning | 31 | -2854/+5086 |
| 2003-10-04 | set flag that we are restarting; pr 2886, also same diff found in netbsd; |  deraadt | 1 | -1/+2 |
| 2003-10-03 | updated URL for zlib from wiz@netbsd; |  jmc | 1 | -2/+2 |
| 2003-10-01 | oops, didn't change the Makefile. |  jmc | 1 | -2/+21 |