| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mention the formats supported by bsdtar; include an | Tim Kientzle | 2007-05-20 | 1 | -0/+6 |
| * | Set the program return value non-zero if we enounter | Tim Kientzle | 2007-05-08 | 1 | -0/+1 |
| * | If lstat(2) fails, have bsdtar return a non-zero exit code if the | Colin Percival | 2007-05-03 | 1 | -0/+10 |
| * | Ignore trailing '/' when comparing pathnames, so that | Tim Kientzle | 2007-04-18 | 1 | -3/+26 |
| * | When testing basic functionality, strip trailing '/' from | Tim Kientzle | 2007-04-18 | 1 | -3/+3 |
| * | In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which | Colin Percival | 2007-04-16 | 1 | -9/+8 |
| * | Portability. | Tim Kientzle | 2007-04-13 | 1 | -0/+2 |
| * | Make it easier to support more platforms. | Tim Kientzle | 2007-04-12 | 2 | -8/+7 |
| * | Clean up error handling in archive_append to match how errors are | Colin Percival | 2007-04-09 | 1 | -19/+39 |
| * | Simplify the logic for handling header read | Tim Kientzle | 2007-04-07 | 1 | -7/+5 |
| * | Add test to confirm that piping a tar archive created by bsdtar through | Colin Percival | 2007-04-04 | 1 | -0/+5 |
| * | Add tests for "bsdtar -t". These are useful primarily because they test | Colin Percival | 2007-03-31 | 1 | -0/+16 |
| * | Split the append_archive function (used for processing @<archive> directives) | Colin Percival | 2007-03-31 | 1 | -13/+28 |
| * | Issue a warning if there's a non-zero exit value. | Tim Kientzle | 2007-03-24 | 2 | -1/+4 |
| * | Remove pathlen argument from write_entry function. It has never been used. | Colin Percival | 2007-03-17 | 1 | -5/+2 |
| * | Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ it | Colin Percival | 2007-03-17 | 1 | -1/+1 |
| * | Don't consider an lstat(2) failure to be an error (in the sense of | Colin Percival | 2007-03-15 | 1 | -1/+0 |
| * | Reduce the risk of inducing heart attacks, by printing the right path when | Colin Percival | 2007-03-14 | 1 | -1/+1 |
| * | Clarify the test comments in test-basic.sh. Have config.sh do a | Tim Kientzle | 2007-03-11 | 2 | -34/+47 |
| * | bsdtar 2.0.23: | Tim Kientzle | 2007-03-11 | 19 | -228/+1139 |
| * | Argh. Support for reading ACLs off of disk was inadvertently disabled | Tim Kientzle | 2007-03-08 | 1 | -0/+1 |
| * | Make the file tests robust against broken symlinks and other | Tim Kientzle | 2007-03-03 | 1 | -3/+17 |
| * | If we already have stat() data, we might be able to | Tim Kientzle | 2007-02-21 | 1 | -21/+29 |
| * | Andrew and Colin each pointed out to me that truncating the backup | Tim Kientzle | 2007-02-18 | 1 | -2/+0 |
| * | Correctly handle writes beyond the end of the archive entry | Tim Kientzle | 2007-02-14 | 1 | -1/+9 |
| * | Update -r handling: | Tim Kientzle | 2007-02-08 | 1 | -12/+40 |
| * | Correct the copyright messages: Make this a standard vanilla | Tim Kientzle | 2007-01-09 | 11 | -34/+21 |
| * | If append_archive fails while writing an archive header, output the error | Colin Percival | 2007-01-05 | 1 | -1/+1 |
| * | Clean up the struct archive used for reading an archive in the handling | Colin Percival | 2007-01-02 | 1 | -0/+1 |
| * | Handle errors which occur during archive_write_data and archive_write_close | Colin Percival | 2007-01-02 | 1 | -5/+11 |
| * | Fic typo in previous commit. | Colin Percival | 2006-12-23 | 1 | -1/+1 |
| * | Add two checks for inappropriate options: -U only makes sense in "x" | Colin Percival | 2006-12-23 | 1 | -0/+4 |
| * | Correct the names of some options. | Colin Percival | 2006-12-23 | 2 | -5/+5 |
| * | Remove -F option from getopts string -- this option has never done | Colin Percival | 2006-12-20 | 1 | -1/+1 |
| * | Fix "1 day ago", "yesterday" and similar relative-time phrases | Tim Kientzle | 2006-11-02 | 1 | -2/+2 |
| * | Remove two unused variables. | Tim Kientzle | 2006-07-31 | 1 | -6/+0 |
| * | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | Tim Kientzle | 2006-07-30 | 1 | -1/+4 |
| * | In the examples, use "tar.gz" as the extension for | Tim Kientzle | 2006-05-01 | 1 | -3/+3 |
| * | If you see a broken symlink, don't try to follow it, | Tim Kientzle | 2006-04-02 | 2 | -4/+7 |
| * | Extended attribute support on write for Linux; FreeBSD hooks are | Tim Kientzle | 2006-03-21 | 9 | -23/+140 |
| * | Remove non-FreeBSD source from FreeBSD repository. | Tim Kientzle | 2006-03-12 | 1 | -20/+0 |
| * | Remove configure.ac.in and the 'distfile' target from | Tim Kientzle | 2006-03-08 | 4 | -164/+6 |
| * | Add a check for Linux' "libacl" library and headers. | Tim Kientzle | 2006-03-07 | 1 | -0/+4 |
| * | Change the output of --version to match GNU "gnits" standards. | Tim Kientzle | 2006-03-07 | 1 | -5/+2 |
| * | Fix a format mismatch (%d integer format, platform-dependent | Tim Kientzle | 2006-03-07 | 1 | -1/+1 |
| * | If opendir(".") fails after descending into a subdirectory via | Peter Edwards | 2006-02-22 | 1 | -1/+2 |
| * | Use the .Fx macro. | Simon L. B. Nielsen | 2006-01-17 | 1 | -2/+7 |
| * | Remove the -B option from the directory-copying examples. The -B | Tim Kientzle | 2005-12-09 | 1 | -2/+2 |
| * | Portability: remove AC_FUNC_MALLOC from configure.ac.in. | Tim Kientzle | 2005-11-27 | 1 | -1/+0 |
| * | Edit pathnames for -x but not for -t. Otherwise, people get confused | Tim Kientzle | 2005-11-06 | 1 | -1/+1 |