summaryrefslogtreecommitdiff
path: root/archival
Commit message (Expand)AuthorAgeFilesLines
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-181-1/+3
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-2/+2
* tweak help textDenys Vlasenko2010-10-091-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
* libbb: add xfstat functionDenys Vlasenko2010-08-312-4/+2
* bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-291-0/+1
* typo fixes in config help textDenys Vlasenko2010-08-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1640-49/+49
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-261-1/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-2/+0
* tweak defconfigDenys Vlasenko2010-07-161-1/+1
* remove unzip doc: we don't have 100% proof it's ok to distributeDenys Vlasenko2010-07-101-0/+0
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* randomconfig fixesDenys Vlasenko2010-07-052-1/+2
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-043-20/+5
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-0/+1
* consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-2/+0
* xz compression detection: avoid the need to seekDenys Vlasenko2010-07-013-3/+14
* bzip2 decompression: simple code shrinkDenys Vlasenko2010-06-302-6/+9
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-2/+2
* tar: make typical extraction less memory-hungryDenys Vlasenko2010-06-261-3/+6
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-262-72/+75
* tar: fix --to-command wrt short writesDenys Vlasenko2010-06-261-1/+1
* fix breakage in compressed file detectionDenys Vlasenko2010-06-261-2/+2
* tar: optional support for --to-commandLadislav Michl2010-06-254-0/+159
* decompress_unxz: use common stringDenys Vlasenko2010-06-211-1/+1
* unxz: update from XZ embedded gitDenys Vlasenko2010-06-205-179/+270
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-2/+2
* A few minor portability improvementsDan Fandrich2010-06-191-0/+2
* Improve unzip's handling of stream ZIP filesDan Fandrich2010-06-181-4/+9
* data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko2010-06-181-17/+14
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-083-0/+7
* dpkg: add support for lzma compressionPascal Bellard2010-06-071-3/+6
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-32/+32
* 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
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-043-0/+0
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-7/+12
* *: better string sharingDenys Vlasenko2010-06-023-4/+4
* decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko2010-06-011-3/+3
* deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko2010-06-017-68/+154
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-314-55/+29
* rpm2cpio: teach it to understand xz formatDenys Vlasenko2010-05-301-11/+24
* unxz: remove debugging. no code changesDenys Vlasenko2010-05-304-33/+11
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-302-5/+6