Home | History | Annotate | only in /external/chromium/third_party/zlib
Up to higher level directory
NameDateSize
adler32.c19-Dec-20104.5K
compress.c19-Dec-20102.5K
contrib/19-Dec-2010
crc32.c19-Dec-201012.9K
crc32.h19-Dec-201029.9K
deflate.c19-Dec-201062.7K
deflate.h19-Dec-201011.9K
gzio.c19-Dec-201030.8K
infback.c19-Dec-201021.6K
inffast.c19-Dec-201012.3K
inffast.h19-Dec-2010407
inffixed.h19-Dec-20106.2K
inflate.c19-Dec-201047.8K
inflate.h19-Dec-20105.8K
inftrees.c19-Dec-201013.4K
inftrees.h19-Dec-20102.3K
mozzconf.h19-Dec-20104.8K
README.chromium19-Dec-2010392
SConstruct19-Dec-201069
trees.c19-Dec-201043.1K
trees.h19-Dec-20108.2K
uncompr.c19-Dec-20102.1K
zconf.h19-Dec-20109.5K
zlib.gyp19-Dec-20102.7K
zlib.h19-Dec-201064.6K
zlib.scons19-Dec-20107.8K
zlib_main.scons19-Dec-20109.7K
zutil.c19-Dec-20107.1K
zutil.h19-Dec-20106.8K

README.chromium

      1 URL:  http://zlib.net/
      2 Version: 1.2.3
      3 License: zlib
      4 License File: LICENSE
      5 
      6 Description:
      7 General purpose compression library
      8 
      9 Local Modifications:
     10 A few minor changes, all marked with "Google":
     11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
     12 - Removed use of strerror for WinCE in gzio.c.
     13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.