index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
posix
/
tar.c
Age
Commit message (
Expand
)
Author
2019-06-25
tar: implement --mode.
Elliott Hughes
2019-06-01
Teach file to recognize xz archives and old style tarballs.
Rob Landley
2019-06-01
Teach tar to extract older tarballs.
Rob Landley
2019-05-25
Toybox doesn't provide bzip2 or xz compression side (and the roadmap has it as
Rob Landley
2019-05-23
tar: turns out --sparse is also known as -S.
Elliott Hughes
2019-05-20
Less incomplete tar help text.
Rob Landley
2019-05-19
Fix tar sparse extract with extension blocks.
Rob Landley
2019-05-19
Fix tar --sparse generation of extension block.
Rob Landley
2019-05-19
Add pointless trailing --sparse entry for exact binary compartibility.
Rob Landley
2019-05-19
Add --sparse file creation support to tar.
Rob Landley
2019-05-14
Checked in a debugging printf. Oops.
Rob Landley
2019-05-14
Typo caused a segfault. (Oops.)
Rob Landley
2019-05-13
Fix a couple error paths that don't continue archive create/extract properly.
Rob Landley
2019-05-11
Teach tar to extract type 'S' sparse file headers.
Rob Landley
2019-05-01
tar: use same tools for decompression as for compression.
Elliott Hughes
2019-04-21
Promote tar.
Rob Landley