summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.Michihiro NAKAJIMA2012-10-132-2/+2
* Switch an external program for bzip2 decompression from "bunzip2"Michihiro NAKAJIMA2012-10-133-6/+6
* canGunzip is no longer needed. We use "gzip -d" for gzip decompression.Michihiro NAKAJIMA2012-10-112-18/+0
* Place canGrzip before canGzip.Michihiro NAKAJIMA2012-10-102-12/+12
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-109-0/+135
* Add decompression tests to bsdcpio and bsdtar.Michihiro NAKAJIMA2012-10-0817-0/+443
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-085-1/+64
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-085-0/+71
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-3/+5
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-4/+4
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-6/+6
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-076-0/+64
* Add a test for bsdtar --xz option.Michihiro NAKAJIMA2012-10-072-0/+58
* Add support for lzop.Michihiro NAKAJIMA2012-10-078-1/+83
* lrunzip is no longer used.Michihiro NAKAJIMA2012-10-062-18/+0
* Revert part of d1be20168 because gunzip is still used inMichihiro NAKAJIMA2012-10-062-0/+18
* When zlib is not available, use "gzip -d" insted of gunzipMichihiro NAKAJIMA2012-10-052-18/+0
* Fix build failure on mingw32.Michihiro NAKAJIMA2012-10-041-8/+9
* Add extraction tests for compressed files to bsdtar_test.Michihiro NAKAJIMA2012-10-032-3/+111
* Seperate get_test_set() function out into a utility source file used by all t...Andres Mejia2012-09-192-61/+5
* Add INCLUDE_DIRECTORIES directive to fix build failure on cmake 2.8.9.Andres Mejia2012-09-181-0/+1
* Fix a memory leak that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-0/+1
* Use pattern matching to find a test. It's useful to check a certain format or...Michihiro NAKAJIMA2012-03-181-66/+75
* Allow verbosity level for test programs to be set via environment variables.Andres Mejia2012-03-161-3/+18
* Fix a printf format type for id_t. FreeBSD's id_t is int64_t.Michihiro NAKAJIMA2012-02-291-2/+4
* Fix memory leaks found with Clang Static Analyzer. Those could occur whenMichihiro NAKAJIMA2012-02-271-0/+1
* Remove duplicate statements.Michihiro NAKAJIMA2012-02-261-3/+0
* Various manpage metadata fixesMartin Matuska2012-02-251-1/+1
* On Windows, it is possible that the program name should have a slash '/'Michihiro NAKAJIMA2012-02-201-2/+2
* Properly remove leading slash letters and Windows drive letters in cpio.Michihiro NAKAJIMA2012-02-201-5/+45
* Correct console I/O on Windows. Use CONIN$ and CONOUT$ instead of /dev/tty.Michihiro NAKAJIMA2012-02-201-0/+12
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-162-3/+10
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-125-18/+29
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-3/+3
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-11/+11
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-6/+6
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-181-2/+2
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-185-253/+17
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-073-3/+3