Name Description Size
adler32.c adler32.c -- compute the Adler-32 checksum of a data stream Copyright (C) 1995-2011, 2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 5204
compress.c compress.c -- compress a memory buffer Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 2696
crc32.c crc32.c -- compute the CRC-32 of a data stream Copyright (C) 1995-2022 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h This interleaved implementation of a CRC makes use of pipelined multiple arithmetic-logic units, commonly found in modern CPU cores. It is due to Kadatch and Jenkins (2010). See doc/crc-doc.1.0.pdf in this distribution. 32250
crc32.h crc32.h -- tables for rapid CRC calculation Generated automatically by crc32.c 591749
deflate.c deflate.c -- compress data using the deflation algorithm Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 82274
deflate.h deflate.h -- internal compression state Copyright (C) 1995-2018 Jean-loup Gailly For conditions of distribution and use, see copyright notice in zlib.h 13125
exports.gyp 753
gzclose.c gzclose.c -- zlib gzclose() function Copyright (C) 2004, 2010 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 678
gzguts.h gzguts.h -- zlib internal header definitions for gz* operations Copyright (C) 2004-2019 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 6843
gzlib.c gzlib.c -- zlib functions common to reading and writing gzip files Copyright (C) 2004-2019 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 16708
gzread.c gzread.c -- zlib functions for reading gzip files Copyright (C) 2004-2017 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 20355
gzwrite.c gzwrite.c -- zlib functions for writing gzip files Copyright (C) 2004-2019 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 19633
infback.c infback.c -- inflate using a call-back interface Copyright (C) 1995-2022 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 22771
inffast.c inffast.c -- fast decoding Copyright (C) 1995-2017 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 12998
inffast.h inffast.h -- header to use inffast.c Copyright (C) 1995-2003, 2010 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 427
inffixed.h inffixed.h -- table for decoding fixed codes Generated automatically by makefixed(). 6332
inflate.c inflate.c -- zlib decompression Copyright (C) 1995-2022 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 56089
inflate.h inflate.h -- internal inflate state definition Copyright (C) 1995-2019 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 6683
inftrees.c inftrees.c -- generate Huffman trees for efficient decoding Copyright (C) 1995-2022 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 12999
inftrees.h inftrees.h -- header to use inftrees.c Copyright (C) 1995-2005, 2010 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 2927
LICENSE 1002
Makefile 2168
manifest.mn 653
patches
README ZLIB DATA COMPRESSION LIBRARY 5368
README.nss zlib data compression library 236
trees.c trees.c -- output deflated data using Huffman coding Copyright (C) 1995-2021 Jean-loup Gailly detect_data_type() function provided freely by Cosmin Truta, 2006 For conditions of distribution and use, see copyright notice in zlib.h 42974
trees.h header created automatically with -DGEN_TREES_H 8472
uncompr.c uncompr.c -- decompress a memory buffer Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 2964
vendor.sh 1025
zconf.h zconf.h -- configuration of the zlib compression library Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 16625
zlib.gyp 1333
zlib.h zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.13, October 13th, 2022 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler 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: 1. 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. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler jloup@gzip.org 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://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). 97323
zutil.c zutil.c -- target dependent utility functions for the compression library Copyright (C) 1995-2017 Jean-loup Gailly For conditions of distribution and use, see copyright notice in zlib.h 7340
zutil.h zutil.h -- internal interface and configuration of the compression library Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h 7297