A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

14 years ago
ChangeLog history of changes
FAQ Frequently Asked Questions about zlib
INDEX this file
Makefile makefile for Unix (generated by configure)
Makefile.in makefile for Unix (template for configure)
README guess what
algorithm.txt description of the (de)compression algorithm
configure configure script for Unix
zconf.in.h template for zconf.h (used by configure)
14 years ago
14 years ago
aix/ instructions for building an AIX shared library
msdos/ makefiles for MSDOS
old/ makefiles for various architectures and zlib documentation
files that have not yet been updated for zlib 1.2.x
win32/ makefiles for Windows
14 years ago
14 years ago
zlib public header files (must be kept):
14 years ago
zconf.h
zlib.h
14 years ago
private source files used to build the zlib library:
14 years ago
adler32.c
compress.c
crc32.c
14 years ago
crc32.h
14 years ago
deflate.c
deflate.h
gzio.c
14 years ago
infback.c
14 years ago
inffast.c
inffast.h
14 years ago
inffixed.h
14 years ago
inflate.c
14 years ago
inflate.h
14 years ago
inftrees.c
inftrees.h
trees.c
14 years ago
trees.h
14 years ago
uncompr.c
zutil.c
zutil.h
14 years ago
source files for sample programs:
14 years ago
example.c
minigzip.c
14 years ago
14 years ago
unsupported contribution by third parties
14 years ago
See contrib/README.contrib