• Home
Name Date Size #Lines LOC

..--

contrib/optimizations/12-May-2024-2,6181,792

google/12-May-2024-5,8214,036

patches/12-May-2024-2,6842,530

win32/12-May-2024-9594

BUILD.gnD12-May-202412.1 KiB540435

CMakeLists.txtD12-May-20248.8 KiB241212

DIR_METADATAD12-May-202439 43

GN-scraper.pyD12-May-2024885 2922

LICENSED12-May-2024910 2015

OWNERSD12-May-202481 54

README.chromiumD12-May-20241.3 KiB3329

adler32.cD12-May-20245.8 KiB193141

adler32_simd.cD12-May-202410.4 KiB367186

adler32_simd.hD12-May-2024363 177

chromeconf.hD12-May-20247 KiB204161

compress.cD12-May-20243.1 KiB8644

cpu_features.cD12-May-20245.9 KiB180132

cpu_features.hD12-May-2024543 208

crc32.cD12-May-202435.3 KiB1,183803

crc32.hD12-May-2024577.9 KiB9,4479,380

crc32_simd.cD12-May-202417.8 KiB622371

crc32_simd.hD12-May-20241.8 KiB5824

crc_folding.cD12-May-202415.9 KiB500369

deflate.cD12-May-202481.5 KiB2,1781,392

deflate.hD12-May-202413.3 KiB360168

gzclose.cD12-May-2024668 2412

gzguts.hD12-May-20246.6 KiB220158

gzlib.cD12-May-202415.9 KiB586432

gzread.cD12-May-202419.3 KiB603396

gzwrite.cD12-May-202418.8 KiB632442

infback.cD12-May-202422.2 KiB630481

inffast.cD12-May-202412.9 KiB328256

inffast.hD12-May-20241.1 KiB273

inffixed.hD12-May-20246.2 KiB9584

inflate.cD12-May-202454.4 KiB1,5291,151

inflate.hD12-May-20246.5 KiB12774

inftrees.cD12-May-202412.7 KiB300169

inftrees.hD12-May-20242.9 KiB6316

slide_hash_simd.hD12-May-20243.6 KiB11761

trees.cD12-May-202439.7 KiB1,104656

trees.hD12-May-20248.3 KiB129120

uncompr.cD12-May-20242.8 KiB8653

zconf.hD12-May-202416.8 KiB567449

zconf.h.cmakeinD12-May-202416.3 KiB554507

zconf.h.inD12-May-202416.3 KiB552505

zlib.3D12-May-20244.4 KiB150148

zlib.gypD12-May-20248.7 KiB269267

zlib.hD12-May-202494.8 KiB1,965343

zlib.mapD12-May-20241.5 KiB10187

zlib.pc.cmakeinD12-May-2024294 1411

zutil.cD12-May-20247 KiB300214

zutil.hD12-May-20247.6 KiB297215

README.chromium

1Name: zlib
2Short Name: zlib
3URL: http://zlib.net/
4Version: 1.2.13
5CPEPrefix: cpe:/a:zlib:zlib:1.2.13
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 - In sync with 1.2.13 official release
31 - ZIP reader modified to allow for progress callbacks during extraction.
32 - ZIP reader modified to add detection of AES encrypted content.
33