• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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