Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
contrib 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
google 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
patches 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
adler32.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
adler32_simd.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
adler32_simd.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chromeconf.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
compress.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cpu_features.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cpu_features.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crc32.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crc32.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crc32_simd.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crc32_simd.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
crc_folding.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
deflate.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
deflate.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gzclose.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gzguts.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gzlib.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gzread.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gzwrite.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
infback.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inffast.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inffast.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inffixed.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inflate.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inflate.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inftrees.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
inftrees.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
slide_hash_simd.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
trees.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
trees.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
uncompr.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
zconf.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
zlib.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
zutil.c 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
zutil.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: zlib
Short Name: zlib
URL: http://zlib.net/
Version: 1.2.12
CPEPrefix: cpe:/a:zlib:zlib:1.2.12
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.
- In sync with 1.2.12 release plus a few fixes from 'develop' branch.
- ZIP reader modified to allow for progress callbacks during extraction.
- ZIP reader modified to add detection of AES encrypted content.