aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
AgeCommit message (Expand)Author
2016-08-15gzip: fix compression level bug. Closes 9131Natanael Copa
2016-06-20randomconfig fixes 4Denys Vlasenko
2015-10-27gzip: add support for --no-name long optionAaro Koskinen
2015-07-13Removes stray empty line from codeManinder Singh
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen
2015-02-03gzip: trivial code shrink -5 bytesDenys Vlasenko
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko
2015-02-02gzip: do not store timestamp in gzip headerRich Felker
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-09gzip: new GZIP_BIG_MEM optionIan Wienand
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2010-01-28style fixes, no code changesDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-06gzip: add optional support for --long-optsMatheus Izvekov
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-05-18gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27support gzip -t and bzip2 -tDenis Vlasenko
2008-03-30g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2007-10-13bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-03-22gzip: fix -d option handlingDenis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko