| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix --fast-read by decrementing the remaining patterns to be matched, | kientzle | 2008-03-18 | 2 | -2/+2 |
* | style(9) fix to add whitespace around an '=' sign and restore | kientzle | 2008-03-15 | 1 | -1/+2 |
* | Support NetBSD's --insecure as a synonym for -P. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | Document --chroot. | kientzle | 2008-03-15 | 1 | -0/+6 |
* | Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD | kientzle | 2008-03-15 | 2 | -14/+13 |
* | Also accept --uncompress as a synonym for -Z. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | --chroot implementation thanks to Joerg Sonnenberger. | kientzle | 2008-03-15 | 4 | -0/+18 |
* | Support --compress as a synonym for -Z. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | Enable and document the -Z option for selecting "compress" compression, | kientzle | 2008-03-15 | 3 | -5/+13 |
* | Allow appending to archives on block devices as well as | kientzle | 2008-02-19 | 1 | -1/+1 |
* | Make -l always have the SUSv2 meaning of "check links." | kientzle | 2008-01-22 | 2 | -30/+11 |
* | 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 |