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
v811_spc009_project
4 months ago
..
contrib v811_spc009_project 4 months ago
google v811_spc009_project 4 months ago
patches v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
CleanSpec.mk v811_spc009_project 4 months ago
DIR_METADATA v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_BSD_LIKE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
OWNERS.android v811_spc009_project 4 months ago
README.chromium v811_spc009_project 4 months ago
TEST_MAPPING v811_spc009_project 4 months ago
adler32.c v811_spc009_project 4 months ago
adler32_simd.c v811_spc009_project 4 months ago
adler32_simd.h v811_spc009_project 4 months ago
chromeconf.h v811_spc009_project 4 months ago
compress.c v811_spc009_project 4 months ago
cpu_features.c v811_spc009_project 4 months ago
cpu_features.h v811_spc009_project 4 months ago
crc32.c v811_spc009_project 4 months ago
crc32.h v811_spc009_project 4 months ago
crc32_simd.c v811_spc009_project 4 months ago
crc32_simd.h v811_spc009_project 4 months ago
crc_folding.c v811_spc009_project 4 months ago
deflate.c v811_spc009_project 4 months ago
deflate.h v811_spc009_project 4 months ago
fill_window_sse.c v811_spc009_project 4 months ago
gzclose.c v811_spc009_project 4 months ago
gzguts.h v811_spc009_project 4 months ago
gzlib.c v811_spc009_project 4 months ago
gzread.c v811_spc009_project 4 months ago
gzwrite.c v811_spc009_project 4 months ago
infback.c v811_spc009_project 4 months ago
inffast.c v811_spc009_project 4 months ago
inffast.h v811_spc009_project 4 months ago
inffixed.h v811_spc009_project 4 months ago
inflate.c v811_spc009_project 4 months ago
inflate.h v811_spc009_project 4 months ago
inftrees.c v811_spc009_project 4 months ago
inftrees.h v811_spc009_project 4 months ago
libz.map.txt v811_spc009_project 4 months ago
trees.c v811_spc009_project 4 months ago
trees.h v811_spc009_project 4 months ago
uncompr.c v811_spc009_project 4 months ago
zconf.h v811_spc009_project 4 months ago
zlib.h v811_spc009_project 4 months ago
zutil.c v811_spc009_project 4 months ago
zutil.h v811_spc009_project 4 months ago

README.chromium

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.