Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
contrib/ | 03-May-2024 | - | ||||
google/ | 03-May-2024 | - | ||||
patches/ | 03-May-2024 | - | ||||
Android.bp | D | 03-May-2024 | 7 KiB | |||
BUILD.gn | D | 03-May-2024 | 10.1 KiB | |||
CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | |||
DIR_METADATA | D | 03-May-2024 | 39 | |||
LICENSE | D | 03-May-2024 | 912 | |||
METADATA | D | 03-May-2024 | 341 | |||
MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 100 | |||
OWNERS.android | D | 03-May-2024 | 46 | |||
README.chromium | D | 03-May-2024 | 1.1 KiB | |||
TEST_MAPPING | D | 03-May-2024 | 422 | |||
adler32.c | D | 03-May-2024 | 6 KiB | |||
adler32_simd.c | D | 03-May-2024 | 10.4 KiB | |||
adler32_simd.h | D | 03-May-2024 | 385 | |||
chromeconf.h | D | 03-May-2024 | 6.8 KiB | |||
compress.c | D | 03-May-2024 | 3.2 KiB | |||
cpu_features.c | D | 03-May-2024 | 5.6 KiB | |||
cpu_features.h | D | 03-May-2024 | 531 | |||
crc32.c | D | 03-May-2024 | 16.2 KiB | |||
crc32.h | D | 03-May-2024 | 29.8 KiB | |||
crc32_simd.c | D | 03-May-2024 | 6.9 KiB | |||
crc32_simd.h | D | 03-May-2024 | 1,009 | |||
crc_folding.c | D | 03-May-2024 | 15.7 KiB | |||
deflate.c | D | 03-May-2024 | 80.9 KiB | |||
deflate.h | D | 03-May-2024 | 13.2 KiB | |||
fill_window_sse.c | D | 03-May-2024 | 6.5 KiB | |||
gzclose.c | D | 03-May-2024 | 678 | |||
gzguts.h | D | 03-May-2024 | 6.7 KiB | |||
gzlib.c | D | 03-May-2024 | 16.2 KiB | |||
gzread.c | D | 03-May-2024 | 20 KiB | |||
gzwrite.c | D | 03-May-2024 | 18.8 KiB | |||
infback.c | D | 03-May-2024 | 22.2 KiB | |||
inffast.c | D | 03-May-2024 | 13 KiB | |||
inffast.h | D | 03-May-2024 | 1.1 KiB | |||
inffixed.h | D | 03-May-2024 | 6.2 KiB | |||
inflate.c | D | 03-May-2024 | 53.7 KiB | |||
inflate.h | D | 03-May-2024 | 6.5 KiB | |||
inftrees.c | D | 03-May-2024 | 12.7 KiB | |||
inftrees.h | D | 03-May-2024 | 2.9 KiB | |||
libz.map.txt | D | 03-May-2024 | 2.5 KiB | |||
trees.c | D | 03-May-2024 | 41.9 KiB | |||
trees.h | D | 03-May-2024 | 8.3 KiB | |||
uncompr.c | D | 03-May-2024 | 2.9 KiB | |||
zconf.h | D | 03-May-2024 | 16.5 KiB | |||
zlib.h | D | 03-May-2024 | 96.4 KiB | |||
zutil.c | D | 03-May-2024 | 7.1 KiB | |||
zutil.h | D | 03-May-2024 | 7.5 KiB |
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