|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| contrib/ | | 03-May-2024 | - | 12,801 | 9,202 |
| google/ | | 03-May-2024 | - | 3,948 | 2,720 |
| patches/ | | 03-May-2024 | - | 2,064 | 1,950 |
| Android.bp | D | 03-May-2024 | 7 KiB | 277 | 253 |
| BUILD.gn | D | 03-May-2024 | 10.1 KiB | 453 | 369 |
| CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 |
| DIR_METADATA | D | 03-May-2024 | 39 | 4 | 3 |
| LICENSE | D | 03-May-2024 | 912 | 20 | 15 |
| METADATA | D | 03-May-2024 | 341 | 16 | 15 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| OWNERS | D | 03-May-2024 | 100 | 6 | 5 |
| OWNERS.android | D | 03-May-2024 | 46 | 2 | 1 |
| README.chromium | D | 03-May-2024 | 1.1 KiB | 30 | 26 |
| TEST_MAPPING | D | 03-May-2024 | 422 | 28 | 27 |
| adler32.c | D | 03-May-2024 | 6 KiB | 215 | 162 |
| adler32_simd.c | D | 03-May-2024 | 10.4 KiB | 367 | 186 |
| adler32_simd.h | D | 03-May-2024 | 385 | 17 | 7 |
| chromeconf.h | D | 03-May-2024 | 6.8 KiB | 200 | 157 |
| compress.c | D | 03-May-2024 | 3.2 KiB | 97 | 55 |
| cpu_features.c | D | 03-May-2024 | 5.6 KiB | 168 | 123 |
| cpu_features.h | D | 03-May-2024 | 531 | 19 | 7 |
| crc32.c | D | 03-May-2024 | 16.2 KiB | 528 | 349 |
| crc32.h | D | 03-May-2024 | 29.8 KiB | 442 | 437 |
| crc32_simd.c | D | 03-May-2024 | 6.9 KiB | 244 | 138 |
| crc32_simd.h | D | 03-May-2024 | 1,009 | 37 | 13 |
| crc_folding.c | D | 03-May-2024 | 15.7 KiB | 498 | 367 |
| deflate.c | D | 03-May-2024 | 80.9 KiB | 2,246 | 1,475 |
| deflate.h | D | 03-May-2024 | 13.2 KiB | 357 | 168 |
| fill_window_sse.c | D | 03-May-2024 | 6.5 KiB | 183 | 103 |
| gzclose.c | D | 03-May-2024 | 678 | 26 | 14 |
| gzguts.h | D | 03-May-2024 | 6.7 KiB | 219 | 157 |
| gzlib.c | D | 03-May-2024 | 16.2 KiB | 638 | 482 |
| gzread.c | D | 03-May-2024 | 20 KiB | 659 | 450 |
| gzwrite.c | D | 03-May-2024 | 18.8 KiB | 666 | 477 |
| infback.c | D | 03-May-2024 | 22.2 KiB | 642 | 493 |
| inffast.c | D | 03-May-2024 | 13 KiB | 331 | 259 |
| inffast.h | D | 03-May-2024 | 1.1 KiB | 27 | 3 |
| inffixed.h | D | 03-May-2024 | 6.2 KiB | 95 | 84 |
| inflate.c | D | 03-May-2024 | 53.7 KiB | 1,564 | 1,207 |
| inflate.h | D | 03-May-2024 | 6.5 KiB | 126 | 74 |
| inftrees.c | D | 03-May-2024 | 12.7 KiB | 305 | 174 |
| inftrees.h | D | 03-May-2024 | 2.9 KiB | 63 | 16 |
| libz.map.txt | D | 03-May-2024 | 2.5 KiB | 152 | 138 |
| trees.c | D | 03-May-2024 | 41.9 KiB | 1,182 | 730 |
| trees.h | D | 03-May-2024 | 8.3 KiB | 129 | 120 |
| uncompr.c | D | 03-May-2024 | 2.9 KiB | 94 | 61 |
| zconf.h | D | 03-May-2024 | 16.5 KiB | 554 | 434 |
| zlib.h | D | 03-May-2024 | 96.4 KiB | 1,999 | 368 |
| zutil.c | D | 03-May-2024 | 7.1 KiB | 326 | 245 |
| zutil.h | D | 03-May-2024 | 7.5 KiB | 293 | 211 |
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