| Commit message (Expand) | Author | Age | Files | Lines |
* | If append_archive fails while writing an archive header, output the error | cperciva | 2007-01-05 | 1 | -1/+1 |
* | Clean up the struct archive used for reading an archive in the handling | cperciva | 2007-01-02 | 1 | -0/+1 |
* | Handle errors which occur during archive_write_data and archive_write_close | cperciva | 2007-01-02 | 1 | -5/+11 |
* | 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 | 2 | -5/+5 |
* | Remove -F option from getopts string -- this option has never done | cperciva | 2006-12-20 | 1 | -1/+1 |
* | Fix "1 day ago", "yesterday" and similar relative-time phrases | kientzle | 2006-11-02 | 1 | -2/+2 |
* | Remove two unused variables. | kientzle | 2006-07-31 | 1 | -6/+0 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -1/+4 |
* | In the examples, use "tar.gz" as the extension for | kientzle | 2006-05-01 | 1 | -3/+3 |
* | If you see a broken symlink, don't try to follow it, | kientzle | 2006-04-02 | 2 | -4/+7 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 9 | -23/+140 |
* | Remove non-FreeBSD source from FreeBSD repository. | kientzle | 2006-03-12 | 1 | -20/+0 |
* | Remove configure.ac.in and the 'distfile' target from | kientzle | 2006-03-08 | 4 | -164/+6 |
* | Add a check for Linux' "libacl" library and headers. | kientzle | 2006-03-07 | 1 | -0/+4 |
* | Change the output of --version to match GNU "gnits" standards. | kientzle | 2006-03-07 | 1 | -5/+2 |
* | Fix a format mismatch (%d integer format, platform-dependent | kientzle | 2006-03-07 | 1 | -1/+1 |
* | If opendir(".") fails after descending into a subdirectory via | peadar | 2006-02-22 | 1 | -1/+2 |
* | Use the .Fx macro. | simon | 2006-01-17 | 1 | -2/+7 |
* | Remove the -B option from the directory-copying examples. The -B | kientzle | 2005-12-09 | 1 | -2/+2 |
* | Portability: remove AC_FUNC_MALLOC from configure.ac.in. | kientzle | 2005-11-27 | 1 | -1/+0 |
* | Edit pathnames for -x but not for -t. Otherwise, people get confused | kientzle | 2005-11-06 | 1 | -1/+1 |
* | In mode 'u', check for an error return from archive_read_open. | kientzle | 2005-11-01 | 1 | -2/+6 |
* | Include <sys/param.h> in order to get current __FreeBSD_version | kientzle | 2005-11-01 | 1 | -0/+1 |
* | Spell "--format" correctly in error message. (It hasn't been | kientzle | 2005-11-01 | 1 | -1/+1 |
* | Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handling | kientzle | 2005-09-24 | 1 | -12/+12 |
* | Detect Mac OS X's broken ACL library. | kientzle | 2005-09-24 | 2 | -1/+8 |
* | Style fix: Correct a compiler warning from GCC 4 | kientzle | 2005-09-21 | 1 | -0/+1 |
* | The bsdtar_warnc() reporting function requires the program name to be | kientzle | 2005-08-02 | 1 | -10/+12 |
* | Fixed troff warnings. | ru | 2005-06-27 | 1 | -1/+1 |
* | Clarify some error messages. | kientzle | 2005-05-08 | 4 | -8/+8 |
* | bsdtar now uses the "tree" package instead of "fts" for walking | kientzle | 2005-04-24 | 7 | -1518/+743 |
* | Correct autoconf/automake invocation to work with devel/gnu-auto* from | kientzle | 2005-04-23 | 1 | -2/+2 |
* | Minor fix to the configure logic to properly detect ACL support. | kientzle | 2005-04-23 | 1 | -2/+1 |
* | Overhaul getdate.y. In particular, remove minutes-based logic | kientzle | 2005-04-23 | 1 | -686/+574 |
* | Point users to tcsh(1) for information about shell globbing patterns, | murray | 2005-04-19 | 1 | -1/+2 |
* | A very minor tweak to the handling of leading '/' characters. | kientzle | 2005-04-17 | 1 | -1/+6 |
* | A number of fixes to the autoconf-generated build system. In | kientzle | 2005-04-17 | 5 | -30/+120 |
* | Configure script needs to test for dirent.d_namlen. | kientzle | 2005-04-17 | 1 | -1/+1 |
* | Update "make distfile" to use newest automake/autoconf from ports. | kientzle | 2005-04-17 | 1 | -2/+2 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 6 | -90/+115 |
* | 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 |