Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
adler32.c | 20-Jun-2014 | 4.9K | |
compress.c | 20-Jun-2014 | 2.5K | |
contrib/ | 20-Jun-2014 | ||
crc32.c | 20-Jun-2014 | 13.4K | |
crc32.h | 20-Jun-2014 | 29.9K | |
deflate.c | 20-Jun-2014 | 73K | |
deflate.h | 20-Jun-2014 | 12.6K | |
google/ | 20-Jun-2014 | ||
google.patch | 20-Jun-2014 | 8.1K | |
gzclose.c | 20-Jun-2014 | 678 | |
gzguts.h | 20-Jun-2014 | 4.6K | |
gzlib.c | 20-Jun-2014 | 13.8K | |
gzread.c | 20-Jun-2014 | 20.1K | |
gzwrite.c | 20-Jun-2014 | 14.3K | |
infback.c | 20-Jun-2014 | 22.1K | |
inffast.c | 20-Jun-2014 | 13.1K | |
inffast.h | 20-Jun-2014 | 427 | |
inffixed.h | 20-Jun-2014 | 6.2K | |
inflate.c | 20-Jun-2014 | 51.4K | |
inflate.h | 20-Jun-2014 | 6.2K | |
inftrees.c | 20-Jun-2014 | 13.4K | |
inftrees.h | 20-Jun-2014 | 2.9K | |
LICENSE | 20-Jun-2014 | 1K | |
minizip.target.darwin-arm.mk | 20-Jun-2014 | 5.8K | |
minizip.target.darwin-mips.mk | 20-Jun-2014 | 5.7K | |
minizip.target.darwin-x86.mk | 20-Jun-2014 | 5.8K | |
minizip.target.linux-arm.mk | 20-Jun-2014 | 5.8K | |
minizip.target.linux-mips.mk | 20-Jun-2014 | 5.7K | |
minizip.target.linux-x86.mk | 20-Jun-2014 | 5.8K | |
mixed-source.patch | 20-Jun-2014 | 19.3K | |
mozzconf.h | 20-Jun-2014 | 5.9K | |
OWNERS | 20-Jun-2014 | 37 | |
README.chromium | 20-Jun-2014 | 791 | |
trees.c | 20-Jun-2014 | 44.2K | |
trees.h | 20-Jun-2014 | 8.3K | |
uncompr.c | 20-Jun-2014 | 1.9K | |
zconf.h | 20-Jun-2014 | 13.1K | |
zlib.gyp | 20-Jun-2014 | 2.5K | |
zlib.h | 20-Jun-2014 | 78.5K | |
zlib.target.darwin-arm.mk | 20-Jun-2014 | 6K | |
zlib.target.darwin-mips.mk | 20-Jun-2014 | 5.9K | |
zlib.target.darwin-x86.mk | 20-Jun-2014 | 6K | |
zlib.target.linux-arm.mk | 20-Jun-2014 | 6K | |
zlib.target.linux-mips.mk | 20-Jun-2014 | 5.9K | |
zlib.target.linux-x86.mk | 20-Jun-2014 | 6K | |
zutil.c | 20-Jun-2014 | 7.1K | |
zutil.h | 20-Jun-2014 | 7.4K |
1 Name: zlib 2 URL: http://zlib.net/ 3 Version: 1.2.5 4 Security Critical: yes 5 License: Custom license 6 License Android Compatible: yes 7 8 Description: 9 General purpose compression library 10 11 Local Modifications: 12 A few minor changes, all marked with "Google": 13 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. 14 - Removed use of strerror for WinCE in gzio.c. 15 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. 16 - Added 'mozzconf.h' to mangle the function names. 17 - Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API. 18 The 'google.patch' file represents our changes from the original zlib-1.2.5. 19 20 A more significant change to support mixed-source data compression. See 21 crbug.com/139744 and mixed-source.patch. 22