aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tweak help textDenys Vlasenko2010-10-091-1/+1
* *: 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