aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-142-16/+23
|\
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1441-55/+54
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-5/+1
|\|
| * *: 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1417-279/+536
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-4/+9
|\|
| * Improve unzip's handling of stream ZIP filesDan Fandrich2010-06-181-4/+9
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-20/+27
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-32/+45
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-11/+16
|\|
| * *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-7/+12
| * *: better string sharingDenys Vlasenko2010-06-023-4/+4
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1420-194/+3778
|\|
| * decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko2010-06-011-3/+3