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

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.