| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up flags support just a tad: FreeBSD support depends on | kientzle | 2008-09-14 | 2 | -28/+30 |
* | Test handling of restores relative to symlinks. | kientzle | 2008-09-14 | 2 | -0/+173 |
* | Minor cleanup of the -q test: Assert that stdout/stderr are empty for each | kientzle | 2008-08-22 | 1 | -3/+9 |
* | Don't clean before running tests. | kientzle | 2008-08-22 | 1 | -1/+1 |
* | Explain how the test_option_q test works. | kientzle | 2008-08-22 | 1 | -0/+15 |
* | Test for -q (aka --fast-read). | kientzle | 2008-08-22 | 3 | -1/+106 |
* | The results for test 2 here are short enough to just be included inline. | kientzle | 2008-08-21 | 2 | -8/+3 |
* | Add some more tests to verify that "./foo" matches "foo" but "/foo" does not. | kientzle | 2008-08-21 | 4 | -1/+76 |
* | Always display the unedited pathname in -t output. | kientzle | 2008-08-21 | 4 | -21/+12 |
* | Better comment the pattern tests; adjust the filenames for the | kientzle | 2008-08-20 | 4 | -12/+22 |
* | Fix SVN r181821 by not using FNM_LEADING_DIR where | kientzle | 2008-08-18 | 1 | -1/+1 |
* | Strip leading "./" or ".//" from patterns and filenames | kientzle | 2008-08-18 | 1 | -3/+39 |
* | Don't strip a leading '/' from a pattern to be matched. | kientzle | 2008-08-17 | 1 | -2/+0 |
* | Test updates: Handling of patterns on command line, error messages. | kientzle | 2008-08-15 | 6 | -1/+40 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | - Fix mtree example so it works. | simon | 2008-07-26 | 1 | -0/+7 |
* | Move duplicated code from tar_mode_[cru] into archive_write. | cperciva | 2008-07-05 | 1 | -32/+15 |
* | Use malloc in write_archive to allocate a 64kB buffer for holding file data | cperciva | 2008-07-05 | 2 | -12/+21 |
* | Clean up write_entry by eliminating fd except in the #ifdef __linux block | cperciva | 2008-07-05 | 1 | -13/+14 |
* | Revert CVS revision 1.68; it is now possible for entry to be NULL at the end | cperciva | 2008-07-05 | 1 | -1/+2 |
* | FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere. | kientzle | 2008-07-05 | 1 | -1/+0 |
* | Stop using the deprecated linux/ext2_fs.h. | kientzle | 2008-07-05 | 1 | -3/+0 |
* | Use %H:%M for strftime() time formatting instead of the non-portable %R. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | Pass the entry down into the core write loop, so we | kientzle | 2008-06-25 | 1 | -4/+6 |
* | MfP4: Minor portability fix. | kientzle | 2008-06-15 | 1 | -1/+9 |
* | MfP4: test harness cleanup. | kientzle | 2008-06-15 | 2 | -19/+21 |
* | Make one-bit fields unsigned instead of signed. This has no effect, | cperciva | 2008-06-09 | 1 | -1/+1 |
* | Rework code to avoid using a pointer after freeing it. Aside from the | cperciva | 2008-06-09 | 1 | -2/+4 |
* | Compatibility fix: define REG_BASIC if it isn't already. In particular, | kientzle | 2008-05-27 | 1 | -0/+4 |
* | MFp4: bsdtar 2.5.4b | kientzle | 2008-05-26 | 14 | -316/+695 |
* | The value le->name cannot be NULL when we're freeing an entry in the | cperciva | 2008-05-23 | 1 | -2/+1 |
* | Improve portability via s/struct siginfo/struct siginfo_data/. This was | cperciva | 2008-05-22 | 2 | -3/+3 |
* | Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit, | cperciva | 2008-05-19 | 1 | -2/+2 |
* | There's no way for entry to possibly be NULL at the end of write_entry | cperciva | 2008-05-19 | 1 | -2/+1 |
* | Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) | cperciva | 2008-05-18 | 5 | -1/+205 |
* | Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore | cperciva | 2008-05-17 | 2 | -0/+9 |
* | Documentation updates: | kientzle | 2008-05-02 | 2 | -3/+9 |
* | bsdtar --version should succeed. | kientzle | 2008-05-02 | 1 | -1/+1 |
* | New bsdtar test harness. Still rather skimpy, but a lot easier | kientzle | 2008-05-02 | 11 | -0/+2203 |
* | Allow -r with -T even if there are no files on the command line. | kientzle | 2008-05-02 | 1 | -1/+1 |
* | 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 |