aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-14/+14
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-151-5/+6
* fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-4/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-3/+1
* Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-091-7/+17
* gzip: fix compression level bug. Closes 9131Natanael Copa2016-08-151-4/+1
* randomconfig fixes 4Denys Vlasenko2016-06-201-1/+3
* gzip: add support for --no-name long optionAaro Koskinen2015-10-271-0/+1
* Removes stray empty line from codeManinder Singh2015-07-131-3/+0
* gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
* gzip: trivial code shrink -5 bytesDenys Vlasenko2015-02-031-4/+4
* gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-021-7/+34
* gzip: do not store timestamp in gzip headerRich Felker2015-02-021-4/+16
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-2/+26
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-8/+8
* update seamless uncompression codeDenys Vlasenko2012-03-061-1/+1
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* regularize options which control size/speed tradeDenys Vlasenko2011-09-101-2/+6
* gzip: new GZIP_BIG_MEM optionIan Wienand2011-09-091-1/+5
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* Fix double words in comments. No code changesMarek Polacek2011-04-161-2/+2
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+16
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-11/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-311-9/+3
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+5
* gzip: add optional support for --long-optsMatheus Izvekov2010-01-061-1/+20
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko2009-05-181-38/+32
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-1/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* support gzip -t and bzip2 -tDenis Vlasenko2008-06-271-2/+3
* g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko2008-03-301-1/+15
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+4
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-2/+2
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-6/+5
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1