evan@chromium.org | a9d52ab | 2010-03-19 00:46:18 +0000 | [diff] [blame] | 1 | Name: zlib |
mark | 13dc246 | 2017-02-14 22:15:29 -0800 | [diff] [blame] | 2 | Short Name: zlib |
evan@chromium.org | a9d52ab | 2010-03-19 00:46:18 +0000 | [diff] [blame] | 3 | URL: http://zlib.net/ |
mark | 13dc246 | 2017-02-14 22:15:29 -0800 | [diff] [blame] | 4 | Version: 1.2.11 |
hbono@chromium.org | d2dc209 | 2011-12-12 08:48:38 +0000 | [diff] [blame] | 5 | Security Critical: yes |
steveblock@chromium.org | b1ff328 | 2012-08-01 15:50:29 +0000 | [diff] [blame] | 6 | License: Custom license |
mark | 13dc246 | 2017-02-14 22:15:29 -0800 | [diff] [blame] | 7 | License File: LICENSE |
steveblock@chromium.org | 8f180be | 2012-08-14 11:57:42 +0000 | [diff] [blame] | 8 | License Android Compatible: yes |
mpcomplete@google.com | dd56df5 | 2009-01-13 21:35:26 +0000 | [diff] [blame] | 9 | |
| 10 | Description: |
mark | 13dc246 | 2017-02-14 22:15:29 -0800 | [diff] [blame] | 11 | "A massively spiffy yet delicately unobtrusive compression library." |
| 12 | |
| 13 | zlib is a free, general-purpose, legally unencumbered lossless data-compression |
| 14 | library. zlib implements the "deflate" compression algorithm described by RFC |
| 15 | 1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib |
| 16 | also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats. |
mpcomplete@google.com | dd56df5 | 2009-01-13 21:35:26 +0000 | [diff] [blame] | 17 | |
| 18 | Local Modifications: |
mark | 13dc246 | 2017-02-14 22:15:29 -0800 | [diff] [blame] | 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. |
Tom Anderson | 20c7ae1 | 2019-04-08 20:51:48 +0000 | [diff] [blame] | 25 | - Added chromeconf.h |
Chris Blume | fe57206 | 2017-10-31 23:18:18 +0000 | [diff] [blame] | 26 | - Plus the changes in 'patches' folder. |
| 27 | - Code in contrib/ other than contrib/minizip was added to match zlib's |
Boris Sazonov | 0f473a1 | 2017-11-30 10:01:30 +0000 | [diff] [blame] | 28 | contributor layout. |