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
/
tar.c
Age
Commit message (
Expand
)
Author
2017-11-13
tar: code shrink
Denys Vlasenko
2017-11-13
tar: code shrink, better help text
Denys Vlasenko
2017-11-10
tar: improve help text
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-23
tar: fix handling of first argument without '-'
Ron Yorston
2017-08-10
libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-04
getopt32: move support for "always treat first arg as option" to users (tar/ar)
Denys Vlasenko
2017-07-24
tar: postpone creation of symlinks with "suspicious" targets. Closes 8411
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-06-13
tar: add IF_FEATURE_* checks
Ming Liu
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-06-19
randomconfig fixes
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-22
tar: implement --version for buildroot
Denys Vlasenko
2015-10-22
tar: add support for --strip-components=N
Denys Vlasenko
2014-12-22
randomconfig fixes
Denys Vlasenko
2014-12-11
tar: fix "tar -cJ" ignoring -J option. closes 7706
Denys Vlasenko
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
2013-11-19
tar: prevent empty file to be treated as valid tarball
Denys Vlasenko
2013-11-14
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-08-15
tar: fix tar -T to add entries in the exact order as the input list
SASAKI Suguru
2013-06-30
*: change execl sentinels from NULL to (char*)0
Rich Felker
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2012-05-24
tar: support -J, --xz explicit compression option
Boris Reisig
2012-05-18
tar: implement --no-recursion
Natanael Copa
2012-03-06
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
2012-03-06
update seamless uncompression code
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-08-10
randomconfig fixes
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-04
tar: store negative mtime as 0; pack very large files using base-256 encoding
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-02-06
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
2011-02-03
tar: support -T - and -X -
Denys Vlasenko
2011-01-31
tar: add -h and -T to help text
Denys Vlasenko
2011-01-04
tar: add a note about -C and symlink-in-tarball attack
Denys Vlasenko
2010-12-26
modprobe: add support for --show-depends
Serj Kalichev
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-08-31
libbb: add xfstat function
Denys Vlasenko
[next]