| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -C and -T work correctly together. | kientzle | 2004-08-28 | 1 | -4/+5 |
* | Document the -O option's new behavior in the presence of -t. | kientzle | 2004-08-27 | 1 | -2/+4 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 2 | -11/+16 |
* | 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 | 3 | -20/+18 |
* | Better low-memory handling: If the link cache runs out of memory, just | kientzle | 2004-08-08 | 1 | -35/+36 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 5 | -85/+66 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 2 | -50/+38 |
* | Another pointy-hat problem: PACKAGE_VERSION macro is set in | kientzle | 2004-08-08 | 2 | -3/+0 |
* | Minor portability fixes. bsdtar now compiles on Win32/cygwin, though | kientzle | 2004-08-08 | 1 | -2/+18 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 4 | -3/+25 |
* | Linux port corrections: | kientzle | 2004-08-07 | 3 | -5/+6 |
* | Add "make distfile" capabilities to bsdtar, including informational | kientzle | 2004-08-07 | 7 | -50/+251 |
* | Ensure that there's always a space between the user name and | kientzle | 2004-08-05 | 1 | -1/+1 |
* | GNU and POSIX disagree about -o and -l. | kientzle | 2004-08-03 | 2 | -22/+70 |
* | Correct the explanation of the -X option. | kientzle | 2004-08-01 | 1 | -3/+5 |
* | Improve portability to FreeBSD 4. | kientzle | 2004-07-30 | 1 | -0/+6 |
* | Fix comment. | kientzle | 2004-07-30 | 1 | -1/+1 |
* | Add a --version option to bsdtar that prints the versions of | kientzle | 2004-07-26 | 2 | -4/+21 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 4 | -35/+70 |
* | Of course, I meant POSIX.1-1996, not 1997. | kientzle | 2004-07-25 | 1 | -1/+1 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 7 | -74/+77 |
* | My bad: /dev/sa0, no 'r' | kientzle | 2004-07-21 | 1 | -1/+1 |
* | Guard against argv[0] being NULL. | kientzle | 2004-07-19 | 1 | -6/+11 |
* | Fix some misspellings, document the TAPE environment | kientzle | 2004-07-19 | 1 | -2/+16 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 2 | -16/+8 |
* | Make bsdtar the default system tar. This makes /usr/bin/tar a symlink | kientzle | 2004-07-17 | 1 | -1/+1 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 2 | -0/+8 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 4 | -4/+17 |
* | Mimic ls(1) by putting an extra space before the year in old dates | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fixed cross-references in SEE ALSO. | ru | 2004-07-04 | 1 | -1/+1 |
* | Pass the pointy hat, please: | kientzle | 2004-07-04 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Add yet another synonym for -n. | kientzle | 2004-06-28 | 1 | -0/+1 |
* | Update -p: | kientzle | 2004-06-27 | 1 | -1/+2 |
* | Warn about stripping leading '/' when creating archives. | kientzle | 2004-06-27 | 1 | -1/+8 |
* | Augment the -T handling: | kientzle | 2004-06-27 | 6 | -98/+161 |
* | Fix "@-" which has apparently been broken for some time. <sigh> | kientzle | 2004-06-27 | 1 | -8/+28 |
* | Don't abort immediately on directory change errors. | kientzle | 2004-06-27 | 1 | -6/+16 |
* | Document the -W convention for accessing long options. | kientzle | 2004-06-26 | 1 | -9/+15 |
* | Rename C=dir to -C dir, which is what people expect. | kientzle | 2004-06-26 | 3 | -77/+127 |
* | 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 | 3 | -0/+43 |
* | 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 |