aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* help text tweaksDenys Vlasenko2020-12-181-5/+5
* gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko2020-06-251-1/+1
* unxz: show -t in --helpDenys Vlasenko2019-11-081-0/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-6/+6
* libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko2018-02-011-35/+22
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-3/+3
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+3
* config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-25/+25
* libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-201-18/+1
* bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko2017-07-201-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-9/+9
* bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko2017-07-041-1/+1
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-3/+8
* archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-151-15/+34
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-22/+26
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-3/+1
* unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-091-1/+1
* Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-091-10/+10
* bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung2017-01-081-1/+1
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-0/+4
* randomconfig fixesDenys Vlasenko2016-12-081-1/+6
* Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-161-25/+57
* libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-201-1/+1
* gzip: add support for --no-name long optionAaro Koskinen2015-10-271-0/+1
* gunzip: add support for long optionsAaro Koskinen2015-10-271-0/+20
* tweak defconfigDenys Vlasenko2015-10-251-1/+1
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-30/+7
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-17/+17
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-2/+3
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+70
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-141-0/+4
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-3/+5
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-3/+11
* unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko2013-07-301-13/+23
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-031-0/+1
* bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
* bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7
* zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko2013-02-281-8/+7
* zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko2013-02-281-14/+40
* fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko2013-02-281-6/+6
* Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-23/+1
* update seamless uncompression codeDenys Vlasenko2012-03-061-47/+31
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-311-1/+6
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-7/+0
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+76
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1