aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/gzip.c
AgeCommit message (Collapse)Author
2019-04-21Promote gzip/zcat but keep gunzip default n until lib/deflate.c finished.Rob Landley
2019-04-21A little more cleanup on gzip.Rob Landley
2018-08-07Forgot to check in the deflate header change, and pending shouldn't default y.Rob Landley
2018-08-05Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time().Rob Landley
2018-01-21gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg().Rob Landley
2018-01-20Fix gunzip to past test_gunzip.Rob Landley
2018-01-03Cleanup pass on gzip.c.Rob Landley
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2014-04-02Decided not to go with the sflate implementation of deflate/inflate. The ↵Rob Landley
decompression side's already reimplemented in compress, and I'm working on compression side.
2014-02-02gzip: alphebetize help entries and remove trailing literal \n, check for ↵Rob Landley
command line option groups, move len/dist tables to GLOBALS and calculate instead of including literal tables, collate enum and typedef, convert main to toybox option parsing.
2014-02-01More gzip whitespace tweaks, and the occasional curly bracket. No actual ↵Rob Landley
code changes.
2014-01-31Convert leading tabs to spaces for gzip.Rob Landley
2014-01-31Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flateRob Landley
Confirmed with him on IRC it's ok to use under toybox license, glued the files together and hammered square peg into round hole, no other changes yet.