summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* Sync up test harnessesTim Kientzle2016-04-291-0/+4
* Issue 695: check fwrite return value, sync up test harnessesTim Kientzle2016-04-281-1/+32
* Fix -c test: we forced uid/gid to 1000, so we should not compare against the...Tim Kientzle2016-02-131-6/+2
* Issue #377: Help cpio tests pass on systems with large UIDsTim Kientzle2016-03-192-2/+2
* Rework LZ4 option tests to work with various implementations of posix_spawnpTim Kientzle2016-01-311-3/+15
* Update lz4 test to watch for the reworded error messagesTim Kientzle2016-01-311-1/+1
* Bring along a trailing null when guessing the path to the program under testTim Kientzle2016-01-311-1/+1
* Fix LZ4 tests when liblz4 is not presentTim Kientzle2016-01-301-2/+2
* Really sync up the test harnessesTim Kientzle2016-01-281-0/+13
* Sync up the test harnesses; add error checks to the UUdecode utilityTim Kientzle2016-01-281-7/+58
* Visual Studio 2015 ChangesHans Hinrichsen2016-01-132-3/+5
* Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS optionAlessandro Ghedini2015-03-042-1/+4
* Skip the --lz4 test if libarchive was compiled without the libraryTim Kientzle2015-01-251-0/+6
* Fix the following -Werror warning from clang 3.5.0, while building cpio.c on ...Dimitry Andric2014-11-221-1/+2
* Avoid CMake Warning that used GET_TARGET_PROPERTY with LOCATION property,Michihiro NAKAJIMA2014-10-132-3/+2
* Add tests for --passphrase option.Michihiro NAKAJIMA2014-10-043-0/+56
* Do not ask passphrases when a passphrase was already specified withMichihiro NAKAJIMA2014-10-041-20/+22
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-213-0/+36
* Merge pull request #91 from chenxiaolong/includesMichihiro NAKAJIMA2014-09-161-1/+1
|\
| * Fix incorrect CMake test directory when building as a subprojectXiao-Long Chen2014-09-161-1/+1
* | Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-164-1/+32
|/
* Add additional tests for lz4 compression in front-end applications.Michihiro NAKAJIMA2014-08-183-0/+56
* Add lz4 test for bsdcat.Michihiro NAKAJIMA2014-08-182-0/+18
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-146-1/+69
* Add a test utility function, copy_reference_file simply copingMichihiro NAKAJIMA2014-06-292-0/+25
* Apply recent changs in libarvhie/test/main.c to {tar,cpio,cat}/test/main.c fo...Michihiro NAKAJIMA2014-06-291-3/+4
* Remove extraneous {}Tim Kientzle2014-06-211-3/+3
* fixes for test programs to be buildable by Open WatcomJiri Malak2014-03-122-5/+13
* Fix previous commit.NiLuJe2013-12-221-0/+1
* Fix cpio build on MinGW.NiLuJe2013-12-221-4/+4
* Merge branch 'archive-version-details' of github.com:rosslagerwall/libarchive...Tim Kientzle2013-12-193-1/+7
|\
| * Show third party library versions in version stringRoss Lagerwall2013-09-163-1/+7
* | Refactor lafe_setprogname slightly to avoid the repeated logic about default ...Tim Kientzle2013-12-191-3/+1
* | Merge branch 'master' of github.com:jymigeon/libarchive into jymigeon-masterTim Kientzle2013-12-191-15/+6
|\ \
| * | Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-061-15/+6
| |/
* | Merge pull request #39 from arsenm/masterTim Kientzle2013-12-121-0/+1
|\ \ | |/ |/|
| * Fix cmake test builds when building as a sub-projectMatt Arsenault2013-03-121-0/+1
* | http://code.google.com/p/libarchive/issues/detail?id=325Tim Kientzle2013-07-121-1/+3
|/
* Test correct archive in test_extract_cpio_lzo test case.Andres Mejia2013-02-211-1/+1
* Remove error about unreachable code, fixes build on Visual Studio 12.Andres Mejia2013-01-291-1/+0
* Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-143-20/+38
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-072-14/+17
* Fix a segmentation fault when files for assertionEqualFile do not exist.Michihiro NAKAJIMA2012-10-311-0/+5
* Use liblzo2 for the lzop write filter.Michihiro NAKAJIMA2012-10-211-8/+12
* Perform 'bzip2 -d -V' instead of 'bzip2 -V' for a bzip2 availablenessMichihiro NAKAJIMA2012-10-161-1/+1
* Fix a skip message in no zlib.Michihiro NAKAJIMA2012-10-161-3/+2
* Fix build and test failure without libbz2.Michihiro NAKAJIMA2012-10-161-3/+2
* Switch an external program for xz decompression from "unxz" toMichihiro NAKAJIMA2012-10-143-6/+6
* Switch an external program for lzma decompression from "unlzma" toMichihiro NAKAJIMA2012-10-143-6/+6
* Switch an external program for lzip decompression from "lunzip" toMichihiro NAKAJIMA2012-10-143-6/+6