index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
libarchive
Age
Commit message (
Expand
)
Author
2012-05-20
build system: fix build failure when only gunzip is selected
Anthony G. Basile
2012-04-29
fix build failure when compressed help is selected, but bz2 compression is not
Denys Vlasenko
2012-04-20
Fix another build failure found with randconfig
Denys Vlasenko
2012-04-20
fix build breakage found by randconfig
Denys Vlasenko
2012-03-06
fix trivial bug in unpack_gz_stream (wrong fd used in read)
Denys Vlasenko
2012-03-06
Don't compile get_header_tar_FOO function if they are not needed
Denys Vlasenko
2012-03-06
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
2012-03-06
Move seamless .Z support into unpack_gz_stream
Denys Vlasenko
2012-03-06
update seamless uncompression code
Denys Vlasenko
2012-03-06
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Denys Vlasenko
2012-03-06
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
2012-02-23
tar: add support for PAX-encoded path=LONGFILENAME
Denys Vlasenko
2011-10-31
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...
Denys Vlasenko
2011-10-19
get_header_tar: shrink 6->64 sign extension code
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-10
regularize options which control size/speed trade
Denys Vlasenko
2011-08-22
uncompress: die on read errors
Denys Vlasenko
2011-08-18
uncompress: fix buffer underrun by corrupted input
Denys Vlasenko
2011-07-29
tar: ignore file size (assume 0) for hardlinks
Ian Wienand
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-03-08
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-02
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-01
tar: on extract, everything up to and including last ".." is stripped
Denys Vlasenko
2011-02-06
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
2011-01-16
remove a few aliasing warnings
Denys Vlasenko
2010-12-30
bzip2: plug memory leak on every processed file
Denys Vlasenko
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko