summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* | Spelling fixes (#831)Graham Percival2016-12-041-2/+2
* | Make test output more verbose on WindowsTim Kientzle2016-10-231-1/+2
* | Sync up the test harnesses, fix an "unused var" warning on WindowsTim Kientzle2016-10-232-0/+35
|/
* Issue #801: close the file descriptor when testing link countsTim Kientzle2016-10-112-1/+20
* Add chmod() after make_{dir,file} in test suitesGraham Percival2016-09-261-2/+9
* Add and use assertion_file_mode() in other testsGraham Percival2016-09-262-1/+30
* Issue 720: Allow dashes in third-party version numbersTim Kientzle2016-07-201-1/+1
* sort ittpg2016-06-301-1/+1
* add GNU compatible blocking-factor alias, add cpio long alias for dereferencetpg2016-06-291-0/+1
* Fix test for cpio version dash fixMartin Matuska2016-06-211-2/+2
* Report cpio version string with one dash onlyMartin Matuska2016-06-211-1/+1
* Issue 657: Allow up to 8k for the test root directory nameTim Kientzle2016-06-021-26/+49
* Issue 708: tar should fail if a named input file is missingTim Kientzle2016-05-282-0/+53
* Disable ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS in bsdcpio p modeMartin Matuska2016-05-151-0/+1
* 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
| |/