summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-15Import https://github.com/madler/pigz into sso://android/platform/external/pigzupstreamMatthias Maennich
2023-08-19pigz version 2.8upstream/v2.8upstream-masterMark Adler
2023-08-19Remove side effect from assert().Mark Adler
2023-08-19Put modification times in the gzip header only for regular files.Mark Adler
2023-08-18Make pigz compatible with two-component zlib version numbers.Mark Adler
2022-12-31Avoid calling memcpy() with a NULL pointer.Mark Adler
2022-07-24Write all available uncompressed output upon encountering an error.Mark Adler
2022-01-19Avoid collision with Solaris definition of index_t.Mark Adler
2022-01-16Fix NOTHREAD compile error for combination code.Mark Adler
2022-01-15pigz version 2.7upstream/v2.7Mark Adler
2022-01-15Permit Huffman only (-H) when not compiling with zopfli.Mark Adler
2022-01-15Exit with status of zero if skipping non .gz files.Mark Adler
2022-01-13Fix bug when combining -l with -d.Mark Adler
2021-10-26Add documentation for environment variables.Mark Adler
2021-08-21Don't unlink input file if it has other links.Mark Adler
2021-05-15Fix pre-C99 type usage.Mark Adler
2021-05-15Remove superceded type adjustments.Mark Adler
2021-05-15Add a line with totals when listing more than one gzip member.Mark Adler
2021-05-14Show time stamp only for the first gzip member.Mark Adler
2021-04-11Update try.h and try.c to the latest versions.Mark Adler
2021-02-06pigz version 2.6upstream/v2.6Mark Adler
2021-02-06Fail silently on a broken pipe.Mark Adler
2021-02-01Add --huffman and --rle options to select compression strategies.Mark Adler
2021-01-31Portability improvements.Mark Adler
2021-01-24Fix usage of x2nmodp() when compiling for no threads.Mark Adler
2021-01-23pigz version 2.5upstream/v2.5Mark Adler
2021-01-22Don't delete a .zip file with more than one entry.Mark Adler
2021-01-22Add MinGW large file support.Mark Adler
2020-05-05Use _commit on Windows for --synchronous (-Y) option.Mark Adler
2020-05-05Add large file support for AIX.Mark Adler
2020-05-05Clean up the logic when asking to overwrite an existing file.Mark Adler
2020-04-12Update yarn version, copyright year, and history.Mark Adler
2020-04-12Fix bug in yarn ignition() that would read from freed memory.Mark Adler
2020-04-12Note that user can provide an abort function in the yarn.h intro.Mark Adler
2020-01-25Ignore trailing junk on .gz by default, to emulate gzip.Mark Adler
2019-12-24Fix bug where double syncs not inserted when using -i -p 1.Mark Adler
2019-06-24Write version and license information to stdout instead of stderr.Mark Adler
2019-04-11Fix bug in -cdf junk copy.Mark Adler
2019-04-11Trace the completion of the check value combination when debugging.Mark Adler
2019-04-11Maintain a list of allocation pointers when tracking memory.Mark Adler
2019-04-11Fix use of FREE macro for proper memory tracking when debugging.Mark Adler
2019-04-11Correct debugging macro in Makefile.Mark Adler
2019-04-09Add -C option to add a comment and show comments with -lv or -lvt.Mark Adler
2019-04-09Fix bug with -cdf on junk crossing buffer boundary.Mark Adler
2019-04-09Update list of options with arguments in error message.Mark Adler
2019-04-09Fix bug misidentifying a multi-entry zip file.Mark Adler
2019-04-09Minor error message edit.Mark Adler
2019-04-03Add debugging information to yarn error messages.Mark Adler
2019-04-03Remedy potential lock-order inversion.Mark Adler
2019-03-28Avoid const warnings in zopfli's lz77.c.Mark Adler