Age | Commit message (Collapse) | 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 ↵ | Rob Landley | |
decompression side's already reimplemented in compress, and I'm working on compression side. | |||
2014-02-02 | gzip: 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-01 | More gzip whitespace tweaks, and the occasional curly bracket. No actual ↵ | Rob Landley | |
code changes. | |||
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 | |
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. |