index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
tar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tar: support -J, --xz explicit compression option
Boris Reisig
2012-05-24
1
-2
/
+15
|
*
tar: implement --no-recursion
Natanael Copa
2012-05-18
1
-7
/
+12
*
|
win32: remove seamless compression from default config
Ron Yorston
2012-04-29
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-67
/
+36
|
\
|
|
*
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
2012-03-06
1
-31
/
+7
|
*
update seamless uncompression code
Denys Vlasenko
2012-03-06
1
-40
/
+31
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
1
-1
/
+1
|
\
|
|
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-1
/
+1
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2011-08-10
1
-1
/
+1
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
1
-1
/
+0
|
\
|
|
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-4
/
+32
|
\
|
|
*
tar: store negative mtime as 0; pack very large files using base-256 encoding
Denys Vlasenko
2011-05-04
1
-4
/
+32
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
1
-11
/
+3
|
\
|
|
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-0
/
+1
|
*
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-02
1
-11
/
+2
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
1
-11
/
+18
|
\
|
|
*
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
2011-02-06
1
-2
/
+4
|
*
tar: support -T - and -X -
Denys Vlasenko
2011-02-03
1
-1
/
+1
|
*
tar: add -h and -T to help text
Denys Vlasenko
2011-01-31
1
-8
/
+13
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-2
/
+20
|
\
|
|
*
tar: add a note about -C and symlink-in-tarball attack
Denys Vlasenko
2011-01-04
1
-0
/
+19
|
*
modprobe: add support for --show-depends
Serj Kalichev
2010-12-26
1
-1
/
+0
|
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
|
win32: tar: do not check for archiving the target archive itself
Nguyễn Thái Ngọc Duy
2010-09-20
1
-0
/
+2
|
/
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
1
-2
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-2
/
+2
*
whitespace fixes
Denys Vlasenko
2010-07-06
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-3
/
+1
*
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
Denys Vlasenko
2010-06-26
1
-40
/
+67
*
tar: optional support for --to-command
Ladislav Michl
2010-06-25
1
-0
/
+12
*
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-20
1
-8
/
+6
*
tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME
Mikhail Gusarov
2010-01-20
1
-0
/
+11
*
tar: fix recently added SEGV on "tar" w/o args
Denys Vlasenko
2009-12-18
1
-1
/
+1
*
tar: add support for --overwrite. +70 bytes.
Denys Vlasenko
2009-12-16
1
-2
/
+11
*
libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences
Denys Vlasenko
2009-12-16
1
-7
/
+7
*
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
Denys Vlasenko
2009-12-11
1
-1
/
+1
*
tar: revert part of last change. -39 bytes
Denys Vlasenko
2009-11-29
1
-18
/
+11
*
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-29
1
-55
/
+71
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-2
/
+2
*
tar: add support for -o as synonym to --no-same-owner. +5 bytes
Bernhard Reutner-Fischer
2009-10-25
1
-10
/
+12
*
tar: handle "tar fx TARFILE" etc
Denys Vlasenko
2009-10-25
1
-0
/
+27
*
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-09-17
1
-16
/
+20
*
switch_root: improve behavior on error; improve help text
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-27
/
+27
*
tar: support for tar --numeric-owner. By Natanael Copa.
Denis Vlasenko
2009-04-21
1
-0
/
+6
*
tar: stop changing net tarfile's mode, GNU tar doesn't do it
Denis Vlasenko
2009-01-20
1
-2
/
+0
*
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-12-12
1
-1
/
+2
*
tar: fix typo in comment
Denis Vlasenko
2008-10-25
1
-1
/
+1
[prev]
[next]