summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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