summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko3-35/+81
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2015-10-27gzip: add support for --no-name long optionAaro Koskinen2-0/+2
2015-10-27gunzip: add support for long optionsAaro Koskinen1-0/+20
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2014-12-06libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko1-13/+23
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger2-0/+2
2013-03-01bbunzip: fix order of flags vs bit definesMike Frysinger1-4/+4
2013-02-28bbunzip: ignore the -q flag with the decompressorsMike Frysinger1-6/+7
2013-02-28zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko1-8/+7
2013-02-28zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko1-14/+40
2013-02-28fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko1-6/+6
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko3-25/+21
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko4-55/+41
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-10-09tweak help textDenys Vlasenko4-4/+5
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-05randomconfig fixesDenys Vlasenko14-25/+39
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko5-14/+30
2010-06-05make it possible to keep usage texts in .c filesDenys Vlasenko5-16/+40
2010-06-05make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko7-22/+38
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko5-57/+34
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko5-25/+46
2010-05-30reorder parts of bbunzip.c, no code changesDenys Vlasenko1-75/+48
2010-05-30unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko16-9/+3433
2010-05-30rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko4-12/+12
2010-05-27bbunzip: silence warning about unused variableBernhard Reutner-Fischer1-1/+1
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko6-36/+59
2009-11-29fix improper utimes usageDenys Vlasenko4-18/+18
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko4-11/+18
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2-6/+3
2009-10-05unpackers: check errors from close() tooDenys Vlasenko3-5/+14
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko8-28/+69
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
[next]