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