A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.6 KiB

14 years ago
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.
14 years ago
ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
14 years ago
Support for Ada
See http://zlib-ada.sourceforge.net/
14 years ago
14 years ago
asm586/
asm686/ by Brian Raiter <breadbox@muppetlabs.com>
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
See http://www.muppetlabs.com/~breadbox/software/assembly.html
14 years ago
14 years ago
blast/ by Mark Adler <madler@alumni.caltech.edu>
14 years ago
Decompressor for output of PKWare Data Compression Library (DCL)
14 years ago
14 years ago
delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
14 years ago
Support for Delphi and C++ Builder
gzappend/ by Mark Adler <madler@alumni.caltech.edu>
append to a gzip file -- illustrates the use of Z_BLOCK
14 years ago
14 years ago
infback9/ by Mark Adler <madler@alumni.caltech.edu>
Unsupported diffs to infback to decode the deflate64 format
14 years ago
14 years ago
inflate86/ by Chris Anderson <christop@charm.net>
14 years ago
Tuned x86 gcc asm code to replace inflate_fast()
14 years ago
14 years ago
iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
14 years ago
A C++ I/O streams interface to the zlib gz* functions
14 years ago
iostream2/ by Tyge L<EFBFBD>vset <Tyge.Lovset@cmr.no>
14 years ago
Another C++ I/O streams interface
14 years ago
14 years ago
iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
and Kevin Ruland <kevin@rodin.wustl.edu>
14 years ago
Yet another C++ I/O streams interface
14 years ago
masm686/ by Dan Higdon <hdan@kinesoft.com>
and Chuck Walbourn <chuckw@kinesoft.com>
14 years ago
asm code for Pentium Pro/PII, using the MASM syntax
14 years ago
masmx86/ by Gilles Vollant <info@winimage.com>
14 years ago
x86 asm code to replace longest_match() and inflate_fast(),
for Visual C++ and MASM
14 years ago
minizip/ by Gilles Vollant <info@winimage.com>
14 years ago
Mini zip and unzip based on zlib
See http://www.winimage.com/zLibDll/unzip.html
14 years ago
pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
14 years ago
Support for Pascal
14 years ago
puff/ by Mark Adler <madler@alumni.caltech.edu>
14 years ago
Small, low memory usage inflate. Also serves to provide an
unambiguous description of the deflate format.
14 years ago
testzlib/ by Gilles Vollant <info@winimage.com>
14 years ago
Example of the use of zlib
14 years ago
14 years ago
untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
14 years ago
A very simple tar.gz file extractor using zlib
14 years ago
visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
14 years ago
How to use compress(), uncompress() and the gz* functions from VB
14 years ago
vstudio/ by Gilles Vollant <info@winimage.com>
14 years ago
Building zlib with Visual Studio .NET