| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 1 | -2/+7 |
* | Linux port corrections: | kientzle | 2004-08-07 | 1 | -1/+4 |
* | Add "make distfile" capabilities to bsdtar, including informational | kientzle | 2004-08-07 | 1 | -4/+31 |
* | GNU and POSIX disagree about -o and -l. | kientzle | 2004-08-03 | 1 | -20/+52 |
* | Add a --version option to bsdtar that prints the versions of | kientzle | 2004-07-26 | 1 | -4/+19 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 1 | -5/+13 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 1 | -49/+40 |
* | Guard against argv[0] being NULL. | kientzle | 2004-07-19 | 1 | -6/+11 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 1 | -15/+8 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 1 | -0/+7 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 1 | -0/+6 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Pass the pointy hat, please: | kientzle | 2004-07-04 | 1 | -2/+2 |
* | Add yet another synonym for -n. | kientzle | 2004-06-28 | 1 | -0/+1 |
* | Update -p: | kientzle | 2004-06-27 | 1 | -1/+2 |
* | Augment the -T handling: | kientzle | 2004-06-27 | 1 | -16/+16 |
* | Rename C=dir to -C dir, which is what people expect. | kientzle | 2004-06-26 | 1 | -34/+103 |
* | Update some internal comments about the --no-same-permissions option. | kientzle | 2004-06-15 | 1 | -1/+6 |
* | As near as I can tell, --no-same-permissions is a no-op in | kientzle | 2004-06-15 | 1 | -0/+7 |
* | Oops. bsdtar's old -X option didn't take an argument; the new | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Add gtar-compatible -X/--exclude-from | kientzle | 2004-06-15 | 1 | -0/+4 |
* | Fix build. | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Rename -X to --one-file-system, as GNU tar uses -X for | kientzle | 2004-06-15 | 1 | -5/+9 |
* | Clean up usage message(s): | kientzle | 2004-06-15 | 1 | -9/+29 |
* | Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H. | kientzle | 2004-06-11 | 1 | -1/+1 |
* | The --include='pattern' option is the natural counterpart to | kientzle | 2004-06-07 | 1 | -0/+7 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 1 | -2/+0 |
* | Improve help handling: | kientzle | 2004-06-02 | 1 | -0/+13 |
* | Correction: -h should be a synonym for -L, not -H. | kientzle | 2004-05-31 | 1 | -2/+2 |
* | Permit (but ignore) -Z with -x or -t, now that libarchive | kientzle | 2004-05-30 | 1 | -2/+9 |
* | Provide framework for exiting with non-zero value on non-critical errors. | kientzle | 2004-05-27 | 1 | -1/+1 |
* | Add --no-same-owner as a synonym for -o. | kientzle | 2004-05-22 | 1 | -0/+1 |
* | Add --dereference as a synonym for -H | kientzle | 2004-05-21 | 1 | -0/+1 |
* | Default is to restore timestamps, even when operating as root. <sigh> | kientzle | 2004-05-19 | 1 | -1/+1 |