aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive
AgeCommit message (Expand)Author
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-10-19get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-08-22uncompress: die on read errorsDenys Vlasenko
2011-08-18uncompress: fix buffer underrun by corrupted inputDenys Vlasenko
2011-07-29tar: ignore file size (assume 0) for hardlinksIan Wienand
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko