|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| contrib/ | | 03-May-2024 | - | 11,388 | 8,133 |
| google/ | | 03-May-2024 | - | 3,912 | 2,699 |
| patches/ | | 03-May-2024 | - | 1,551 | 1,493 |
| Android.bp | D | 03-May-2024 | 3.6 KiB | 147 | 131 |
| BUILD.gn | D | 03-May-2024 | 8.9 KiB | 384 | 317 |
| CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 |
| 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 | | |
| NOTICE | D | 03-May-2024 | 912 | 20 | 15 |
| OWNERS | D | 03-May-2024 | 124 | 8 | 6 |
| OWNERS.android | D | 03-May-2024 | 46 | 2 | 1 |
| README.chromium | D | 03-May-2024 | 1 KiB | 29 | 25 |
| TEST_MAPPING | D | 03-May-2024 | 470 | 27 | 26 |
| 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.6 KiB | 196 | 155 |
| compress.c | D | 03-May-2024 | 3.2 KiB | 97 | 55 |
| cpu_features.c | D | 03-May-2024 | 4.9 KiB | 146 | 111 |
| cpu_features.h | D | 03-May-2024 | 499 | 18 | 6 |
| 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.6 KiB | 494 | 365 |
| deflate.c | D | 03-May-2024 | 79.3 KiB | 2,215 | 1,460 |
| deflate.h | D | 03-May-2024 | 13.2 KiB | 357 | 168 |
| fill_window_sse.c | D | 03-May-2024 | 6.4 KiB | 178 | 101 |
| 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 | 94.5 KiB | 1,936 | 330 |
| 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
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