aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix another build failure found with randconfigDenys Vlasenko2012-04-201-0/+1
* fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* 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-061-0/+26
* Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-0/+18
* update seamless uncompression codeDenys Vlasenko2012-03-0610-138/+95
* 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
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-311-1/+8
* 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-2229-29/+29
* regularize options which control size/speed tradeDenys Vlasenko2011-09-104-10/+10
* uncompress: die on read errorsDenys Vlasenko2011-08-221-1/+1
* uncompress: fix buffer underrun by corrupted inputDenys Vlasenko2011-08-181-5/+8
* tar: ignore file size (assume 0) for hardlinksIan Wienand2011-07-291-3/+13
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-6/+1
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-2/+6
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-21/+30
* tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-5/+22
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-061-2/+2
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-301-3/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-0353-0/+12790