• Home
  • Raw
  • Download

Lines Matching full:zlib

1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.11 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23 <info@winimage.com> for the Windows DLL version. The zlib home page is
24 http://zlib.net/ . Before reporting a problem, please check this site to
25 verify that you have the latest version of zlib; otherwise get the latest
28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
32 http://marknelson.us/1997/01/01/zlib-engine/ .
38 zlib is available in Java using the java.util.zip package, documented at
41 A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
43 http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
45 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
47 http://docs.python.org/library/zlib.html .
49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
52 of zlib by Gilles Vollant <info@winimage.com>, is available in the
53 contrib/minizip directory of zlib.
64 - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
70 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
80 The deflate format used by zlib was defined by Phil Katz. The deflate and
81 zlib specifications were written by L. Peter Deutsch. Thanks to all the
82 people who reported problems and suggested various improvements in zlib; they
108 If you use the zlib library in a product, we would appreciate *not* receiving