| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Werror=implicit-fallthrough= for GCC 7. | Wei-Cheng Pan | 2017-10-31 | 1 | -0/+6 |
* | test suite: use a single main test file for all tests | Martin Matuska | 2017-02-21 | 1 | -381/+9 |
* | Add NFSv4 ACL support for Mac OS X | Martin Matuska | 2017-01-29 | 1 | -1/+10 |
* | Unify platform ACL tests | Martin Matuska | 2017-01-11 | 1 | -0/+17 |
* | Extend NFSv4 ACL support in libarchive | Martin Matuska | 2016-12-27 | 1 | -0/+17 |
* | Sync up the test harnesses, fix an "unused var" warning on Windows | Tim Kientzle | 2016-10-23 | 1 | -0/+4 |
* | Issue #801: close the file descriptor when testing link counts | Tim Kientzle | 2016-10-11 | 1 | -1/+4 |
* | Test cases for Github Issue #744, #745, and #746. | Tim Kientzle | 2016-08-09 | 1 | -0/+3 |
* | Issue #655: Be more careful verifying sparse file reading | Tim Kientzle | 2016-04-09 | 1 | -0/+4 |
* | Really sync up the test harnesses | Tim Kientzle | 2016-01-28 | 1 | -1/+4 |
* | Visual Studio 2015 Changes | Hans Hinrichsen | 2016-01-13 | 1 | -1/+1 |
* | Test harness should use 'const' buffer here | Tim Kientzle | 2015-06-08 | 1 | -3/+3 |
* | Add lz4 test for bsdcat. | Michihiro NAKAJIMA | 2014-08-18 | 1 | -0/+3 |
* | Add a test utility function, copy_reference_file simply coping | Michihiro NAKAJIMA | 2014-06-29 | 1 | -0/+2 |
* | fixes for test programs to be buildable by Open Watcom | Jiri Malak | 2014-03-12 | 1 | -1/+1 |
* | Refactor Zip writer. | Tim Kientzle | 2013-12-01 | 1 | -0/+3 |
* | Implement command to test if commands are available in the current platform. | Andres Mejia | 2012-12-07 | 1 | -0/+3 |
* | Switch an external program for xz decompression from "unxz" to | Michihiro NAKAJIMA | 2012-10-14 | 1 | -2/+2 |
* | Switch an external program for lzma decompression from "unlzma" to | Michihiro NAKAJIMA | 2012-10-14 | 1 | -2/+2 |
* | Switch an external program for lzip decompression from "lunzip" to | Michihiro NAKAJIMA | 2012-10-14 | 1 | -2/+2 |
* | Switch an external program for bzip2 decompression from "bunzip2" | Michihiro NAKAJIMA | 2012-10-13 | 1 | -2/+2 |
* | canGunzip is no longer needed. We use "gzip -d" for gzip decompression. | Michihiro NAKAJIMA | 2012-10-11 | 1 | -3/+0 |
* | Place canGrzip before canGzip. | Michihiro NAKAJIMA | 2012-10-10 | 1 | -3/+3 |
* | Add support for grzip compression. | Michihiro NAKAJIMA | 2012-10-10 | 1 | -0/+3 |
* | Add support for lzop. | Michihiro NAKAJIMA | 2012-10-07 | 1 | -0/+3 |
* | lrunzip is no longer used. | Michihiro NAKAJIMA | 2012-10-06 | 1 | -3/+0 |
* | Revert part of d1be20168 because gunzip is still used in | Michihiro NAKAJIMA | 2012-10-06 | 1 | -0/+3 |
* | When zlib is not available, use "gzip -d" insted of gunzip | Michihiro NAKAJIMA | 2012-10-05 | 1 | -3/+0 |
* | Add extraction tests for compressed files to bsdtar_test. | Michihiro NAKAJIMA | 2012-10-03 | 1 | -0/+15 |
* | Add canLrzip() utility to probe for existence of lrzip executable on this pla... | Tim Kientzle | 2012-06-09 | 1 | -0/+3 |
* | Implement support for reading from multiple data objects as one large stream. | Andres Mejia | 2012-03-25 | 1 | -0/+5 |
* | Introduce archive_match_exclude_pattern_from_file(_w) and | Michihiro NAKAJIMA | 2012-02-12 | 1 | -2/+4 |
* | Rename read_open_memory2 to read_open_memory_minimal, which is | Tim Kientzle | 2012-01-23 | 1 | -2/+2 |
* | Enable canNodump and assertNodump on linux and move them into test/main.c | Michihiro NAKAJIMA | 2011-12-31 | 1 | -0/+6 |
* | Extend the specialized read_open_memory to provide a seek callback as well. | Tim Kientzle | 2011-11-20 | 1 | -0/+2 |
* | Align the test harnesses in each project. | Tim Kientzle | 2011-11-12 | 1 | -1/+3 |
* | Issue 196: cpio format tests should verify that nlinks in the | Tim Kientzle | 2011-11-12 | 1 | -7/+0 |
* | Add assertEqualUTF8String. If two strings are not equal, that will dump their... | Michihiro NAKAJIMA | 2011-05-04 | 1 | -3/+5 |
* | Simplify a check of de_DE.UTF-8 locale in libarchive test suite on Windows. | Michihiro NAKAJIMA | 2011-04-10 | 1 | -3/+0 |
* | test.h: leave __LIBARCHIVE_TEST up to individual test files | Roman Neuhauser | 2011-04-09 | 1 | -1/+0 |
* | test_archive_string.c: tests for some archive_string operations | Roman Neuhauser | 2011-04-04 | 1 | -0/+2 |
* | Remove canConvertCharset from test/main.c and test_pax_filename_encoding.c | Michihiro NAKAJIMA | 2011-03-24 | 1 | -3/+0 |
* | Skip the tests which perform a character-set conversion if the platform | Michihiro NAKAJIMA | 2011-03-20 | 1 | -0/+3 |
* | Add the ability to restore atime to the directory traversals. | Michihiro NAKAJIMA | 2011-01-21 | 1 | -0/+3 |
* | Reconcile the test harnesses across libarchive, tar, and cpio. | Tim Kientzle | 2010-10-31 | 1 | -33/+37 |
* | Move dmalloc.h inclusion to where it doesn't interfere with system headers. | Tim Kientzle | 2010-01-01 | 1 | -3/+4 |
* | Sync $FreeBSD$ version info from FreeBSD SVN | Tim Kientzle | 2009-12-30 | 1 | -1/+1 |
* | On Borland C environment, both dirent.h and direct.h are available. | Michihiro NAKAJIMA | 2009-12-20 | 1 | -1/+2 |
* | In libarchive_test, disable the warning which Borland C compiler | Michihiro NAKAJIMA | 2009-12-20 | 1 | -0/+4 |
* | Don't use _getcwd and _strdup on Borland C Compiler. | Michihiro NAKAJIMA | 2009-12-18 | 1 | -0/+2 |