index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libarchive
Age
Commit message (
Expand
)
Author
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