| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure to use up-to-date libarchive header files from source tree when | pjd | 2009-09-07 | 1 | -1/+1 |
* | Make -lcrypto usage dependent on whether or not we're building with OpenSSL. | kientzle | 2009-04-18 | 1 | -1/+5 |
* | Merge remaining changes from libarchive.googlecode.com: | kientzle | 2009-04-17 | 6 | -42/+150 |
* | Set options before opening the archive. | kientzle | 2009-04-17 | 1 | -7/+10 |
* | Minor portability improvement in calls to ctype.h macros. | kientzle | 2009-04-17 | 1 | -2/+2 |
* | Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks. | kientzle | 2009-04-17 | 10 | -52/+58 |
* | Update version to 2.6.901a to indicate this is synced up with r745 of | kientzle | 2009-03-08 | 1 | -1/+1 |
* | Merge r492 from libarchive.googlecode.com: First cut at exposing the | kientzle | 2009-03-08 | 5 | -0/+29 |
* | Match a comment to reduce differences with libarchive.googlecode.com. | kientzle | 2009-03-08 | 2 | -1/+5 |
* | Merge r709,r710 from libarchive.googlecode.com: More work on | kientzle | 2009-03-08 | 3 | -31/+779 |
* | Merge r687-689,691,693-701,720 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 6 | -822/+1102 |
* | Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 23 | -66/+733 |
* | Merge r368,496,625,626 from libarchive.googlecode.com: A number of | kientzle | 2009-03-08 | 2 | -36/+83 |
* | Merge r622 from libarchive.googlecode.com: Avoid warning on platforms | kientzle | 2009-03-08 | 1 | -1/+1 |
* | Merge r552,r559 from libarchive.googlecode.com: High-resolution time | kientzle | 2009-03-08 | 1 | -3/+10 |
* | Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.h | kientzle | 2009-03-08 | 1 | -4/+11 |
* | Merge r435,r443 from libarchive.googlecode.com: Let the compiler options | kientzle | 2009-03-08 | 2 | -4/+4 |
* | 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 |