aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/tar.c
AgeCommit message (Expand)Author
2018-04-08Add mkpath() for common case of mkpathat(), and #define magic constants.Rob Landley
2017-05-19Add bzip2 support to tar.Elliott Hughes
2017-01-14Quick and dirty fix for CVE-2016-6321 but seriously this is in pendingRob Landley
2016-11-21Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley
2016-11-19Bug report from Justin Cormack, tar was producing a warning to stdout thatRob Landley
2016-03-07Cleanup pass on the dirtree infrastructure, in preparation for making rm -rRob Landley
2016-03-02For years the man pages have said to #include <sys/types.h> to getRob Landley
2016-02-10toybox: tar: Fix support for long namesTom Marshall
2016-02-08Add xpipe() to lib.Rob Landley
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