summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-073-3/+3
* Introduce canNodump and assertNodump to bsdtar_test and bsdcpio_test.Michihiro NAKAJIMA2011-12-312-0/+129
* Issue 218: Suppress extracting the body only if we know the body hasTim Kientzle2011-12-301-1/+2
* Improve test utilities to correctly detect the Windows style of full path tha...Michihiro NAKAJIMA2011-12-301-2/+11
* Require CMake 2.8 and drop some workarounds for older versions.Tim Kientzle2011-12-281-1/+1
* Fix misspelling of overridden.Andres Mejia2011-12-241-2/+2
* .Dt titles are traditionally in all uppercaseTim Kientzle2011-12-231-1/+1
* Copy -u option support to bsdtar_test and bsdcpio_test.Tim Kientzle2011-12-111-57/+78
* cpio_windows.h is no longer used in the cpio test suite.Michihiro NAKAJIMA2011-11-161-3/+0
* Fix build failure caused by the change of r3794 on MSYS.Michihiro NAKAJIMA2011-11-162-0/+4
* On Windows, we never get a correct number of the nlinks of a directory as wel...Michihiro NAKAJIMA2011-11-152-0/+4
* I stupidly misunderstood a handling of CMake build options, ENABLE_TAR, ENABL...Michihiro NAKAJIMA2011-11-152-4/+4
* Align the test harnesses in each project.Tim Kientzle2011-11-122-23/+281
* Issue 197: fix a typo; a test for 'ino' accidentally referredTim Kientzle2011-11-121-1/+1
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-123-15/+22
* Mask SIGPIPE for libarchive test, tar, and cpio.Tim Kientzle2011-11-051-0/+13
* 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