Age | Commit message (Expand) | Author |
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 |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2011-05-26 | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | Jasper Lievisse Adriaanse |
2011-05-05 | Make this script more generic and minimize differences between | Jasper Lievisse Adriaanse |
2011-05-04 | Add a zlib.pc pkg-config file, based what newer zlibs ship. | Jasper Lievisse Adriaanse |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-01-24 | +.Xr gzip 1 | Jason McIntyre |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-07-20 | add MLINKS for new(ly documented) functions; | Jason McIntyre |
2005-07-20 | sync with zlib.h update (zlib-1.2.3); | Jason McIntyre |
2005-07-20 | Update to zlib 1.2.3; OK deraadt@ | Todd C. Miller |
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller |
2004-12-03 | sync w/ zlib.h -r 1.8; | Jason McIntyre |
2004-12-03 | update to zlib-1.21 (we already have the CAN-2004-0797 security fixes) | Damien Miller |
2004-12-03 | this page documents zlib 1.2.1, not 1.1.4; | Jason McIntyre |
2004-08-26 | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. | Otto Moerbeek |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-01-29 | some fixes from wiz@netbsd, and a couple other bits; | Jason McIntyre |
2003-12-17 | add MLINKS for new functions; | Jason McIntyre |
2003-12-17 | sync man page with update to zlib 1.2.1; | Jason McIntyre |
2003-12-17 | HAVE_UNISTD_H is unused; nuke it | Todd C. Miller |
2003-12-17 | sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOW | Todd C. Miller |
2003-12-17 | #ifndef SLOW for consistency with sys/lib/libz/, not used for now; | Henning Brauer |
2003-12-16 | Remove old definition of crc_table that conflicts with new one when | Todd C. Miller |
2003-12-16 | bump major | Henning Brauer |
2003-12-16 | total_in and total_out need to be off_t, not unsigned long. | Henning Brauer |
2003-12-16 | update to zlib 1.2.1 | Henning Brauer |
2003-10-04 | set flag that we are restarting; pr 2886, also same diff found in netbsd; | Theo de Raadt |
2003-10-03 | updated URL for zlib from wiz@netbsd; | Jason McIntyre |
2003-10-01 | oops, didn't change the Makefile. | Jason McIntyre |
2003-10-01 | - rename zlib(3) -> compress(3) so the name describes a function which exists; | Jason McIntyre |
2003-09-25 | add man page for zlib(3). This is basically an mdoc version of <zlib.h>. | Jason McIntyre |
2003-04-02 | use strlcpy; millert ok | Theo de Raadt |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-02-27 | Check snprintf() return value for truncation; deraadt@ OK | Todd C. Miller |
2003-02-26 | Define HAS_snprintf too; deraadt@ OK | Todd C. Miller |
2003-02-23 | define HAS_vsnprintf | Theo de Raadt |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |