aosp12/external/zlib
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
contrib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
google init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
patches init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD.gn init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
DIR_METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BSD_LIKE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS.android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.chromium init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TEST_MAPPING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
adler32.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
adler32_simd.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
adler32_simd.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
chromeconf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
compress.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpu_features.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpu_features.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
crc32.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
crc32.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
crc32_simd.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
crc32_simd.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
crc_folding.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
deflate.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
deflate.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
fill_window_sse.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gzclose.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gzguts.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gzlib.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gzread.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gzwrite.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
infback.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inffast.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inffast.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inffixed.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inflate.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inflate.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inftrees.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inftrees.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libz.map.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trees.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trees.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
uncompr.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
zconf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
zlib.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
zutil.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
zutil.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.chromium

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.