History log of /external/toybox/toys/pending/gzip.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a35a9c0a4d17c0ce76c471ce7f27bef8c8a3b5f2 21-Jan-2018 Rob Landley <rob@landley.net> gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg().
/external/toybox/toys/pending/gzip.c
b76343c9d970e1ae1935c4f629bd4c24dd531b40 21-Jan-2018 Rob Landley <rob@landley.net> Fix gunzip to past test_gunzip.
/external/toybox/toys/pending/gzip.c
73690e9ebb24868a996567fdbe523ddc0a3c1415 03-Jan-2018 Rob Landley <rob@landley.net> Cleanup pass on gzip.c.
/external/toybox/toys/pending/gzip.c
de3e5ea4fe9c42f27d442aa87b7d16e090e72485 27-Apr-2017 Elliott Hughes <enh@google.com> Implement zlib-based gzip/gunzip/zcat.
/external/toybox/toys/pending/gzip.c
7183a637432c9f0957e4e0e68b71e61a67fa89d6 02-Apr-2014 Rob Landley <rob@landley.net> Decided not to go with the sflate implementation of deflate/inflate. The decompression side's already reimplemented in compress, and I'm working on compression side.
/external/toybox/toys/pending/gzip.c
0bf4c9578204245ea76cefbf782fd21578b299b1 02-Feb-2014 Rob Landley <rob@landley.net> gzip: alphebetize help entries and remove trailing literal \n, check for 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.
/external/toybox/toys/pending/gzip.c
39f39b37a4cf895df816c56f174cd3064232bdbc 01-Feb-2014 Rob Landley <rob@landley.net> More gzip whitespace tweaks, and the occasional curly bracket. No actual code changes.
/external/toybox/toys/pending/gzip.c
7ea4ebf7a5e3321cabffd6cc56ba0ab8d238e852 31-Jan-2014 Rob Landley <rob@landley.net> Convert leading tabs to spaces for gzip.
/external/toybox/toys/pending/gzip.c
05910a2f8a7be91ffd8102dd81451e4388ed5367 31-Jan-2014 Rob Landley <rob@landley.net> Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate

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.
/external/toybox/toys/pending/gzip.c