Skip to content

Latest commit

 

History

History

contrib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contributions
for help about these, not the zlib authors. Thanks.


asm386/     by Gilles Vollant <[email protected]>
	386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c

asm586/ and asm686/    by Brian Raiter <[email protected]> 
        asm code for Pentium and Pentium Pro
        See http://www.muppetlabs.com/~breadbox/software/assembly.html

blast/      by Mark Adler <[email protected]>
	Decompressor for output of PKWare Data Compression Library

delphi/     by Bob Dellaca <[email protected]>
	Support for Delphi

delphi2/    by Davide Moretti <[email protected]>
        Another support for C++Builder and Delphi

inflate86/  by Chris Anderson <[email protected]>
	Tuned x86 gcc asm code to replace inflate_fast()

minizip/    by Gilles Vollant <[email protected]>
	Mini zip and unzip based on zlib
        See http://www.winimage.com/zLibDll/unzip.html

iostream/   by Kevin Ruland <[email protected]>
        A C++ I/O streams interface to the zlib gz* functions

iostream2/  by Tyge Løvset <[email protected]>
	Another C++ I/O streams interface

untgz/      by "Pedro A. Aranda Guti\irrez" <[email protected]>
	A very simple tar.gz file extractor using zlib

visual-basic.txt by Carlos Rios <[email protected]>
        How to use compress(), uncompress() and the gz* functions from VB.