• Home
Name Date Size #Lines LOC

..--

contrib/03-May-2024-12,8019,202

google/03-May-2024-3,9482,720

patches/03-May-2024-2,0641,950

Android.bpD03-May-20247 KiB277253

BUILD.gnD03-May-202410.1 KiB453369

CleanSpec.mkD03-May-20242.2 KiB500

DIR_METADATAD03-May-202439 43

LICENSED03-May-2024912 2015

METADATAD03-May-2024341 1615

MODULE_LICENSE_BSD_LIKED03-May-20240

OWNERSD03-May-2024100 65

OWNERS.androidD03-May-202446 21

README.chromiumD03-May-20241.1 KiB3026

TEST_MAPPINGD03-May-2024422 2827

adler32.cD03-May-20246 KiB215162

adler32_simd.cD03-May-202410.4 KiB367186

adler32_simd.hD03-May-2024385 177

chromeconf.hD03-May-20246.8 KiB200157

compress.cD03-May-20243.2 KiB9755

cpu_features.cD03-May-20245.6 KiB168123

cpu_features.hD03-May-2024531 197

crc32.cD03-May-202416.2 KiB528349

crc32.hD03-May-202429.8 KiB442437

crc32_simd.cD03-May-20246.9 KiB244138

crc32_simd.hD03-May-20241,009 3713

crc_folding.cD03-May-202415.7 KiB498367

deflate.cD03-May-202480.9 KiB2,2461,475

deflate.hD03-May-202413.2 KiB357168

fill_window_sse.cD03-May-20246.5 KiB183103

gzclose.cD03-May-2024678 2614

gzguts.hD03-May-20246.7 KiB219157

gzlib.cD03-May-202416.2 KiB638482

gzread.cD03-May-202420 KiB659450

gzwrite.cD03-May-202418.8 KiB666477

infback.cD03-May-202422.2 KiB642493

inffast.cD03-May-202413 KiB331259

inffast.hD03-May-20241.1 KiB273

inffixed.hD03-May-20246.2 KiB9584

inflate.cD03-May-202453.7 KiB1,5641,207

inflate.hD03-May-20246.5 KiB12674

inftrees.cD03-May-202412.7 KiB305174

inftrees.hD03-May-20242.9 KiB6316

libz.map.txtD03-May-20242.5 KiB152138

trees.cD03-May-202441.9 KiB1,182730

trees.hD03-May-20248.3 KiB129120

uncompr.cD03-May-20242.9 KiB9461

zconf.hD03-May-202416.5 KiB554434

zlib.hD03-May-202496.4 KiB1,999368

zutil.cD03-May-20247.1 KiB326245

zutil.hD03-May-20247.5 KiB293211

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