Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get_header_tar: shrink 6->64 sign extension code | Denys Vlasenko | 2011-10-19 | 1 | -4/+4 | |
| | | | | | | | function old new delta getOctal 125 107 -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 29 | -29/+29 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | regularize options which control size/speed trade | Denys Vlasenko | 2011-09-10 | 4 | -10/+10 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | uncompress: die on read errors | Denys Vlasenko | 2011-08-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | uncompress: fix buffer underrun by corrupted input | Denys Vlasenko | 2011-08-18 | 1 | -5/+8 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | tar: ignore file size (assume 0) for hardlinks | Ian Wienand | 2011-07-29 | 1 | -3/+13 | |
| | | | | | Signed-off-by: Ian Wienand <ianw@vmware.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -6/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 1 | -2/+6 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko | 2011-03-02 | 1 | -21/+30 | |
| | | | | | | | | | function old new delta strip_unsafe_prefix - 105 +105 writeFileToTarball 557 520 -37 get_header_tar 1545 1462 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko | 2011-03-01 | 1 | -5/+22 | |
| | | | | | | | function old new delta get_header_tar 1493 1545 +52 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | tar: fix a bug where autodetection messes up -z on extract | Denys Vlasenko | 2011-02-06 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove a few aliasing warnings | Denys Vlasenko | 2011-01-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | bzip2: plug memory leak on every processed file | Denys Vlasenko | 2010-12-30 | 1 | -3/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 53 | -0/+12790 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |