summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* Add zstd test suiteSean Purcell2017-05-154-0/+141
* Add Zstandard write supportSean Purcell2017-05-154-0/+11
* Fix use-after-free in error branch. From Ngie Cooper.Joerg Sonnenberger2017-05-111-1/+1
* Don't leak memory.Joerg Sonnenberger2017-04-2912-11/+34
* Optimize string processing.Joerg Sonnenberger2017-04-291-4/+7
* Explicitly free pass_destpath after processing.Joerg Sonnenberger2017-04-291-0/+1
* Free linkresolver after processing.Joerg Sonnenberger2017-04-291-0/+1
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+6
* Merge pull request #867 from praiskup/cpio-getgrgidTim Kientzle2017-03-111-24/+22
|\
| * bsdcpio: ignore ENOENT for get{grg,pwu}id()Pavel Raiskup2017-02-221-24/+22
* | New tar test: test_option_aclsMartin Matuska2017-03-021-0/+5
* | Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-5/+5
|/
* test suite: use a single main test file for all testsMartin Matuska2017-02-214-3406/+16
* testsuite: allow 'dev' in versionPavel Raiskup2017-02-212-83/+3
* Merge pull request #843 from yaneurabeya/cpio-coverity-fixesMartin Matuska2016-12-301-0/+1
|\
| * Don't leak `entry` in `file_to_archive` if archive_read_disk_entry_from_fileNgie Cooper2016-12-121-0/+1
* | Spelling fixes (#846)Graham Percival2016-12-201-1/+1
|/
* Merge pull request #807 from csanchezdll/issue696Tim Kientzle2016-12-111-0/+7
|\
| * Issue 696: ppc64le mache ckech failureCarlos Sánchez de La Lama2016-10-191-0/+7
* | Free p (the memory allocated via slurpfile) when done with the contentsNgie Cooper2016-12-104-3/+15
* | 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