Denys Vlasenko
|
015db5800c
randomconfig fixes
|
8 years ago |
Denys Vlasenko
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
62ae323df0
tar: implement --version for buildroot
|
9 years ago |
Denys Vlasenko
|
6c563e370d
tar: add support for --strip-components=N
|
9 years ago |
Denys Vlasenko
|
11775edbfc
randomconfig fixes
|
10 years ago |
Denys Vlasenko
|
acb8be7217
tar: fix "tar -cJ" ignoring -J option. closes 7706
|
10 years ago |
Denys Vlasenko
|
b4c11c1397
libarchive: add capability to unpack to mem.buffer
|
10 years ago |
Denys Vlasenko
|
e7800f351a
Rename transformer_aux_data_t -> transformer_state_t
|
10 years ago |
Denys Vlasenko
|
640ce3de07
zcat: complain if input is not compressed
|
11 years ago |
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
|
12 years ago |
Denys Vlasenko
|
8a6a2f9c9c
update seamless uncompression code
|
12 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 |