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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
contrib | 4 months ago | |
4 months ago | ||
patches | 4 months ago | |
Android.bp | 4 months ago | |
BUILD.gn | 4 months ago | |
CleanSpec.mk | 4 months ago | |
DIR_METADATA | 4 months ago | |
LICENSE | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_BSD_LIKE | 4 months ago | |
OWNERS | 4 months ago | |
OWNERS.android | 4 months ago | |
README.chromium | 4 months ago | |
TEST_MAPPING | 4 months ago | |
adler32.c | 4 months ago | |
adler32_simd.c | 4 months ago | |
adler32_simd.h | 4 months ago | |
chromeconf.h | 4 months ago | |
compress.c | 4 months ago | |
cpu_features.c | 4 months ago | |
cpu_features.h | 4 months ago | |
crc32.c | 4 months ago | |
crc32.h | 4 months ago | |
crc32_simd.c | 4 months ago | |
crc32_simd.h | 4 months ago | |
crc_folding.c | 4 months ago | |
deflate.c | 4 months ago | |
deflate.h | 4 months ago | |
fill_window_sse.c | 4 months ago | |
gzclose.c | 4 months ago | |
gzguts.h | 4 months ago | |
gzlib.c | 4 months ago | |
gzread.c | 4 months ago | |
gzwrite.c | 4 months ago | |
infback.c | 4 months ago | |
inffast.c | 4 months ago | |
inffast.h | 4 months ago | |
inffixed.h | 4 months ago | |
inflate.c | 4 months ago | |
inflate.h | 4 months ago | |
inftrees.c | 4 months ago | |
inftrees.h | 4 months ago | |
libz.map.txt | 4 months ago | |
trees.c | 4 months ago | |
trees.h | 4 months ago | |
uncompr.c | 4 months ago | |
zconf.h | 4 months ago | |
zlib.h | 4 months ago | |
zutil.c | 4 months ago | |
zutil.h | 4 months ago |
README.chromium
Name: zlib
Short Name: zlib
URL: http://zlib.net/
Version: 1.2.11
CPEPrefix: cpe:/a:zlib:zlib:1.2.11
Security Critical: yes
License: Custom license
License File: LICENSE
License Android Compatible: yes
Description:
"A massively spiffy yet delicately unobtrusive compression library."
zlib is a free, general-purpose, legally unencumbered lossless data-compression
library. zlib implements the "deflate" compression algorithm described by RFC
1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
Local Modifications:
- Only source code from the zlib distribution used to build the zlib and
minizip libraries are present. Many other files have been omitted. Only *.c
and *.h files from the upstream root directory and contrib/minizip were
imported.
- The contents of the google directory are original Chromium-specific
additions.
- Added chromeconf.h
- Plus the changes in 'patches' folder.
- Code in contrib/ other than contrib/minizip was added to match zlib's
contributor layout.