summaryrefslogtreecommitdiff
path: root/tar/test
Commit message (Expand)AuthorAgeFilesLines
* 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-106-0/+127
* Add decompression tests to bsdcpio and bsdtar.Michihiro NAKAJIMA2012-10-086-1/+111
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-082-0/+55
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-082-0/+55
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-072-0/+53
* Add a test for bsdtar --xz option.Michihiro NAKAJIMA2012-10-072-0/+58
* Add a test for bsdtar --lzma option.Michihiro NAKAJIMA2012-10-072-0/+58
* Add support for lzop.Michihiro NAKAJIMA2012-10-074-0/+71
* lrunzip is no longer used.Michihiro NAKAJIMA2012-10-063-19/+1
* 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-053-19/+1
* Fix build failure on mingw32.Michihiro NAKAJIMA2012-10-043-8/+13
* Add extraction tests for compressed files to bsdtar_test.Michihiro NAKAJIMA2012-10-0315-3/+450
* Fix test_option_older_than failure on linux.Michihiro NAKAJIMA2012-10-032-4/+10
* Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar toMichihiro NAKAJIMA2012-10-032-0/+83
* 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
* Resuscitate the old NFS4 support code and make it work on FreeBSD-CURRENT.Tim Kientzle2012-04-081-0/+6
* 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 the problem that bsdtar with new directory traversals code failMichihiro NAKAJIMA2012-02-282-0/+65
* Enable bsdtar -s option on Windows with libregex and fix the problemMichihiro NAKAJIMA2012-02-221-26/+34
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-2/+9
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-122-11/+24
* 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
* Add the ability to parse a date string into archive_matching.Michihiro NAKAJIMA2012-02-072-82/+0
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-072-2/+2
* Add a test for --nodump option.Michihiro NAKAJIMA2011-12-312-0/+69
* Introduce canNodump and assertNodump to bsdtar_test and bsdcpio_test.Michihiro NAKAJIMA2011-12-312-0/+129
* Issue 216: bsdtar output truncated.Michihiro NAKAJIMA2011-12-303-0/+79
* 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
* Copy -u option support to bsdtar_test and bsdcpio_test.Tim Kientzle2011-12-111-57/+78
* Windows' system() does not accept '' an empty string, use "" instead.Michihiro NAKAJIMA2011-11-181-1/+2
* bsdtar_windows.[ch] are no longer used in the bsdtar test suite.Michihiro NAKAJIMA2011-11-161-4/+0
* Eliminate some warnings on Visual Stdio.Michihiro NAKAJIMA2011-11-151-0/+2
* I stupidly misunderstood a handling of CMake build options, ENABLE_TAR, ENABL...Michihiro NAKAJIMA2011-11-151-2/+2
* Align the test harnesses in each project.Tim Kientzle2011-11-122-25/+307
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-121-7/+0
* Issue 165: Use GNU tar-style hHrRsS trailing flags toTim Kientzle2011-11-052-16/+107
* Build tar and cpio when both ENABLE_TAR and ENABLE_CPIO are OFF on CMake buil...Michihiro NAKAJIMA2011-09-151-2/+2
* Extend the tar test to verify that symlink and hardlinkTim Kientzle2011-09-041-19/+90
* Make sure to go back to previous directory after test run.Andres Mejia2011-08-161-0/+2
* Add test cases for improper use of -C.Andres Mejia2011-08-161-0/+18
* Fixup bsdtar_test so it can be called using relative paths to bsdtar_test.Andres Mejia2011-08-141-5/+51
* Be a little more verbose about fundamental sanity failures.Tim Kientzle2011-08-111-2/+10