Name Date Size

..25-Oct-20244 KiB

adler32.cH A D25-Oct-20245.8 KiB

adler32_simd.cH A D25-Oct-202410.4 KiB

adler32_simd.hH A D25-Oct-2024363

BUILD.gnH A D25-Oct-202411.8 KiB

chromeconf.hH A D25-Oct-20247 KiB

CMakeLists.txtH A D25-Oct-202411.4 KiB

compress.cH A D25-Oct-20243.1 KiB

contrib/optimizations/H25-Oct-20244 KiB

cpu_features.cH A D25-Oct-20246.5 KiB

cpu_features.hH A D25-Oct-2024543

crc32.cH A D25-Oct-202435.3 KiB

crc32.hH A D25-Oct-2024577.9 KiB

crc32_simd.cH A D25-Oct-202417.8 KiB

crc32_simd.hH A D25-Oct-20241.8 KiB

crc_folding.cH A D25-Oct-202415.9 KiB

deflate.cH A D25-Oct-202482.1 KiB

deflate.hH A D25-Oct-202414.2 KiB

DIR_METADATAH A D25-Oct-202439

GN-scraper.pyH A D25-Oct-2024885

google/H25-Oct-20244 KiB

gzclose.cH A D25-Oct-2024668

gzguts.hH A D25-Oct-20246.6 KiB

gzlib.cH A D25-Oct-202415.9 KiB

gzread.cH A D25-Oct-202419.3 KiB

gzwrite.cH A D25-Oct-202418.8 KiB

infback.cH A D25-Oct-202422.2 KiB

inffast.cH A D25-Oct-202412.9 KiB

inffast.hH A D25-Oct-20241.1 KiB

inffixed.hH A D25-Oct-20246.2 KiB

inflate.cH A D25-Oct-202454.4 KiB

inflate.hH A D25-Oct-20246.5 KiB

inftrees.cH A D25-Oct-202412.7 KiB

inftrees.hH A D25-Oct-20242.9 KiB

LICENSEH A D25-Oct-2024910

OWNERSH A D25-Oct-202481

patches/H25-Oct-20244 KiB

README.chromiumH A D25-Oct-20241.3 KiB

slide_hash_simd.hH A D25-Oct-20243.6 KiB

trees.cH A D25-Oct-202440 KiB

trees.hH A D25-Oct-20248.3 KiB

uncompr.cH A D25-Oct-20242.8 KiB

win32/H25-Oct-20244 KiB

zconf.hH A D25-Oct-202416.8 KiB

zconf.h.cmakeinH A D25-Oct-202416.3 KiB

zconf.h.inH A D25-Oct-202416.3 KiB

zlib.3H A D25-Oct-20244.4 KiB

zlib.gypH A D25-Oct-20248.7 KiB

zlib.hH A D25-Oct-202495.1 KiB

zlib.mapH A D25-Oct-20241.5 KiB

zlib.pc.cmakeinH A D25-Oct-2024294

zutil.cH A D25-Oct-20247 KiB

zutil.hH A D25-Oct-20247.6 KiB

README.chromium

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