aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-02-131-35/+22
|\
| * libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko2018-02-011-35/+22
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-3/+3
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-3/+4
|\|
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+3
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-53/+36
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-18/+42
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-37/+39
|\|
| * *: 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
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-1/+10
|\|
| * fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-0/+4
| * randomconfig fixesDenys Vlasenko2016-12-081-1/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-25/+57
|\|
| * Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-161-25/+57
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-1/+1
|\|
| * libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-201-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-1/+22
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-37/+14
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2014-03-111-2/+3
|\|
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-021-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-6/+90
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-13/+23
|\|
| * unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko2013-07-301-13/+23
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-25/+52
|\|
| * 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