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
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
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-06
whitespace fixes
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-06-26
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
Denys Vlasenko
2010-06-25
tar: optional support for --to-command
Ladislav Michl
2010-01-20
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-20
tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME
Mikhail Gusarov
2009-12-18
tar: fix recently added SEGV on "tar" w/o args
Denys Vlasenko
2009-12-16
tar: add support for --overwrite. +70 bytes.
Denys Vlasenko
2009-12-16
libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences
Denys Vlasenko
2009-12-11
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-11-29
tar: revert part of last change. -39 bytes
Denys Vlasenko
2009-11-29
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-10-25
tar: add support for -o as synonym to --no-same-owner. +5 bytes
Bernhard Reutner-Fischer
2009-10-25
tar: handle "tar fx TARFILE" etc
Denys Vlasenko
2009-09-17
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-04-21
switch_root: improve behavior on error; improve help text
Denis Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
tar: support for tar --numeric-owner. By Natanael Copa.
Denis Vlasenko
2009-01-20
tar: stop changing net tarfile's mode, GNU tar doesn't do it
Denis Vlasenko
[next]