aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-55/+17
|\|
| * Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-23/+1
| * update seamless uncompression codeDenys Vlasenko2012-03-061-47/+31
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-2/+7
|\|
| * 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
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-7/+0
|\|
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-7/+0
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+76
|\|
| * move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+76
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-2/+2
|\|
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * tweak help textDenys Vlasenko2010-10-091-1/+1
* | win32: bbunpack: close stdin before removing compressed fileNguyễn Thái Ngọc Duy2010-09-201-0/+2
|/
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-6/+6
* randomconfig fixesDenys Vlasenko2010-07-051-1/+1
* xz compression detection: avoid the need to seekDenys Vlasenko2010-07-011-0/+9
* make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-061-0/+11
* make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-061-0/+2
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-311-35/+21
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-1/+1
* reorder parts of bbunzip.c, no code changesDenys Vlasenko2010-05-301-75/+48