| Commit message (Expand) | Author | Age | Files | Lines |
* | Add directory hierarchy copying example. | obrien | 2005-03-28 | 1 | -0/+7 |
* | Deorbit gtar, step 1: Remove WITH_GTAR knob. | kientzle | 2005-03-20 | 1 | -3/+0 |
* | A handful of minor portability and style improvements. | kientzle | 2005-03-14 | 3 | -15/+16 |
* | Style correction: one tab after #define. | kientzle | 2005-03-14 | 1 | -46/+47 |
* | Re-unbreak the distfile target. | kientzle | 2005-03-13 | 1 | -3/+4 |
* | Fix a compile warning, fix the build. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | "make depend" with .y files is trickier than it looks. <sigh> | kientzle | 2005-03-13 | 1 | -3/+2 |
* | Brain-o. Missing quote. | kientzle | 2005-03-13 | 1 | -1/+1 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 9 | -39/+1067 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 5 | -2/+72 |
* | Document the --null, --one-file-system, and -I options. | kientzle | 2005-02-18 | 1 | -5/+34 |
* | Sort sections. | ru | 2005-01-18 | 1 | -52/+52 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Add a fallback version of fnmatch() to the bsdtar | kientzle | 2004-12-22 | 3 | -9/+170 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | Portability: the included fts.c should now | kientzle | 2004-12-22 | 2 | -2/+2 |
* | Use a relative symlinking so that "tar" also works in /stand. | ru | 2004-11-12 | 1 | -1/+1 |
* | FreeBSD does have uintmax_t, so it can correctly | kientzle | 2004-11-06 | 1 | -0/+1 |
* | Correct error handling on failed writes | kientzle | 2004-11-05 | 2 | -5/+3 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | 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 |