aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
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
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2010-05-30rpm2cpio: teach it to understand xz formatDenys Vlasenko
2010-05-30unxz: remove debugging. no code changesDenys Vlasenko
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-30forgotten "git add"...Denys Vlasenko
2010-05-30reorder parts of bbunzip.c, no code changesDenys Vlasenko
2010-05-30unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko
2010-05-30rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko
2010-05-30lzop: fix indentationDenys Vlasenko
2010-05-27bbunzip: silence warning about unused variableBernhard Reutner-Fischer
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-05-24unzip: another small code shrinkDenys Vlasenko
2010-05-24unzip: tiny code shrink -2 bytesDenys Vlasenko
2010-05-24unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-05-06tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov