Age | Commit message (Expand) | Author |
2019-04-02 | Yeah, ok, that one can get used uninitialized. | Rob Landley |
2019-04-02 | More tar cleanup, more tests. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-01 | Silence spurious gcc "lnk cannot be used uninitialized" warning. | Rob Landley |
2019-04-01 | More tar cleanup. | Rob Landley |
2019-03-31 | More tar cleanup, some tests. | Rob Landley |
2019-03-31 | More tar cleanup. | Rob Landley |
2019-03-27 | Skip file contents in error case. | Rob Landley |
2019-03-27 | Silence another broken gcc "tar is never used uninitialized" warning. | Rob Landley |
2019-03-27 | Cleanup extract_to_disk(), enforce "file creation must be under cwd), | Rob Landley |
2019-03-22 | Silence stupid, pointless warnings. | Rob Landley |
2019-03-22 | My todo entries were bothering people. | Rob Landley |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-20 | Next round of tar cleanup. | Rob Landley |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-16 | Next round of tar cleanup. | Rob Landley |
2019-03-13 | More tar cleanup. | Rob Landley |
2019-03-11 | More tar cleanup. | Rob Landley |
2019-03-06 | More tar cleanup. | Rob Landley |
2019-03-04 | More tar cleanup. | Rob Landley |
2019-03-03 | Cleanup pass on tar. | Rob Landley |
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 |