summaryrefslogtreecommitdiffstats
path: root/lib/libz (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync w/ zlib.h -r 1.8;jmc2004-12-031-12/+11
* update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)djm2004-12-0314-112/+195
* this page documents zlib 1.2.1, not 1.1.4;jmc2004-12-031-2/+2
* Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.otto2004-08-262-1/+7
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* some fixes from wiz@netbsd, and a couple other bits;jmc2004-01-291-35/+43
* add MLINKS for new functions;jmc2003-12-171-5/+11
* sync man page with update to zlib 1.2.1;jmc2003-12-171-53/+702
* HAVE_UNISTD_H is unused; nuke itmillert2003-12-171-3/+2
* sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOWmillert2003-12-173-2/+104
* #ifndef SLOW for consistency with sys/lib/libz/, not used for now;henning2003-12-171-1/+3
* Remove old definition of crc_table that conflicts with new one whenmillert2003-12-161-2/+1
* bump majorhenning2003-12-161-1/+1
* total_in and total_out need to be off_t, not unsigned long.henning2003-12-161-3/+3
* update to zlib 1.2.1henning2003-12-1631-2915/+5147
* set flag that we are restarting; pr 2886, also same diff found in netbsd;deraadt2003-10-041-1/+2
* updated URL for zlib from wiz@netbsd;jmc2003-10-031-2/+2
* oops, didn't change the Makefile.jmc2003-10-011-2/+21
* - rename zlib(3) -> compress(3) so the name describes a function which exists;jmc2003-10-011-18/+20
* add man page for zlib(3). This is basically an mdoc version of <zlib.h>.jmc2003-09-252-2/+1778
* use strlcpy; millert okderaadt2003-04-021-8/+12
* duplicate words and spelling fixes in commentsdavid2003-03-101-3/+3
* Check snprintf() return value for truncation; deraadt@ OKmillert2003-02-271-7/+7
* Define HAS_snprintf too; deraadt@ OKmillert2003-02-261-2/+3
* define HAS_vsnprintfderaadt2003-02-231-2/+2
* From Andrushock, s/sucess/success/gmillert2002-12-091-3/+3
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
* Add some missing checks for malloc() returning NULL.millert2002-07-061-2/+5
* increment minor due to security fixmillert2002-03-151-1/+1
* Update to zlib-1.1.4millert2002-03-1227-100/+600
* Fix some zlib memory leaks, originally from Mark Adlermillert2002-01-181-2/+7
* occured->occurredmpech2001-09-191-3/+3
* fake out malloc(0)deraadt2001-08-121-1/+3
* $OpenBSD$todd2000-03-0211-11/+11
* include stand.h if -D_STANDALONEmillert1998-09-081-1/+5
* zlib 1.1.3millert1998-08-0829-749/+2061
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-3/+3
* documents algorithm used.millert1997-01-201-0/+105
* zlib 1.0.4millert1997-01-199-96/+92
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-2/+2
* incremented since we added gz_iszipped.millert1996-10-271-1/+1
* Adds gz_iszipped() function.millert1996-10-272-1/+17
* Fix typos on install of include filestholo1996-07-271-3/+3
* Integrate zlib v1.0.3tholo1996-07-2726-0/+6915