| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r283,r423 from libarchive.googlecode.com: Use libarchive's new | kientzle | 2009-03-08 | 3 | -530/+127 |
* | Merge r374 from libarchive.googlecode.com: Stupid typo in open() call. <sigh> | kientzle | 2009-03-08 | 1 | -1/+1 |
* | Merge r369 from libarchive.googlecode.com: Test -s option. | kientzle | 2009-03-08 | 2 | -0/+96 |
* | Merge r278 from libarchive.googlecode.com: Reduce the number of | kientzle | 2009-03-08 | 1 | -3/+5 |
* | Merge r273 from libarchive.googlecode.com: Use open() correctly. | kientzle | 2009-03-08 | 1 | -1/+1 |
* | Fix multiple -s options. | kientzle | 2009-02-08 | 1 | -1/+1 |
* | When copying file data to the archive, don't write more | kientzle | 2009-02-08 | 1 | -1/+1 |
* | Spell "substitution" correctly. | kientzle | 2008-12-15 | 1 | -3/+3 |
* | bsdtar is synced up with 2.5.903a | kientzle | 2008-12-06 | 1 | -1/+1 |
* | bsdtar always supports long options now, so we can remove | kientzle | 2008-12-06 | 1 | -2/+2 |
* | Only use GCC-specific __dead2 marker when building with GCC. | kientzle | 2008-12-06 | 2 | -1/+11 |
* | When deciding which characters (of a filename, for instance) | kientzle | 2008-11-29 | 2 | -49/+119 |
* | After visiting a subdirectory, we use chdir("..") or | kientzle | 2008-11-27 | 3 | -19/+57 |
* | If we're unable to chdir() to a directory that we know exists, | kientzle | 2008-11-27 | 1 | -1/+3 |
* | Include more detailed explanation of this case, since it's pretty | kientzle | 2008-11-10 | 1 | -5/+34 |
* | Test --strip-components and fix it to actually work. Jaakko did a | kientzle | 2008-11-10 | 3 | -16/+116 |
* | New command-line parser for bsdtar. | kientzle | 2008-11-08 | 6 | -356/+455 |
* | When comparing, cast to the larger size, off_t in this case. | kientzle | 2008-11-05 | 1 | -1/+1 |
* | Fix compile warnings building on amd64. This is modified slightly | kientzle | 2008-11-05 | 1 | -4/+5 |
* | 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 |