summaryrefslogtreecommitdiffstats
path: root/lib/libz (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct return type for compressBound();jmc2021-02-081-3/+3
* When opening a completely empty file with gzopen(3), treat it as anschwarze2020-04-181-2/+2
* Fix warnings when building zlib with ZLIB_CONST definedjca2019-06-013-8/+8
* Add ZLIB_CONSTjca2019-05-122-5/+12
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-4/+4
* Add missing .Fn markup to in() and out(); found with mandoc -Tlint.schwarze2017-06-111-33/+39
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-141-2/+3
* only regen pkg-config files when required; ok jaspernatano2016-09-041-2/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-31/+1
* update NAME section to include all documented functions,jmc2015-11-101-3/+57
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
* Improve zcalloc(), making it always reallocarray, never calloc().deraadt2015-08-211-5/+4
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-7/+7
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-5/+5
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-2/+5
* flesh out the rfc sections;jmc2012-08-211-13/+21
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* fix typos; while here, improve spacing in comments.sobrado2011-07-071-3/+3
* remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been sixjasper2011-05-261-3/+1
* Make this script more generic and minimize differences betweenjasper2011-05-051-5/+21
* Add a zlib.pc pkg-config file, based what newer zlibs ship.jasper2011-05-042-1/+65
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-6/+2
* typos; ok jmc@martynas2007-11-261-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* +.Xr gzip 1jmc2007-01-241-2/+3
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* add MLINKS for new(ly documented) functions;jmc2005-07-201-4/+9
* sync with zlib.h update (zlib-1.2.3);jmc2005-07-201-21/+325
* Update to zlib 1.2.3; OK deraadt@millert2005-07-2021-214/+1004
* Fix bounds check for incomplete code sets so they cannot overflow the codesmillert2005-07-061-2/+2
* 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