aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-301-0/+33
* rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko2010-05-301-2/+2
* bbunzip: silence warning about unused variableBernhard Reutner-Fischer2010-05-271-1/+1
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-271-11/+16
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-3/+5
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-141-5/+3
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-5/+5
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-8/+8
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-8/+24
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-6/+6
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-4/+4
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko2008-06-251-0/+6
* g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko2008-03-301-1/+15
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-4/+4
* bzip2: make -d actually workDenis Vlasenko2007-10-211-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-4/+4
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-2/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-2/+2
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-4/+4