• Home
Name Date Size #Lines LOC

..--

contrib/03-May-2024-

google/03-May-2024-

patches/03-May-2024-

Android.bpD03-May-20247 KiB

BUILD.gnD03-May-202410.1 KiB

CleanSpec.mkD03-May-20242.2 KiB

DIR_METADATAD03-May-202439

LICENSED03-May-2024912

METADATAD03-May-2024341

MODULE_LICENSE_BSD_LIKED03-May-20240

OWNERSD03-May-2024100

OWNERS.androidD03-May-202446

README.chromiumD03-May-20241.1 KiB

TEST_MAPPINGD03-May-2024422

adler32.cD03-May-20246 KiB

adler32_simd.cD03-May-202410.4 KiB

adler32_simd.hD03-May-2024385

chromeconf.hD03-May-20246.8 KiB

compress.cD03-May-20243.2 KiB

cpu_features.cD03-May-20245.6 KiB

cpu_features.hD03-May-2024531

crc32.cD03-May-202416.2 KiB

crc32.hD03-May-202429.8 KiB

crc32_simd.cD03-May-20246.9 KiB

crc32_simd.hD03-May-20241,009

crc_folding.cD03-May-202415.7 KiB

deflate.cD03-May-202480.9 KiB

deflate.hD03-May-202413.2 KiB

fill_window_sse.cD03-May-20246.5 KiB

gzclose.cD03-May-2024678

gzguts.hD03-May-20246.7 KiB

gzlib.cD03-May-202416.2 KiB

gzread.cD03-May-202420 KiB

gzwrite.cD03-May-202418.8 KiB

infback.cD03-May-202422.2 KiB

inffast.cD03-May-202413 KiB

inffast.hD03-May-20241.1 KiB

inffixed.hD03-May-20246.2 KiB

inflate.cD03-May-202453.7 KiB

inflate.hD03-May-20246.5 KiB

inftrees.cD03-May-202412.7 KiB

inftrees.hD03-May-20242.9 KiB

libz.map.txtD03-May-20242.5 KiB

trees.cD03-May-202441.9 KiB

trees.hD03-May-20248.3 KiB

uncompr.cD03-May-20242.9 KiB

zconf.hD03-May-202416.5 KiB

zlib.hD03-May-202496.4 KiB

zutil.cD03-May-20247.1 KiB

zutil.hD03-May-20247.5 KiB

README.chromium

1Name: zlib
2Short Name: zlib
3URL: http://zlib.net/
4Version: 1.2.11
5CPEPrefix: cpe:/a:zlib:zlib:1.2.11
6Security Critical: yes
7License: Custom license
8License File: LICENSE
9License Android Compatible: yes
10
11Description:
12"A massively spiffy yet delicately unobtrusive compression library."
13
14zlib is a free, general-purpose, legally unencumbered lossless data-compression
15library. zlib implements the "deflate" compression algorithm described by RFC
161951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
17also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
18
19Local Modifications:
20 - Only source code from the zlib distribution used to build the zlib and
21   minizip libraries are present. Many other files have been omitted. Only *.c
22   and *.h files from the upstream root directory and contrib/minizip were
23   imported.
24 - The contents of the google directory are original Chromium-specific
25   additions.
26 - Added chromeconf.h
27 - Plus the changes in 'patches' folder.
28 - Code in contrib/ other than contrib/minizip was added to match zlib's
29   contributor layout.
30