| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r188343 from -CURRENT: Unbreak writing shar archives. | Tim Kientzle | 2009-03-29 | 1 | -1/+1 |
| * | MFC r185359: Return a non-zero exit code when directories | Tim Kientzle | 2008-11-28 | 1 | -1/+3 |
| * | MFC r180283, r180284: Allocate 64k copy buffer on heap, not stack. | Tim Kientzle | 2008-08-10 | 1 | -44/+35 |
| * | MFC r180281: Clean up fd handling. | Tim Kientzle | 2008-08-10 | 1 | -13/+14 |
| * | MFC r180277: Restore an unnecessary NULL check, for stylistic reasons. | Tim Kientzle | 2008-08-10 | 1 | -1/+2 |
| * | MFC r179988: Include the filename when reporting file truncation. | Tim Kientzle | 2008-08-10 | 1 | -4/+6 |
| * | Big MFC of bsdtar 2.5.5. | Tim Kientzle | 2008-08-10 | 1 | -227/+88 |
| * | MFC r179236: Remove an unnecessary check for NULL | Tim Kientzle | 2008-08-10 | 1 | -2/+1 |
| * | MFC r179083, r179213: When we receive SIGINFO (or SIGUSR1), print out some | Tim Kientzle | 2008-08-10 | 1 | -0/+25 |
| * | MFC r178714: allow -r and -T together even when there are no files on | Tim Kientzle | 2008-08-10 | 1 | -1/+1 |
| * | MFC r177204 | kientzle | 2008-03-14 19:41:44 -0700 (Fri, 14 Mar 2008) | Tim Kientzle | 2008-08-10 | 1 | -0/+3 |
| * | MFC r176395 | kientzle | 2008-02-18 21:27:17 -0800 (Mon, 18 Feb 2008) | Tim Kientzle | 2008-08-10 | 1 | -1/+1 |
| * | bsdtar 2.2.3: | Tim Kientzle | 2007-05-29 | 1 | -13/+18 |
| * | If lstat(2) fails, have bsdtar return a non-zero exit code if the | Colin Percival | 2007-05-03 | 1 | -0/+10 |
| * | Clean up error handling in archive_append to match how errors are | Colin Percival | 2007-04-09 | 1 | -19/+39 |
| * | Split the append_archive function (used for processing @<archive> directives) | Colin Percival | 2007-03-31 | 1 | -13/+28 |
| * | Remove pathlen argument from write_entry function. It has never been used. | Colin Percival | 2007-03-17 | 1 | -5/+2 |
| * | Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ it | Colin Percival | 2007-03-17 | 1 | -1/+1 |
| * | Don't consider an lstat(2) failure to be an error (in the sense of | Colin Percival | 2007-03-15 | 1 | -1/+0 |
| * | Reduce the risk of inducing heart attacks, by printing the right path when | Colin Percival | 2007-03-14 | 1 | -1/+1 |
| * | bsdtar 2.0.23: | Tim Kientzle | 2007-03-11 | 1 | -10/+37 |
| * | Andrew and Colin each pointed out to me that truncating the backup | Tim Kientzle | 2007-02-18 | 1 | -2/+0 |
| * | Correctly handle writes beyond the end of the archive entry | Tim Kientzle | 2007-02-14 | 1 | -1/+9 |
| * | Update -r handling: | Tim Kientzle | 2007-02-08 | 1 | -12/+40 |
| * | Correct the copyright messages: Make this a standard vanilla | Tim Kientzle | 2007-01-09 | 1 | -3/+2 |
| * | If append_archive fails while writing an archive header, output the error | Colin Percival | 2007-01-05 | 1 | -1/+1 |
| * | Clean up the struct archive used for reading an archive in the handling | Colin Percival | 2007-01-02 | 1 | -0/+1 |
| * | Handle errors which occur during archive_write_data and archive_write_close | Colin Percival | 2007-01-02 | 1 | -5/+11 |
| * | Remove two unused variables. | Tim Kientzle | 2006-07-31 | 1 | -6/+0 |
| * | If you see a broken symlink, don't try to follow it, | Tim Kientzle | 2006-04-02 | 1 | -3/+6 |
| * | Extended attribute support on write for Linux; FreeBSD hooks are | Tim Kientzle | 2006-03-21 | 1 | -12/+125 |
| * | Edit pathnames for -x but not for -t. Otherwise, people get confused | Tim Kientzle | 2005-11-06 | 1 | -1/+1 |
| * | In mode 'u', check for an error return from archive_read_open. | Tim Kientzle | 2005-11-01 | 1 | -2/+6 |
| * | Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handling | Tim Kientzle | 2005-09-24 | 1 | -12/+12 |
| * | Clarify some error messages. | Tim Kientzle | 2005-05-08 | 1 | -4/+4 |
| * | bsdtar now uses the "tree" package instead of "fts" for walking | Tim Kientzle | 2005-04-24 | 1 | -173/+114 |
| * | A number of fixes to the autoconf-generated build system. In | Tim Kientzle | 2005-04-17 | 1 | -3/+7 |
| * | Support path-rewriting options (including --strip-components) for both | Tim Kientzle | 2005-04-17 | 1 | -27/+17 |
| * | A handful of minor portability and style improvements. | Tim Kientzle | 2005-03-14 | 1 | -14/+13 |
| * | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | Tim Kientzle | 2005-03-13 | 1 | -19/+43 |
| * | Correct error handling on failed writes | Tim Kientzle | 2004-11-05 | 1 | -4/+2 |
| * | Make -C and -T work correctly together. | Tim Kientzle | 2004-08-28 | 1 | -4/+5 |
| * | Better low-memory handling: If the link cache runs out of memory, just | Tim Kientzle | 2004-08-08 | 1 | -35/+36 |
| * | Move the smart chdir logic into a couple of utility functions in util.c. | Tim Kientzle | 2004-08-08 | 1 | -78/+3 |
| * | Add --totals option. Unlike gtar, this reports the bytes actually | Tim Kientzle | 2004-08-07 | 1 | -0/+16 |
| * | Add "make distfile" capabilities to bsdtar, including informational | Tim Kientzle | 2004-08-07 | 1 | -0/+4 |
| * | A bunch of style and security fixes (error checking return values, etc), | Tim Kientzle | 2004-07-25 | 1 | -22/+44 |
| * | A bunch of stuff from Christoph Mellon: | Tim Kientzle | 2004-07-24 | 1 | -8/+15 |
| * | Warn about stripping leading '/' when creating archives. | Tim Kientzle | 2004-06-27 | 1 | -1/+8 |
| * | Augment the -T handling: | Tim Kientzle | 2004-06-27 | 1 | -39/+31 |