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
/
pending
/
tar.c
Age
Commit message (
Expand
)
Author
2018-04-08
Add mkpath() for common case of mkpathat(), and #define magic constants.
Rob Landley
2017-05-19
Add bzip2 support to tar.
Elliott Hughes
2017-01-14
Quick and dirty fix for CVE-2016-6321 but seriously this is in pending
Rob Landley
2016-11-21
Have dirtree_notdotdot() pass through !node->parent so . and .. on the command
Rob Landley
2016-11-19
Bug report from Justin Cormack, tar was producing a warning to stdout that
Rob Landley
2016-03-07
Cleanup pass on the dirtree infrastructure, in preparation for making rm -r
Rob Landley
2016-03-02
For years the man pages have said to #include <sys/types.h> to get
Rob Landley
2016-02-10
toybox: tar: Fix support for long names
Tom Marshall
2016-02-08
Add xpipe() to lib.
Rob Landley
2015-05-09
Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from
Rob Landley
2015-03-03
Quick cleanup pass on tar.
Rob Landley
2015-03-01
fix format problems in tar.c
Elliott Hughes
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2014-08-12
Patches to commands for issues reported from static analysis tool.
Ashwini Sharma
2014-07-04
TAR - this supports archive creation and extraction based on the USTAR format...
Ashwini Sharma