| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remaining changes from libarchive.googlecode.com: | kientzle | 2009-04-17 | 1 | -10/+37 |
* | Merge r492 from libarchive.googlecode.com: First cut at exposing the | kientzle | 2009-03-08 | 1 | -0/+3 |
* | Match a comment to reduce differences with libarchive.googlecode.com. | kientzle | 2009-03-08 | 1 | -1/+1 |
* | Merge r687-689,691,693-701,720 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 1 | -3/+6 |
* | Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 1 | -1/+16 |
* | New command-line parser for bsdtar. | kientzle | 2008-11-08 | 1 | -329/+33 |
* | Test for -q (aka --fast-read). | kientzle | 2008-08-22 | 1 | -1/+1 |
* | MFp4: bsdtar 2.5.4b | kientzle | 2008-05-26 | 1 | -1/+21 |
* | Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit, | cperciva | 2008-05-19 | 1 | -2/+2 |
* | Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore | cperciva | 2008-05-17 | 1 | -0/+5 |
* | Documentation updates: | kientzle | 2008-05-02 | 1 | -1/+1 |
* | bsdtar --version should succeed. | kientzle | 2008-05-02 | 1 | -1/+1 |
* | 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 |
* | Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD | kientzle | 2008-03-15 | 1 | -5/+4 |
* | 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 | 1 | -0/+5 |
* | 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 | 1 | -5/+0 |
* | Make -l always have the SUSv2 meaning of "check links." | kientzle | 2008-01-22 | 1 | -13/+3 |
* | A couple of miscellaneous fixes: | kientzle | 2008-01-02 | 1 | -1/+11 |
* | Add --posix as a synonym for --format=pax, for GNU | kientzle | 2007-09-09 | 1 | -0/+5 |
* | Fix for PR bin/115033. This corrects a crash when long options | kientzle | 2007-08-01 | 1 | -0/+4 |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 1 | -0/+6 |
* | Issue a warning if there's a non-zero exit value. | kientzle | 2007-03-24 | 1 | -0/+3 |
* | bsdtar 2.0.23: | kientzle | 2007-03-11 | 1 | -14/+93 |
* | Correct the copyright messages: Make this a standard vanilla | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Fic typo in previous commit. | cperciva | 2006-12-23 | 1 | -1/+1 |
* | Add two checks for inappropriate options: -U only makes sense in "x" | cperciva | 2006-12-23 | 1 | -0/+4 |
* | Correct the names of some options. | cperciva | 2006-12-23 | 1 | -1/+1 |
* | Remove -F option from getopts string -- this option has never done | cperciva | 2006-12-20 | 1 | -1/+1 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 1 | -2/+1 |
* | Change the output of --version to match GNU "gnits" standards. | kientzle | 2006-03-07 | 1 | -5/+2 |
* | Spell "--format" correctly in error message. (It hasn't been | kientzle | 2005-11-01 | 1 | -1/+1 |
* | The bsdtar_warnc() reporting function requires the program name to be | kientzle | 2005-08-02 | 1 | -10/+12 |
* | A number of fixes to the autoconf-generated build system. In | kientzle | 2005-04-17 | 1 | -1/+0 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 1 | -2/+2 |
* | A handful of minor portability and style improvements. | kientzle | 2005-03-14 | 1 | -1/+1 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 1 | -16/+59 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 1 | -1/+6 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 1 | -1/+1 |
* | Permit -P to be combined with -t. (It's a no-op then, just as in gtar.) | kientzle | 2004-08-26 | 1 | -2/+0 |
* | Tell getopt to accept the (already-implemented) -I option. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | Make -I and --files-from be synonyms for -T | kientzle | 2004-08-13 | 1 | -0/+4 |
* | gtar uses -F for another purpose, so bsdtar no longer treats it as a | kientzle | 2004-08-08 | 1 | -3/+4 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 1 | -2/+1 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 1 | -50/+37 |