• Home
Name Date Size #Lines LOC

..--

amiga/12-May-2024-13998

contrib/12-May-2024-37,88330,229

doc/12-May-2024-2,5701,738

examples/12-May-2024-5,4433,348

msdos/12-May-2024-505246

nintendods/12-May-2024-13362

old/12-May-2024-625498

os400/12-May-2024-1,064874

qnx/12-May-2024-142127

test/12-May-2024-1,9261,451

watcom/12-May-2024-8866

win32/12-May-2024-1,093789

.gitignoreD12-May-2024186 2722

BUILD.gnD12-May-20242 KiB116104

CMakeLists.txtD12-May-20247.9 KiB250217

COPYRIGHT.OpenSourceD12-May-20243.1 KiB7473

ChangeLogD12-May-202480 KiB1,5791,494

FAQD12-May-202416.2 KiB369260

INDEXD12-May-20241.9 KiB6963

LICENSED12-May-2024910 2015

MakefileD12-May-2024100 64

Makefile.inD12-May-202413.2 KiB409302

OAT.xmlD12-May-20245.4 KiB9741

READMED12-May-20245.2 KiB11985

README.OpenSourceD12-May-2024559 1211

adler32.cD12-May-20245.1 KiB187143

bundle.jsonD12-May-2024910 3433

compress.cD12-May-20242.6 KiB8753

configureD12-May-202427.8 KiB928812

crc32.cD12-May-202431.1 KiB1,116770

crc32.hD12-May-2024577.9 KiB9,4479,380

deflate.cD12-May-202479.7 KiB2,2121,451

deflate.hD12-May-202412.8 KiB347160

gzclose.cD12-May-2024678 2614

gzguts.hD12-May-20246.7 KiB221159

gzlib.cD12-May-202416.3 KiB640484

gzread.cD12-May-202419.9 KiB653445

gzwrite.cD12-May-202419.2 KiB678486

huawei_zlib_CMakeList.patchD12-May-20243.1 KiB7669

infback.cD12-May-202422.2 KiB642492

inffast.cD12-May-202412.7 KiB324256

inffast.hD12-May-2024427 121

inffixed.hD12-May-20246.2 KiB9584

inflate.cD12-May-202454.7 KiB1,5941,214

inflate.hD12-May-20246.5 KiB12774

inftrees.cD12-May-202412.7 KiB301170

inftrees.hD12-May-20242.9 KiB6316

make_vms.comD12-May-202425.8 KiB868853

prepare.shD12-May-2024152 62

treebuild.xmlD12-May-20243.1 KiB11795

trees.cD12-May-202441.9 KiB1,183731

trees.hD12-May-20248.3 KiB129120

uncompr.cD12-May-20242.9 KiB9461

zconf.hD12-May-202415.9 KiB535427

zconf.h.cmakeinD12-May-202416 KiB537490

zconf.h.inD12-May-202415.9 KiB535488

zlib.3D12-May-20244.4 KiB150148

zlib.hD12-May-202495 KiB1,936313

zlib.mapD12-May-20241.5 KiB10187

zlib.ndk.jsonD12-May-20242.8 KiB9695

zlib.pc.cmakeinD12-May-2024294 1411

zlib.pc.inD12-May-2024254 1411

zlib2ansiD12-May-20243.8 KiB153105

zutil.cD12-May-20247.2 KiB326245

zutil.hD12-May-20247.1 KiB275199

README

1ZLIB DATA COMPRESSION LIBRARY
2
3zlib 1.2.12 is a general purpose data compression library.  All the code is
4thread safe.  The data format used by the zlib library is described by RFCs
5(Request for Comments) 1950 to 1952 in the files
6http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
7rfc1952 (gzip format).
8
9All 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
11of the library is given in the file test/example.c which also tests that
12the library is working correctly.  Another example is given in the file
13test/minigzip.c.  The compression library itself is composed of all source
14files in the root directory.
15
16To compile all files and run the test program, follow the instructions given at
17the top of Makefile.in.  In short "./configure; make test", and if that goes
18well, "make install" should work for most flavors of Unix.  For Windows, use
19one of the special makefiles in win32/ or contrib/vstudio/ .  For VMS, use
20make_vms.com.
21
22Questions 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
24http://zlib.net/ .  Before reporting a problem, please check this site to
25verify that you have the latest version of zlib; otherwise get the latest
26version and check whether the problem still exists or not.
27
28PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
29
30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan.  1997
31issue of Dr.  Dobb's Journal; a copy of the article is available at
32http://marknelson.us/1997/01/01/zlib-engine/ .
33
34The changes made in version 1.2.12 are documented in the file ChangeLog.
35
36Unsupported third party contributions are provided in directory contrib/ .
37
38zlib is available in Java using the java.util.zip package, documented at
39http://java.sun.com/developer/technicalArticles/Programming/compression/ .
40
41A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
42at CPAN (Comprehensive Perl Archive Network) sites, including
43http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
44
45A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
46available in Python 1.5 and later versions, see
47http://docs.python.org/library/zlib.html .
48
49zlib is built into tcl: http://wiki.tcl.tk/4610 .
50
51An experimental package to read and write files in .zip format, written on top
52of zlib by Gilles Vollant <info@winimage.com>, is available in the
53contrib/minizip directory of zlib.
54
55
56Notes for some targets:
57
58- For Windows DLL versions, please see win32/DLL_FAQ.txt
59
60- For 64-bit Irix, deflate.c must be compiled without any optimization. With
61  -O, one libpng test fails. The test works in 32 bit mode (with the -n32
62  compiler flag). The compiler bug has been reported to SGI.
63
64- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
65  when compiled with cc.
66
67- On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is
68  necessary to get gzprintf working correctly. This is done by configure.
69
70- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
71  other compilers. Use "make test" to check your compiler.
72
73- gzdopen is not supported on RISCOS or BEOS.
74
75- For PalmOs, see http://palmzlib.sourceforge.net/
76
77
78Acknowledgments:
79
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
83  are too numerous to cite here.
84
85Copyright notice:
86
87 (C) 1995-2022 Jean-loup Gailly and Mark Adler
88
89  This software is provided 'as-is', without any express or implied
90  warranty.  In no event will the authors be held liable for any damages
91  arising from the use of this software.
92
93  Permission is granted to anyone to use this software for any purpose,
94  including commercial applications, and to alter it and redistribute it
95  freely, subject to the following restrictions:
96
97  1. The origin of this software must not be misrepresented; you must not
98     claim that you wrote the original software. If you use this software
99     in a product, an acknowledgment in the product documentation would be
100     appreciated but is not required.
101  2. Altered source versions must be plainly marked as such, and must not be
102     misrepresented as being the original software.
103  3. This notice may not be removed or altered from any source distribution.
104
105  Jean-loup Gailly        Mark Adler
106  jloup@gzip.org          madler@alumni.caltech.edu
107
108If you use the zlib library in a product, we would appreciate *not* receiving
109lengthy legal documents to sign.  The sources are provided for free but without
110warranty of any kind.  The library has been entirely written by Jean-loup
111Gailly and Mark Adler; it does not include third-party code.  We make all
112contributions to and distributions of this project solely in our personal
113capacity, and are not conveying any rights to any intellectual property of
114any third parties.
115
116If you redistribute modified sources, we would appreciate that you include in
117the file ChangeLog history information documenting your changes.  Please read
118the FAQ for more information on the distribution of modified source versions.
119

README.OpenSource

1[
2    {
3        "Name"            : "zlib",
4        "License"         : "zlib/libpng License",
5        "License File"    : "LICENSE",
6        "Version Number"  : "v1.2.12",
7        "Owner"           : "gongjunsong@huawei.com",
8        "Upstream URL"    : "https://github.com/madler/zlib/archive/refs/tags/v1.2.12.tar.gz",
9        "Description"     : "zlib 1.2.12 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files"
10    }
11]
12