Age | Commit message (Expand) | Author |
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 |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-07-06 | Add some missing checks for malloc() returning NULL. | Todd C. Miller |
2002-03-15 | increment minor due to security fix | Todd C. Miller |
2002-03-12 | Update to zlib-1.1.4 | Todd C. Miller |
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-08-12 | fake out malloc(0) | Theo de Raadt |
2000-03-02 | $OpenBSD$ | Todd T. Fries |
1998-09-08 | include stand.h if -D_STANDALONE | Todd C. Miller |
1998-08-08 | zlib 1.1.3 | Todd C. Miller |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-01-20 | documents algorithm used. | Todd C. Miller |
1997-01-19 | zlib 1.0.4 | Todd C. Miller |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs |
1996-10-27 | incremented since we added gz_iszipped. | Todd C. Miller |
1996-10-27 | Adds gz_iszipped() function. | Todd C. Miller |
1996-07-27 | Fix typos on install of include files | Thorsten Lockert |
1996-07-27 | Integrate zlib v1.0.3 | Thorsten Lockert |