aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_20_0' into mergeRon Yorston2012-04-231-0/+2
|\
| * Fix another build failure found with randconfigDenys Vlasenko2012-04-201-0/+1
| * fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* | Remove unnecessary rename of variable eofRon Yorston2012-03-261-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2012-03-2323-337/+393
|\|
| * fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko2012-03-061-1/+1
| * Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko2012-03-061-5/+8
| * tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-063-59/+40
| * Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-063-25/+21
| * update seamless uncompression codeDenys Vlasenko2012-03-0618-275/+198
| * archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko2012-03-062-5/+5
| * preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-063-17/+161
| * tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko2012-02-233-40/+41
| * *: style fixes. no code changesDenys Vlasenko2011-12-151-5/+6
| * nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-2346-72/+105
|\|
| * bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-312-2/+14
| * get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko2011-10-191-4/+4
| * rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-2241-41/+41
| * regularize options which control size/speed tradeDenys Vlasenko2011-09-107-28/+31
| * gzip: new GZIP_BIG_MEM optionIan Wienand2011-09-092-1/+15
| * unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko2011-09-091-2/+3
| * uncompress: die on read errorsDenys Vlasenko2011-08-221-1/+1
| * uncompress: fix buffer underrun by corrupted inputDenys Vlasenko2011-08-181-5/+8
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-222-4/+14
|\|
| * randomconfig fixesDenys Vlasenko2011-08-101-1/+1
| * tar: ignore file size (assume 0) for hardlinksIan Wienand2011-07-291-3/+13
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-2211-20/+2
|\|
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-0511-20/+2
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-223-17/+33
|\|
| * warning removalCristian Ionescu-Idbohrn2011-05-201-7/+0
| * fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-6/+1
| * tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-041-4/+32
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-2210-3/+218
|\|
| * Fix double words in comments. No code changesMarek Polacek2011-04-162-3/+3
| * move help text from include/usage.src.h to archival/*.cPere Orga2011-03-2710-0/+215
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-223-19/+41
|\|
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-082-2/+7
| * tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-022-32/+32
| * tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-5/+22
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-223-14/+21
|\|
| * tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-062-4/+6
| * tar: support -T - and -X -Denys Vlasenko2011-02-031-1/+1
| * whitespace fixesDenys Vlasenko2011-02-031-1/+1
| * tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-212-3/+3
|\|
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
| * remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0467-354/+427
|\|
| * tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19