aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/gzip.c
AgeCommit message (Expand)Author
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