aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-10-18cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko
2010-08-29typo fixes in config help textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-26*: more empty lines removed. no code changesDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-16tweak defconfigDenys Vlasenko
2010-07-10remove unzip doc: we don't have 100% proof it's ok to distributeDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-26tar: make typical extraction less memory-hungryDenys Vlasenko
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-06-26fix breakage in compressed file detectionDenys Vlasenko
2010-06-25tar: optional support for --to-commandLadislav Michl
2010-06-21decompress_unxz: use common stringDenys Vlasenko
2010-06-20unxz: update from XZ embedded gitDenys Vlasenko
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-18Improve unzip's handling of stream ZIP filesDan Fandrich
2010-06-18data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07dpkg: add support for lzma compressionPascal Bellard
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-06make it possible to keep usage texts in .c filesDenys Vlasenko
2010-06-06make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-06-01decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko
2010-06-01deinline two big functionsDenys Vlasenko
2010-06-01decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko