| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old bsdtar test scripts; something much | kientzle | 2008-01-02 | 8 | -859/+0 |
* | A couple of miscellaneous fixes: | kientzle | 2008-01-02 | 3 | -4/+18 |
* | Fill in the approximate date when tar(1) first appeared. | kientzle | 2008-01-02 | 1 | -1/+1 |
* | Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms. | kientzle | 2008-01-02 | 1 | -1/+2 |
* | Use archive_entry_strmode() instead of a local bsdtar_strmode(). | kientzle | 2008-01-02 | 3 | -53/+3 |
* | Include Guido's copyright for the fnmatch() code I cribbed from. | kientzle | 2008-01-02 | 1 | -1/+36 |
* | Add --posix as a synonym for --format=pax, for GNU | kientzle | 2007-09-09 | 1 | -0/+5 |
* | Fix for PR bin/115033. This corrects a crash when long options | kientzle | 2007-08-01 | 1 | -0/+4 |
* | Fill in some casts that are needed (according to GCC 4.1) | kientzle | 2007-07-20 | 1 | -6/+6 |
* | Don't exit immediately on libarchive warnings, just | kientzle | 2007-07-20 | 2 | -4/+4 |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 6 | -20/+39 |
* | Mention the formats supported by bsdtar; include an | kientzle | 2007-05-20 | 1 | -0/+6 |
* | Set the program return value non-zero if we enounter | kientzle | 2007-05-08 | 1 | -0/+1 |
* | If lstat(2) fails, have bsdtar return a non-zero exit code if the | cperciva | 2007-05-03 | 1 | -0/+10 |
* | Ignore trailing '/' when comparing pathnames, so that | kientzle | 2007-04-18 | 1 | -3/+26 |
* | When testing basic functionality, strip trailing '/' from | kientzle | 2007-04-18 | 1 | -3/+3 |
* | In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which | cperciva | 2007-04-16 | 1 | -9/+8 |
* | Portability. | kientzle | 2007-04-13 | 1 | -0/+2 |
* | Make it easier to support more platforms. | kientzle | 2007-04-12 | 2 | -8/+7 |
* | Clean up error handling in archive_append to match how errors are | cperciva | 2007-04-09 | 1 | -19/+39 |
* | Simplify the logic for handling header read | kientzle | 2007-04-07 | 1 | -7/+5 |
* | Add test to confirm that piping a tar archive created by bsdtar through | cperciva | 2007-04-04 | 1 | -0/+5 |
* | Add tests for "bsdtar -t". These are useful primarily because they test | cperciva | 2007-03-31 | 1 | -0/+16 |
* | Split the append_archive function (used for processing @<archive> directives) | cperciva | 2007-03-31 | 1 | -13/+28 |
* | Issue a warning if there's a non-zero exit value. | kientzle | 2007-03-24 | 2 | -1/+4 |
* | Remove pathlen argument from write_entry function. It has never been used. | cperciva | 2007-03-17 | 1 | -5/+2 |
* | Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ it | cperciva | 2007-03-17 | 1 | -1/+1 |
* | Don't consider an lstat(2) failure to be an error (in the sense of | cperciva | 2007-03-15 | 1 | -1/+0 |
* | Reduce the risk of inducing heart attacks, by printing the right path when | cperciva | 2007-03-14 | 1 | -1/+1 |
* | Clarify the test comments in test-basic.sh. Have config.sh do a | kientzle | 2007-03-11 | 2 | -34/+47 |
* | bsdtar 2.0.23: | kientzle | 2007-03-11 | 19 | -228/+1139 |
* | Argh. Support for reading ACLs off of disk was inadvertently disabled | kientzle | 2007-03-08 | 1 | -0/+1 |
* | Make the file tests robust against broken symlinks and other | kientzle | 2007-03-03 | 1 | -3/+17 |
* | If we already have stat() data, we might be able to | kientzle | 2007-02-21 | 1 | -21/+29 |
* | Andrew and Colin each pointed out to me that truncating the backup | kientzle | 2007-02-18 | 1 | -2/+0 |
* | Correctly handle writes beyond the end of the archive entry | kientzle | 2007-02-14 | 1 | -1/+9 |
* | Update -r handling: | kientzle | 2007-02-08 | 1 | -12/+40 |
* | Correct the copyright messages: Make this a standard vanilla | kientzle | 2007-01-09 | 11 | -34/+21 |
* | If append_archive fails while writing an archive header, output the error | cperciva | 2007-01-05 | 1 | -1/+1 |
* | Clean up the struct archive used for reading an archive in the handling | cperciva | 2007-01-02 | 1 | -0/+1 |
* | Handle errors which occur during archive_write_data and archive_write_close | cperciva | 2007-01-02 | 1 | -5/+11 |
* | Fic typo in previous commit. | cperciva | 2006-12-23 | 1 | -1/+1 |
* | Add two checks for inappropriate options: -U only makes sense in "x" | cperciva | 2006-12-23 | 1 | -0/+4 |
* | Correct the names of some options. | cperciva | 2006-12-23 | 2 | -5/+5 |
* | Remove -F option from getopts string -- this option has never done | cperciva | 2006-12-20 | 1 | -1/+1 |
* | Fix "1 day ago", "yesterday" and similar relative-time phrases | kientzle | 2006-11-02 | 1 | -2/+2 |
* | Remove two unused variables. | kientzle | 2006-07-31 | 1 | -6/+0 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -1/+4 |
* | In the examples, use "tar.gz" as the extension for | kientzle | 2006-05-01 | 1 | -3/+3 |
* | If you see a broken symlink, don't try to follow it, | kientzle | 2006-04-02 | 2 | -4/+7 |