• Home
Name Date Size #Lines LOC

..--

contrib/optimizations/12-May-2024-2,6061,825

google/12-May-2024-3,9142,701

patches/12-May-2024-1,5351,479

win32/12-May-2024-9594

BUILD.gnD12-May-20248.4 KiB380314

LICENSED12-May-2024912 2015

OWNERSD12-May-2024128 86

README.chromiumD12-May-20241 KiB2925

adler32.cD12-May-20246 KiB217164

adler32_simd.cD12-May-202410.5 KiB371190

adler32_simd.hD12-May-2024385 177

arm_features.cD12-May-20243.4 KiB9172

arm_features.hD12-May-2024372 144

chromeconf.hD12-May-20246.6 KiB196155

compress.cD12-May-20243.2 KiB9755

crc32.cD12-May-202416.1 KiB525346

crc32.hD12-May-202429.8 KiB442437

crc32_simd.cD12-May-20247 KiB248142

crc32_simd.hD12-May-20241,009 3713

crc_folding.cD12-May-202415.9 KiB506376

deflate.cD12-May-202479.1 KiB2,2121,459

deflate.hD12-May-202413.2 KiB357168

fill_window_sse.cD12-May-20246.4 KiB179102

gzclose.cD12-May-2024678 2614

gzguts.hD12-May-20246.7 KiB219157

gzlib.cD12-May-202416.2 KiB638482

gzread.cD12-May-202420 KiB659450

gzwrite.cD12-May-202418.8 KiB666477

infback.cD12-May-202422.2 KiB642493

inffast.cD12-May-202413 KiB331259

inffast.hD12-May-20241.1 KiB273

inffixed.hD12-May-20246.2 KiB9584

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

inflate.hD12-May-20246.5 KiB12674

inftrees.cD12-May-202412.7 KiB305174

inftrees.hD12-May-20242.9 KiB6316

simd_stub.cD12-May-2024772 3624

trees.cD12-May-202441.9 KiB1,182730

trees.hD12-May-20248.3 KiB129120

uncompr.cD12-May-20242.9 KiB9461

x86.cD12-May-20242.5 KiB10275

x86.hD12-May-2024333 177

zconf.hD12-May-202416.4 KiB550432

zlib.gypD12-May-20244.8 KiB166164

zlib.hD12-May-202494.5 KiB1,936330

zutil.cD12-May-20247.1 KiB326245

zutil.hD12-May-20247.5 KiB293211

README.chromium

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