third_party/zlib: Initial copy of zlib.
authorIra Cooper <ira@samba.org>
Wed, 23 Jul 2014 04:26:40 +0000 (21:26 -0700)
committerIra Cooper <ira@samba.org>
Sat, 9 Aug 2014 16:26:16 +0000 (18:26 +0200)
commite8e85689756eaf74e82f55b8ae6f706b430b01cd
treed4d39094f46bb834683649d0aad3d9a0e785e55c
parentea3d62eea980348e73d6eeb870f36d0908ab42c3
third_party/zlib: Initial copy of zlib.

Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
197 files changed:
third_party/zlib/ChangeLog [new file with mode: 0644]
third_party/zlib/FAQ [new file with mode: 0644]
third_party/zlib/INDEX [new file with mode: 0644]
third_party/zlib/Makefile [new file with mode: 0644]
third_party/zlib/Makefile.in [new file with mode: 0644]
third_party/zlib/README [new file with mode: 0644]
third_party/zlib/adler32.c [new file with mode: 0644]
third_party/zlib/algorithm.txt [new file with mode: 0644]
third_party/zlib/amiga/Makefile.pup [new file with mode: 0644]
third_party/zlib/amiga/Makefile.sas [new file with mode: 0644]
third_party/zlib/as400/bndsrc [new file with mode: 0644]
third_party/zlib/as400/compile.clp [new file with mode: 0644]
third_party/zlib/as400/readme.txt [new file with mode: 0644]
third_party/zlib/as400/zlib.inc [new file with mode: 0644]
third_party/zlib/compress.c [new file with mode: 0644]
third_party/zlib/contrib/README.contrib [new file with mode: 0644]
third_party/zlib/contrib/ada/buffer_demo.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/mtest.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/read.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/ada/test.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib-streams.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib-streams.ads [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib-thin.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib-thin.ads [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib.adb [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib.ads [new file with mode: 0644]
third_party/zlib/contrib/ada/zlib.gpr [new file with mode: 0644]
third_party/zlib/contrib/asm586/README.586 [new file with mode: 0644]
third_party/zlib/contrib/asm586/match.S [new file with mode: 0644]
third_party/zlib/contrib/asm686/README.686 [new file with mode: 0644]
third_party/zlib/contrib/asm686/match.S [new file with mode: 0644]
third_party/zlib/contrib/blast/Makefile [new file with mode: 0644]
third_party/zlib/contrib/blast/README [new file with mode: 0644]
third_party/zlib/contrib/blast/blast.c [new file with mode: 0644]
third_party/zlib/contrib/blast/blast.h [new file with mode: 0644]
third_party/zlib/contrib/blast/test.pk [new file with mode: 0644]
third_party/zlib/contrib/blast/test.txt [new file with mode: 0644]
third_party/zlib/contrib/delphi/ZLib.pas [new file with mode: 0644]
third_party/zlib/contrib/delphi/ZLibConst.pas [new file with mode: 0644]
third_party/zlib/contrib/delphi/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/delphi/zlibd32.mak [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib.build [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib.chm [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib.sln [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/CodecBase.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/Deflater.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/DotZLib.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/Inflater.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/DotZLib/UnitTests.cs [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/LICENSE_1_0.txt [new file with mode: 0644]
third_party/zlib/contrib/dotzlib/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/infback9/README [new file with mode: 0644]
third_party/zlib/contrib/infback9/infback9.c [new file with mode: 0644]
third_party/zlib/contrib/infback9/infback9.h [new file with mode: 0644]
third_party/zlib/contrib/infback9/inffix9.h [new file with mode: 0644]
third_party/zlib/contrib/infback9/inflate9.h [new file with mode: 0644]
third_party/zlib/contrib/infback9/inftree9.c [new file with mode: 0644]
third_party/zlib/contrib/infback9/inftree9.h [new file with mode: 0644]
third_party/zlib/contrib/inflate86/inffas86.c [new file with mode: 0644]
third_party/zlib/contrib/inflate86/inffast.S [new file with mode: 0644]
third_party/zlib/contrib/iostream/test.cpp [new file with mode: 0644]
third_party/zlib/contrib/iostream/zfstream.cpp [new file with mode: 0644]
third_party/zlib/contrib/iostream/zfstream.h [new file with mode: 0644]
third_party/zlib/contrib/iostream2/zstream.h [new file with mode: 0644]
third_party/zlib/contrib/iostream2/zstream_test.cpp [new file with mode: 0644]
third_party/zlib/contrib/iostream3/README [new file with mode: 0644]
third_party/zlib/contrib/iostream3/TODO [new file with mode: 0644]
third_party/zlib/contrib/iostream3/test.cc [new file with mode: 0644]
third_party/zlib/contrib/iostream3/zfstream.cc [new file with mode: 0644]
third_party/zlib/contrib/iostream3/zfstream.h [new file with mode: 0644]
third_party/zlib/contrib/masm686/match.asm [new file with mode: 0644]
third_party/zlib/contrib/masmx64/bld_ml64.bat [new file with mode: 0644]
third_party/zlib/contrib/masmx64/gvmat64.asm [new file with mode: 0644]
third_party/zlib/contrib/masmx64/inffas8664.c [new file with mode: 0644]
third_party/zlib/contrib/masmx64/inffasx64.asm [new file with mode: 0644]
third_party/zlib/contrib/masmx64/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/masmx86/bld_ml32.bat [new file with mode: 0644]
third_party/zlib/contrib/masmx86/gvmat32.asm [new file with mode: 0644]
third_party/zlib/contrib/masmx86/gvmat32c.c [new file with mode: 0644]
third_party/zlib/contrib/masmx86/inffas32.asm [new file with mode: 0644]
third_party/zlib/contrib/masmx86/mkasm.bat [new file with mode: 0755]
third_party/zlib/contrib/masmx86/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/minizip/ChangeLogUnzip [new file with mode: 0644]
third_party/zlib/contrib/minizip/Makefile [new file with mode: 0644]
third_party/zlib/contrib/minizip/crypt.h [new file with mode: 0644]
third_party/zlib/contrib/minizip/ioapi.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/ioapi.h [new file with mode: 0644]
third_party/zlib/contrib/minizip/iowin32.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/iowin32.h [new file with mode: 0644]
third_party/zlib/contrib/minizip/miniunz.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/minizip.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/mztools.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/mztools.h [new file with mode: 0644]
third_party/zlib/contrib/minizip/unzip.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/unzip.h [new file with mode: 0644]
third_party/zlib/contrib/minizip/zip.c [new file with mode: 0644]
third_party/zlib/contrib/minizip/zip.h [new file with mode: 0644]
third_party/zlib/contrib/pascal/example.pas [new file with mode: 0644]
third_party/zlib/contrib/pascal/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/pascal/zlibd32.mak [new file with mode: 0644]
third_party/zlib/contrib/pascal/zlibpas.pas [new file with mode: 0644]
third_party/zlib/contrib/puff/Makefile [new file with mode: 0644]
third_party/zlib/contrib/puff/README [new file with mode: 0644]
third_party/zlib/contrib/puff/puff.c [new file with mode: 0644]
third_party/zlib/contrib/puff/puff.h [new file with mode: 0644]
third_party/zlib/contrib/puff/zeros.raw [new file with mode: 0644]
third_party/zlib/contrib/testzlib/testzlib.c [new file with mode: 0644]
third_party/zlib/contrib/testzlib/testzlib.txt [new file with mode: 0644]
third_party/zlib/contrib/untgz/Makefile [new file with mode: 0644]
third_party/zlib/contrib/untgz/Makefile.msc [new file with mode: 0644]
third_party/zlib/contrib/untgz/untgz.c [new file with mode: 0644]
third_party/zlib/contrib/vstudio/readme.txt [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/miniunz.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/minizip.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/testzlib.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/zlib.rc [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/zlibstat.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/zlibvc.def [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/zlibvc.sln [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc7/zlibvc.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/miniunz.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/minizip.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/testzlib.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/testzlibdll.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/zlib.rc [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/zlibstat.vcproj [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/zlibvc.def [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/zlibvc.sln [new file with mode: 0644]
third_party/zlib/contrib/vstudio/vc8/zlibvc.vcproj [new file with mode: 0644]
third_party/zlib/crc32.c [new file with mode: 0644]
third_party/zlib/crc32.h [new file with mode: 0644]
third_party/zlib/deflate.c [new file with mode: 0644]
third_party/zlib/deflate.h [new file with mode: 0644]
third_party/zlib/example.c [new file with mode: 0644]
third_party/zlib/examples/README.examples [new file with mode: 0644]
third_party/zlib/examples/fitblk.c [new file with mode: 0644]
third_party/zlib/examples/gun.c [new file with mode: 0644]
third_party/zlib/examples/gzappend.c [new file with mode: 0644]
third_party/zlib/examples/gzjoin.c [new file with mode: 0644]
third_party/zlib/examples/gzlog.c [new file with mode: 0644]
third_party/zlib/examples/gzlog.h [new file with mode: 0644]
third_party/zlib/examples/zlib_how.html [new file with mode: 0644]
third_party/zlib/examples/zpipe.c [new file with mode: 0644]
third_party/zlib/examples/zran.c [new file with mode: 0644]
third_party/zlib/gzio.c [new file with mode: 0644]
third_party/zlib/infback.c [new file with mode: 0644]
third_party/zlib/inffast.c [new file with mode: 0644]
third_party/zlib/inffast.h [new file with mode: 0644]
third_party/zlib/inffixed.h [new file with mode: 0644]
third_party/zlib/inflate.c [new file with mode: 0644]
third_party/zlib/inflate.h [new file with mode: 0644]
third_party/zlib/inftrees.c [new file with mode: 0644]
third_party/zlib/inftrees.h [new file with mode: 0644]
third_party/zlib/make_vms.com [new file with mode: 0644]
third_party/zlib/minigzip.c [new file with mode: 0644]
third_party/zlib/msdos/Makefile.bor [new file with mode: 0644]
third_party/zlib/msdos/Makefile.dj2 [new file with mode: 0644]
third_party/zlib/msdos/Makefile.emx [new file with mode: 0644]
third_party/zlib/msdos/Makefile.msc [new file with mode: 0644]
third_party/zlib/msdos/Makefile.tc [new file with mode: 0644]
third_party/zlib/old/Makefile.riscos [new file with mode: 0644]
third_party/zlib/old/README [new file with mode: 0644]
third_party/zlib/old/descrip.mms [new file with mode: 0644]
third_party/zlib/old/os2/Makefile.os2 [new file with mode: 0644]
third_party/zlib/old/os2/zlib.def [new file with mode: 0644]
third_party/zlib/old/visual-basic.txt [new file with mode: 0644]
third_party/zlib/old/zlib.html [new file with mode: 0644]
third_party/zlib/projects/README.projects [new file with mode: 0644]
third_party/zlib/projects/visualc6/README.txt [new file with mode: 0644]
third_party/zlib/projects/visualc6/example.dsp [new file with mode: 0644]
third_party/zlib/projects/visualc6/minigzip.dsp [new file with mode: 0644]
third_party/zlib/projects/visualc6/zlib.dsp [new file with mode: 0644]
third_party/zlib/projects/visualc6/zlib.dsw [new file with mode: 0644]
third_party/zlib/qnx/package.qpg [new file with mode: 0644]
third_party/zlib/trees.c [new file with mode: 0644]
third_party/zlib/trees.h [new file with mode: 0644]
third_party/zlib/uncompr.c [new file with mode: 0644]
third_party/zlib/win32/DLL_FAQ.txt [new file with mode: 0644]
third_party/zlib/win32/Makefile.bor [new file with mode: 0644]
third_party/zlib/win32/Makefile.emx [new file with mode: 0644]
third_party/zlib/win32/Makefile.gcc [new file with mode: 0644]
third_party/zlib/win32/Makefile.msc [new file with mode: 0644]
third_party/zlib/win32/VisualC.txt [new file with mode: 0644]
third_party/zlib/win32/zlib.def [new file with mode: 0644]
third_party/zlib/win32/zlib1.rc [new file with mode: 0644]
third_party/zlib/wscript [new file with mode: 0644]
third_party/zlib/zconf.h [new file with mode: 0644]
third_party/zlib/zconf.in.h [new file with mode: 0644]
third_party/zlib/zlib.h [new file with mode: 0644]
third_party/zlib/zutil.c [new file with mode: 0644]
third_party/zlib/zutil.h [new file with mode: 0644]