Denys Vlasenko
|
0545e3b69a
tar: prevent empty file to be treated as valid tarball
|
11 years ago |
Denys Vlasenko
|
f6beef63c6
archival/*: move "config:" snippets into .c files
|
11 years ago |
Denys Vlasenko
|
36184a487d
archival/*: move "applet:" snippets into .c files
|
11 years ago |
Denys Vlasenko
|
66620fa626
archival/*: move "kbuild:" snippets into .c files
|
11 years ago |
SASAKI Suguru
|
73fbe9dc86
tar: fix tar -T to add entries in the exact order as the input list
|
11 years ago |
Rich Felker
|
16614e9bab
*: change execl sentinels from NULL to (char*)0
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 years ago |
Boris Reisig
|
dfc2473b9e
tar: support -J, --xz explicit compression option
|
12 years ago |
Natanael Copa
|
0446104137
tar: implement --no-recursion
|
12 years ago |
Denys Vlasenko
|
faac1d3e6e
tar,rpm2cpio: check that child decompressor did not error out
|
13 years ago |
Denys Vlasenko
|
8a6a2f9c9c
update seamless uncompression code
|
13 years ago |
Denys Vlasenko
|
d184a728cf
rename archive.h to bb_archive.h. no code changes
|
13 years ago |
Denys Vlasenko
|
b47b3ce1bd
randomconfig fixes
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
9180c6045e
tar: store negative mtime as 0; pack very large files using base-256 encoding
|
13 years ago |
Denys Vlasenko
|
681efe20d3
use user's shell instead of hardwired "/bin/sh" (android needs this)
|
14 years ago |
Denys Vlasenko
|
b80acf58f1
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
|
14 years ago |
Denys Vlasenko
|
aef441cb4d
tar: fix a bug where autodetection messes up -z on extract
|
14 years ago |
Denys Vlasenko
|
3237f5c307
tar: support -T - and -X -
|
14 years ago |
Denys Vlasenko
|
b5233f8556
tar: add -h and -T to help text
|
14 years ago |
Denys Vlasenko
|
a116552869
tar: add a note about -C and symlink-in-tarball attack
|
14 years ago |
Serj Kalichev
|
e4e911e712
modprobe: add support for --show-depends
|
14 years ago |
Denys Vlasenko
|
833d4e7f84
rename archival/libunarchive -> archival/libarchive; move bz/ into it
|
14 years ago |
Denys Vlasenko
|
8d3e225a2d
libbb: add xfstat function
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
8f65b0cf31
whitespace fixes
|
14 years ago |
Pascal Bellard
|
926031b764
*: introduce and use xfork() and xvfork()
|
14 years ago |
Denys Vlasenko
|
52827e3ebc
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
|
14 years ago |
Ladislav Michl
|
2b46fd49b1
tar: optional support for --to-command
|
14 years ago |
Denys Vlasenko
|
94ca6943bc
*: small code shrinks and compile fix for unicode
|
15 years ago |