aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/gzip.c
AgeCommit message (Expand)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 deco...Rob Landley
2014-02-02gzip: alphebetize help entries and remove trailing literal \n, check for comm...Rob Landley
2014-02-01More gzip whitespace tweaks, and the occasional curly bracket. No actual code...Rob Landley
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