Help Guide (Web manual)
Jean-loup Gailly
jloup@gzip.org
Mark Adler
madler@alumni.caltech.edu
The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
trinfback.c
Copyright (C) 1995-2009 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
This code is largely copied from inflate.c.
Normally either infback.o or inflate.o would be linked into an application--not both.
The interface with inffast.c is retained so that optimized assembler-coded versions of inflate_fast() can be used
with either inflate.c or infback.c.
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to
alter it and redistribute it freely, subject to the following restrictions:
Jean-loup Gailly
jloup@gzip.org
Mark Adler
madler@alumni.caltech.edu
The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
trinffast.c
Copyright (C) 1995-2010 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to
alter it and redistribute it freely, subject to the following restrictions:
Jean-loup Gailly
jloup@gzip.org
Mark Adler
madler@alumni.caltech.edu
The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
trinflate.c
Copyright (C) 1995-2010 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to
alter it and redistribute it freely, subject to the following restrictions:
The origin of this software must not be misrepresented; you must not claim that you wrote the original
software. If you use this software in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
1.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the
original software.
2.
This notice may not be removed or altered from any source distribution.
3.
The origin of this software must not be misrepresented; you must not claim that you wrote the original
software. If you use this software in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
1.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the
original software.
2.
This notice may not be removed or altered from any source distribution.
3.