NameDateSize

..12-Oct-20155

MakefileH A D15-Jun-20143 KiB

pigz.1H A D15-Jun-20145.3 KiB

pigz.cH A D12-Jan-2015145.1 KiB

pigz.pdfH A D15-Jun-20149.4 KiB

pigz.specH A D15-Jun-2014947

READMEH A D15-Jun-20142.2 KiB

yarn.cH A D15-Jun-201410.8 KiB

yarn.hH A D15-Jun-20146.2 KiB

zopfli/H12-Oct-201532

README

1pigz 2.3.1 (9 Oct 2013) by Mark Adler
2
3pigz, which stands for Parallel Implementation of GZip, is a fully functional
4replacement for gzip that exploits multiple processors and multiple cores to
5the hilt when compressing data.
6
7pigz was written by Mark Adler, and uses the zlib and pthread libraries.
8
9This version of pigz is written to be portable across Unix-style operating
10systems that provide the zlib and pthread libraries.
11
12Type "make" in this directory to build the "pigz" executable.  You can then
13install the executable wherever you like in your path (e.g. /usr/local/bin/).
14Type "pigz" to see the command help and all of the command options.
15
16The latest version of pigz can be found at http://zlib.net/pigz/ .  You need
17zlib version 1.2.3 or later to compile pigz.  zlib version 1.2.6 or later is
18recommended, which reduces the overhead between blocks.  You can find the
19latest version of zlib at http://zlib.net/ .  You can look in pigz.c for the
20change history.
21
22Questions, comments, bug reports, fixes, etc. can be emailed to Mark at his
23address in the license below.
24
25The license from pigz.c is copied here:
26
27  This software is provided 'as-is', without any express or implied
28  warranty.  In no event will the author be held liable for any damages
29  arising from the use of this software.
30
31  Permission is granted to anyone to use this software for any purpose,
32  including commercial applications, and to alter it and redistribute it
33  freely, subject to the following restrictions:
34
35  1. The origin of this software must not be misrepresented; you must not
36     claim that you wrote the original software. If you use this software
37     in a product, an acknowledgment in the product documentation would be
38     appreciated but is not required.
39  2. Altered source versions must be plainly marked as such, and must not be
40     misrepresented as being the original software.
41  3. This notice may not be removed or altered from any source distribution.
42
43  Mark Adler
44  madler@alumni.caltech.edu
45
46  Mark accepts donations for providing this software.  Donations are not
47  required or expected.  Any amount that you feel is appropriate would be
48  appreciated.  You can use this link:
49
50  https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=536055
51