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
|
5011 |
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.
|
31747 |
crc32.h |
crc32.h -- tables for rapid CRC calculation
Generated automatically by crc32.c
|
591749 |
ftgzip.c |
!FT_CONFIG_OPTION_SYSTEM_ZLIB |
20073 |
ftzconf.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
|
16682 |
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
|
6778 |
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
|
429 |
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
|
55613 |
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
|
6746 |
inftrees.c |
inftrees.c -- generate Huffman trees for efficient decoding
Copyright (C) 1995-2023 Mark Adler
For conditions of distribution and use, see copyright notice in zlib.h
|
13030 |
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
|
3001 |
patches |
|
|
README.freetype |
Name: zlib |
792 |
rules.mk |
|
2203 |
zlib.h |
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.3, August 18th, 2023
Copyright (C) 1995-2023 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).
|
97448 |
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
|
7271 |
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
|
7329 |