Name Date Size #Lines LOC

..--

contrib/H25-Apr-2025-13,1049,442

examples/H25-Apr-2025-210145

google/H25-Apr-2025-5,8154,034

patches/H25-Apr-2025-2,8152,643

test/H25-Apr-2025-580441

Android.bpH A D25-Apr-202510.6 KiB414377

BUILD.gnH A D25-Apr-202512.4 KiB559447

CMakeLists.txtH A D25-Apr-202514.3 KiB381333

CleanSpec.mkH A D25-Apr-20252.2 KiB500

DIR_METADATAH A D25-Apr-202585 76

LICENSEH A D25-Apr-2025910 2015

METADATAH A D25-Apr-2025585 2018

MODULE_LICENSE_BSD_LIKEHD25-Apr-20250

OWNERSH A D25-Apr-202581 54

OWNERS.androidH A D25-Apr-202546 21

README.chromiumH A D25-Apr-20251.3 KiB3430

TEST_MAPPINGH A D25-Apr-2025422 2827

adler32.cH A D25-Apr-20256.1 KiB198146

adler32_simd.cH A D25-Apr-202513.5 KiB457247

adler32_simd.hH A D25-Apr-2025363 177

chromeconf.hH A D25-Apr-20257 KiB204161

compress.cH A D25-Apr-20253.1 KiB8644

cpu_features.cH A D25-Apr-20257.1 KiB214159

cpu_features.hH A D25-Apr-2025613 2310

crc32.cH A D25-Apr-202535.4 KiB1,185805

crc32.hH A D25-Apr-2025577.9 KiB9,4479,380

crc32_simd.cH A D25-Apr-202517.8 KiB622371

crc32_simd.hH A D25-Apr-20251.8 KiB5824

crc_folding.cH A D25-Apr-202515.9 KiB500369

deflate.cH A D25-Apr-202582.5 KiB2,2171,426

deflate.hH A D25-Apr-202514.2 KiB389194

gzclose.cH A D25-Apr-2025668 2412

gzguts.hH A D25-Apr-20256.6 KiB219157

gzlib.cH A D25-Apr-202515.9 KiB586432

gzread.cH A D25-Apr-202519.3 KiB603396

gzwrite.cH A D25-Apr-202518.8 KiB632442

infback.cH A D25-Apr-202522.2 KiB630481

inffast.cH A D25-Apr-202512.9 KiB328256

inffast.hH A D25-Apr-20251.1 KiB273

inffixed.hH A D25-Apr-20256.2 KiB9584

inflate.cH A D25-Apr-202554.4 KiB1,5291,151

inflate.hH A D25-Apr-20256.5 KiB12774

inftrees.cH A D25-Apr-202512.7 KiB300169

inftrees.hH A D25-Apr-20252.9 KiB6316

libz.map.txtH A D25-Apr-20252.5 KiB152138

slide_hash_simd.hH A D25-Apr-20253.6 KiB11761

trees.cH A D25-Apr-202540 KiB1,119671

trees.hH A D25-Apr-20258.3 KiB129120

uncompr.cH A D25-Apr-20252.8 KiB8653

zconf.hH A D25-Apr-202516.9 KiB571451

zconf.h.cmakeinH A D25-Apr-202516.3 KiB554507

zconf.h.inH A D25-Apr-202516.3 KiB552505

zlib.3H A D25-Apr-20254.4 KiB150148

zlib.hH A D25-Apr-202597.1 KiB2,031381

zlib.mapH A D25-Apr-20251.5 KiB10187

zlib.pc.cmakeinH A D25-Apr-2025294 1411

zutil.cH A D25-Apr-20257 KiB300214

zutil.hH A D25-Apr-20257.1 KiB276196

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