Age | Commit message (Expand) | Author |
---|---|---|
2018-08-07 | Forgot to check in the deflate header change, and pending shouldn't default y. | Rob Landley |
2018-08-05 | Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time(). | Rob Landley |
2018-01-21 | gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg(). | Rob Landley |
2018-01-20 | Fix gunzip to past test_gunzip. | Rob Landley |
2018-01-03 | Cleanup pass on gzip.c. | Rob Landley |
2017-04-30 | Implement zlib-based gzip/gunzip/zcat. | Elliott Hughes |
2014-04-02 | Decided not to go with the sflate implementation of deflate/inflate. The deco... | Rob Landley |
2014-02-02 | gzip: alphebetize help entries and remove trailing literal \n, check for comm... | Rob Landley |
2014-02-01 | More gzip whitespace tweaks, and the occasional curly bracket. No actual code... | Rob Landley |
2014-01-31 | Convert leading tabs to spaces for gzip. | Rob Landley |
2014-01-31 | Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate | Rob Landley |