| Commit message (Expand) | Author | Age | Files | Lines |
* | Build tar and cpio when both ENABLE_TAR and ENABLE_CPIO are OFF on CMake buil... | Michihiro NAKAJIMA | 2011-09-15 | 2 | -4/+4 |
* | Issue 176: Const-ify several static arrays. | Michihiro NAKAJIMA | 2011-09-01 | 1 | -5/+5 |
* | Fixup bsdcpio_test so it can be called using relative paths to bsdcpio_test. | Andres Mejia | 2011-08-14 | 1 | -5/+51 |
* | Be a little more verbose about fundamental sanity failures. | Tim Kientzle | 2011-08-11 | 1 | -2/+10 |
* | Add proper locations where reference files can be found for bsdtar and bsdcpi... | Andres Mejia | 2011-08-08 | 1 | -0/+7 |
* | Tweak a test of cpio date format for Windows. | Michihiro NAKAJIMA | 2011-04-16 | 1 | -3/+5 |
* | Initialize locale on bsdcpio, and change test_option_t accordingly | Michihiro NAKAJIMA | 2011-04-15 | 2 | -11/+25 |
* | On Windows, this command line systemf("echo f | bsdcpio -pd copy >copy.out 2>... | Michihiro NAKAJIMA | 2011-04-13 | 1 | -3/+3 |
* | Consider the large i-node number for the tests using cpio newc format. | Michihiro NAKAJIMA | 2011-04-13 | 4 | -10/+88 |
* | remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000 | Roman Neuhauser | 2011-04-09 | 1 | -4/+0 |
* | Correct a print format of test failure log for file times. its type is `long ... | Michihiro NAKAJIMA | 2011-03-30 | 1 | -2/+2 |
* | client and example programs use archive_read_support_filter_*() | Roman Neuhauser | 2011-03-28 | 1 | -2/+2 |
* | DO NOT USE C++ style comments like // in C code ! | Björn Jacke | 2011-02-17 | 1 | -2/+3 |
* | Work around broken PSXCRT unistd.h, which defines macros | Tim Kientzle | 2011-02-13 | 3 | -17/+17 |
* | From Issue 138: properly cast before assigning unsigned long to int. | Tim Kientzle | 2011-02-11 | 1 | -2/+2 |
* | Change mode and compress to int to match other option-processing variables. | Tim Kientzle | 2011-02-11 | 1 | -3/+2 |
* | Additional information on test failures. | Tim Kientzle | 2011-01-30 | 1 | -0/+6 |
* | Issue 130: Typos and cross-reference errors in man pages. | Tim Kientzle | 2011-01-26 | 1 | -1/+1 |
* | Eliminate some warnings on Visual Studio. | Michihiro NAKAJIMA | 2011-01-21 | 1 | -2/+2 |
* | Set PATH_MAX to the size the 2nd argument of getcwd function instead of zero. | Michihiro NAKAJIMA | 2011-01-12 | 1 | -0/+5 |
* | Fix a typo in the cpio test. | Tim Kientzle | 2010-11-20 | 1 | -1/+1 |
* | Issue 114: Remove duplicate include. | Tim Kientzle | 2010-11-11 | 1 | -3/+0 |
* | Reconcile the test harnesses across libarchive, tar, and cpio. | Tim Kientzle | 2010-10-31 | 2 | -137/+265 |
* | When -R is specified, make sure to clear the uname/gname | Tim Kientzle | 2010-08-15 | 3 | -4/+18 |
* | Add two more cases where wcscmp is needed. From Hauke Fath | Joerg Sonnenberger | 2010-06-28 | 1 | -0/+16 |
* | QNX needs stdint.h in the test cases as well. | Joerg Sonnenberger | 2010-06-17 | 1 | -3/+2 |
* | fix fwrites... remember, semi modern glibc's, the return on it is marked for ... | Brian Harring | 2010-05-11 | 1 | -8/+8 |
* | -vV is a synonym for -v | Tim Kientzle | 2010-05-01 | 1 | -0/+3 |
* | Some Solaris systems seem to give root a gid of 1. | Tim Kientzle | 2010-05-01 | 1 | -1/+1 |
* | test cpio -0 | Tim Kientzle | 2010-05-01 | 2 | -0/+93 |
* | Reorder sections to canonical order. | Joerg Sonnenberger | 2010-04-12 | 1 | -2/+2 |
* | Don't try to write a body if libarchive won't accept it. | Tim Kientzle | 2010-04-11 | 1 | -1/+1 |
* | Unbreak build on mingw. | Michihiro NAKAJIMA | 2010-02-24 | 1 | -0/+4 |
* | Document the various long options and use consistent markup. | Joerg Sonnenberger | 2010-02-22 | 1 | -26/+27 |
* | Correct the spelling of 'hierarchy' | Tim Kientzle | 2010-02-20 | 1 | -1/+1 |
* | Use archive_version_string() instead of archive_version(). | Tim Kientzle | 2010-02-17 | 1 | -1/+1 |
* | Rename archive_read_finish to archive_read_free and | Tim Kientzle | 2010-02-08 | 1 | -5/+5 |
* | Merge r203183 from svn.freebsd.org: Support -V option as in GNU cpio. | Tim Kientzle | 2010-01-31 | 3 | -3/+21 |
* | Return proper errors from archive_read_disk_entry_from_file() if | Tim Kientzle | 2010-01-18 | 1 | -4/+10 |
* | Windows resets atime at file close, so we can't use futimes() on Cygwin. | Tim Kientzle | 2010-01-18 | 1 | -1/+1 |
* | FreeBSD has <utime.h> | Tim Kientzle | 2010-01-16 | 1 | -0/+1 |
* | Don't warn if a UID can't be looked up. Apparently, | Tim Kientzle | 2010-01-05 | 1 | -1/+1 |
* | Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately for | Tim Kientzle | 2010-01-03 | 1 | -5/+0 |
* | Be more tolerant of end-of-line variations. | Tim Kientzle | 2009-12-27 | 1 | -6/+6 |
* | Be more explicit about the expected line termination for the version string. | Tim Kientzle | 2009-12-27 | 1 | -2/+2 |
* | Assert contents for stderr; this might help track a bug that's showing up | Tim Kientzle | 2009-12-27 | 1 | -2/+7 |
* | Better error reporting when a file doesn't exist. | Tim Kientzle | 2009-12-27 | 1 | -0/+6 |
* | Eliminate more warnings on Borland C. | Michihiro NAKAJIMA | 2009-12-22 | 2 | -1/+4 |
* | Fix comparison of ino. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -1/+1 |
* | Eliminate warnings on Visual Studio 10 W64. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -2/+2 |