aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/tar.c
AgeCommit message (Expand)Author
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
2015-03-03Quick cleanup pass on tar.Rob Landley
2015-03-01fix format problems in tar.cElliott Hughes
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-08-12Patches to commands for issues reported from static analysis tool.Ashwini Sharma
2014-07-04TAR - this supports archive creation and extraction based on the USTAR format...Ashwini Sharma