| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Explain how the test_option_q test works. | Tim Kientzle | 2008-08-22 | 1 | -0/+15 |
| * | Test for -q (aka --fast-read). | Tim Kientzle | 2008-08-22 | 3 | -1/+106 |
| * | The results for test 2 here are short enough to just be included inline. | Tim Kientzle | 2008-08-21 | 2 | -8/+3 |
| * | Add some more tests to verify that "./foo" matches "foo" but "/foo" does not. | Tim Kientzle | 2008-08-21 | 4 | -1/+76 |
| * | Always display the unedited pathname in -t output. | Tim Kientzle | 2008-08-21 | 4 | -21/+12 |
| * | Better comment the pattern tests; adjust the filenames for the | Tim Kientzle | 2008-08-20 | 4 | -12/+22 |
| * | Fix SVN r181821 by not using FNM_LEADING_DIR where | Tim Kientzle | 2008-08-18 | 1 | -1/+1 |
| * | Strip leading "./" or ".//" from patterns and filenames | Tim Kientzle | 2008-08-18 | 1 | -3/+39 |
| * | Don't strip a leading '/' from a pattern to be matched. | Tim Kientzle | 2008-08-17 | 1 | -2/+0 |
| * | Test updates: Handling of patterns on command line, error messages. | Tim Kientzle | 2008-08-15 | 6 | -1/+40 |
| * | Mark functions as __dead2 in order to help the LLVM static checker | Colin Percival | 2008-08-04 | 1 | -1/+1 |
| * | - Fix mtree example so it works. | Simon L. B. Nielsen | 2008-07-26 | 1 | -0/+7 |
| * | Move duplicated code from tar_mode_[cru] into archive_write. | Colin Percival | 2008-07-05 | 1 | -32/+15 |
| * | Use malloc in write_archive to allocate a 64kB buffer for holding file data | Colin Percival | 2008-07-05 | 2 | -12/+21 |
| * | Clean up write_entry by eliminating fd except in the #ifdef __linux block | Colin Percival | 2008-07-05 | 1 | -13/+14 |
| * | Revert CVS revision 1.68; it is now possible for entry to be NULL at the end | Colin Percival | 2008-07-05 | 1 | -1/+2 |
| * | FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
| * | Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere. | Tim Kientzle | 2008-07-05 | 1 | -1/+0 |
| * | Stop using the deprecated linux/ext2_fs.h. | Tim Kientzle | 2008-07-05 | 1 | -3/+0 |
| * | Use %H:%M for strftime() time formatting instead of the non-portable %R. | Tim Kientzle | 2008-07-05 | 1 | -1/+1 |
| * | Pass the entry down into the core write loop, so we | Tim Kientzle | 2008-06-25 | 1 | -4/+6 |
| * | MfP4: Minor portability fix. | Tim Kientzle | 2008-06-15 | 1 | -1/+9 |
| * | MfP4: test harness cleanup. | Tim Kientzle | 2008-06-15 | 2 | -19/+21 |
| * | Make one-bit fields unsigned instead of signed. This has no effect, | Colin Percival | 2008-06-09 | 1 | -1/+1 |
| * | Rework code to avoid using a pointer after freeing it. Aside from the | Colin Percival | 2008-06-09 | 1 | -2/+4 |
| * | Compatibility fix: define REG_BASIC if it isn't already. In particular, | Tim Kientzle | 2008-05-27 | 1 | -0/+4 |
| * | MFp4: bsdtar 2.5.4b | Tim Kientzle | 2008-05-26 | 14 | -315/+694 |
| * | The value le->name cannot be NULL when we're freeing an entry in the | Colin Percival | 2008-05-23 | 1 | -2/+1 |
| * | Improve portability via s/struct siginfo/struct siginfo_data/. This was | Colin Percival | 2008-05-22 | 2 | -3/+3 |
| * | Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit, | Colin Percival | 2008-05-19 | 1 | -2/+2 |
| * | There's no way for entry to possibly be NULL at the end of write_entry | Colin Percival | 2008-05-19 | 1 | -2/+1 |
| * | Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) | Colin Percival | 2008-05-18 | 5 | -1/+205 |
| * | Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore | Colin Percival | 2008-05-17 | 2 | -0/+9 |
| * | Documentation updates: | Tim Kientzle | 2008-05-02 | 2 | -3/+9 |
| * | bsdtar --version should succeed. | Tim Kientzle | 2008-05-02 | 1 | -1/+1 |
| * | New bsdtar test harness. Still rather skimpy, but a lot easier | Tim Kientzle | 2008-05-02 | 11 | -0/+2203 |
| * | Allow -r with -T even if there are no files on the command line. | Tim Kientzle | 2008-05-02 | 1 | -1/+1 |
| * | Fix --fast-read by decrementing the remaining patterns to be matched, | Tim Kientzle | 2008-03-18 | 2 | -2/+2 |
| * | style(9) fix to add whitespace around an '=' sign and restore | Tim Kientzle | 2008-03-15 | 1 | -1/+2 |
| * | Support NetBSD's --insecure as a synonym for -P. | Tim Kientzle | 2008-03-15 | 1 | -0/+1 |
| * | Document --chroot. | Tim Kientzle | 2008-03-15 | 1 | -0/+6 |
| * | Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD | Tim Kientzle | 2008-03-15 | 2 | -14/+13 |
| * | Also accept --uncompress as a synonym for -Z. | Tim Kientzle | 2008-03-15 | 1 | -0/+1 |
| * | --chroot implementation thanks to Joerg Sonnenberger. | Tim Kientzle | 2008-03-15 | 4 | -0/+18 |
| * | Support --compress as a synonym for -Z. | Tim Kientzle | 2008-03-15 | 1 | -0/+1 |
| * | Enable and document the -Z option for selecting "compress" compression, | Tim Kientzle | 2008-03-15 | 3 | -5/+13 |
| * | Allow appending to archives on block devices as well as | Tim Kientzle | 2008-02-19 | 1 | -1/+1 |
| * | Make -l always have the SUSv2 meaning of "check links." | Tim Kientzle | 2008-01-22 | 2 | -30/+11 |
| * | Remove the old bsdtar test scripts; something much | Tim Kientzle | 2008-01-02 | 8 | -859/+0 |
| * | A couple of miscellaneous fixes: | Tim Kientzle | 2008-01-02 | 3 | -4/+18 |