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
|
4964 |
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
|
2613 |
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.
|
31605 |
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-2024 Jean-loup Gailly and Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
81731 |
deflate.h |
deflate.h -- internal compression state
Copyright (C) 1995-2024 Jean-loup Gailly
For conditions of distribution and use, see copyright notice in zlib.h
|
14041 |
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
|
668 |
gzguts.h |
gzguts.h -- zlib internal header definitions for gz* operations
Copyright (C) 2004-2024 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
6676 |
gzlib.c |
gzlib.c -- zlib functions common to reading and writing gzip files
Copyright (C) 2004-2024 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
16270 |
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
|
19918 |
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
|
19237 |
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
|
22669 |
inffast.c |
inffast.c -- fast decoding
Copyright (C) 1995-2017 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
12924 |
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
|
422 |
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
|
55519 |
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-2024 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
13024 |
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
|
2920 |
LICENSE |
|
1002 |
Makefile |
|
2168 |
manifest.mn |
|
653 |
patches |
|
|
README |
ZLIB DATA COMPRESSION LIBRARY |
5317 |
README.nss |
zlib data compression library |
235 |
trees.c |
trees.c -- output deflated data using Huffman coding
Copyright (C) 1995-2024 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
|
40937 |
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
|
2911 |
vendor.sh |
|
1037 |
zconf.h |
zconf.h -- configuration of the zlib compression library
Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
16500 |
zlib.gyp |
|
1333 |
zlib.h |
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.3.1, January 22nd, 2024
Copyright (C) 1995-2024 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).
|
96829 |
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
|
7179 |
zutil.h |
zutil.h -- internal interface and configuration of the compression library
Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
6677 |