aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko
2019-11-08unxz: show -t in --helpDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-20bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-04bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung
2017-01-08bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko
2015-10-27gzip: add support for --no-name long optionAaro Koskinen
2015-10-27gunzip: add support for long optionsAaro Koskinen
2015-10-25tweak defconfigDenys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger
2013-02-28bbunzip: fix order of flags vs bit definesMike Frysinger
2013-02-28bbunzip: ignore the -q flag with the decompressorsMike Frysinger
2013-02-28zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko
2013-02-28zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko
2013-02-28fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko