| Commit message (Expand) | Author | Age | Files | Lines |
* | Be consistent and complete and document all available options. | Joerg Sonnenberger | 2010-02-22 | 1 | -74/+135 |
* | GCC on Mac OS is picky about pointer arithmetic. | Tim Kientzle | 2010-02-21 | 1 | -2/+2 |
* | Macs don't have tape drives, but they do define _PATH_DEFTAPE? | Tim Kientzle | 2010-02-21 | 1 | -0/+1 |
* | Remove calls to set_compression_none(), since it does nothing. | Tim Kientzle | 2010-02-21 | 1 | -2/+0 |
* | Correct the spelling of 'hierarchy' | Tim Kientzle | 2010-02-20 | 3 | -3/+3 |
* | Don't use archive_version(), which is going away in libarchive 3.0. | Tim Kientzle | 2010-02-17 | 1 | -1/+1 |
* | "none" is the default compression; there's no need to set it explicitly. | Tim Kientzle | 2010-02-14 | 1 | -1/+1 |
* | Rename archive_read_finish to archive_read_free and | Tim Kientzle | 2010-02-08 | 2 | -8/+8 |
* | When trying to set LZMA compression, pay attention to the return value | Tim Kientzle | 2010-02-06 | 1 | -1/+1 |
* | First rough cut at integrating write support for Apple's copyfile() | Tim Kientzle | 2010-02-02 | 1 | -5/+114 |
* | Change this to use positive flags, not negative. | Tim Kientzle | 2010-02-02 | 2 | -4/+9 |
* | First step towards integrating Mac OS "copyfile" extension from Apple. | Tim Kientzle | 2010-02-01 | 3 | -0/+14 |
* | Minor adjustments to the bsdtar.1 man page. | Tim Kientzle | 2010-01-31 | 1 | -16/+15 |
* | Support "-" (stdio) for the TAPE environment variable. | Tim Kientzle | 2010-01-31 | 1 | -2/+7 |
* | fix build error on Tru64, where UF_NODUMP is not defined | Björn Jacke | 2010-01-19 | 1 | -1/+1 |
* | When verifying the files recognized by tar, ignore end-of-line variations. | Tim Kientzle | 2010-01-17 | 1 | -7/+7 |
* | Print the string before freeing it. | Tim Kientzle | 2010-01-17 | 1 | -1/+1 |
* | Fix a failing tar test: On some systems (certain Linux systems | Tim Kientzle | 2010-01-05 | 1 | -2/+2 |
* | Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately for | Tim Kientzle | 2010-01-03 | 1 | -5/+0 |
* | Disable the broken globbing support on MinGW. | Tim Kientzle | 2010-01-03 | 1 | -0/+4 |
* | Add a new assertFileContainsLinesAnyOrder() assertion and use it when checkin... | Tim Kientzle | 2010-01-01 | 3 | -25/+123 |
* | Don't #define read _read before including io.h. | Tim Kientzle | 2009-12-27 | 2 | -1/+4 |
* | Make this test less sensitive to newline variations; this | Tim Kientzle | 2009-12-27 | 1 | -11/+8 |
* | Eliminate more warnings on Borland C. | Michihiro NAKAJIMA | 2009-12-22 | 3 | -2/+5 |
* | Eliminate warnings on Visual Studio 10 W64. | Michihiro NAKAJIMA | 2009-12-21 | 2 | -4/+4 |
* | Eliminate the warnings of the conversion of types on Visual Studio. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -1/+1 |
* | On Borland C environment, both dirent.h and direct.h are available. | Michihiro NAKAJIMA | 2009-12-20 | 1 | -1/+2 |
* | Eliminate the warnings which Borland C Compiler complains about unused parame... | Michihiro NAKAJIMA | 2009-12-20 | 1 | -0/+10 |
* | On Windows, don't use _strdup directly because Borland C | Michihiro NAKAJIMA | 2009-12-19 | 1 | -1/+1 |
* | Don't use _getcwd and _strdup on Borland C Compiler. | Michihiro NAKAJIMA | 2009-12-18 | 2 | -0/+6 |
* | On Windows, make sure not to leave empty directories | Michihiro NAKAJIMA | 2009-12-18 | 1 | -1/+13 |
* | Add IO_REPARSE_TAG_SYMLINK macro if not defined. | Michihiro NAKAJIMA | 2009-12-17 | 1 | -0/+4 |
* | Borland C does not provide _access,_chdir,_getcwd,_strdup and _umask. | Michihiro NAKAJIMA | 2009-12-17 | 1 | -0/+6 |
* | Fix indents. | Michihiro NAKAJIMA | 2009-12-16 | 1 | -1/+1 |
* | Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf() | Michihiro NAKAJIMA | 2009-12-16 | 1 | -0/+9 |
* | All of invalid_parameter_handler() are used only when HAVE__CrtSetReportMode ... | Michihiro NAKAJIMA | 2009-12-16 | 1 | -1/+1 |
* | Remove unneeded including windows.h at tar/write.c. | Michihiro NAKAJIMA | 2009-12-15 | 1 | -3/+0 |
* | Avoid build error on Visual Studio 10. | Michihiro NAKAJIMA | 2009-12-15 | 3 | -0/+9 |
* | Regression test for Issue 51: Verify that interpolating an empty mtree | Tim Kientzle | 2009-12-13 | 2 | -0/+46 |
* | More explanation of bad arguments. | Tim Kientzle | 2009-12-13 | 1 | -1/+7 |
* | r1729 was wrong. Revert it and use a better approach. | Tim Kientzle | 2009-12-13 | 1 | -4/+4 |
* | Work around Borland C's broken _open() implementation. | Tim Kientzle | 2009-12-12 | 1 | -0/+4 |
* | Not all Windows environments have sys/utime.h, so obey the configure check. | Tim Kientzle | 2009-12-12 | 1 | -0/+2 |
* | Explicitly test for sigaction() rather than | Tim Kientzle | 2009-12-12 | 1 | -2/+2 |
* | Correct some printf format strings, per Issue 52. | Tim Kientzle | 2009-12-06 | 2 | -9/+9 |
* | Fix empty error message reported in Issue 51. | Tim Kientzle | 2009-12-06 | 1 | -1/+1 |
* | Revert previous change of tar/tree.c | Michihiro NAKAJIMA | 2009-12-03 | 1 | -2/+0 |
* | Add archive_hash.h into libarchive/CMakefile.txt | Michihiro NAKAJIMA | 2009-12-03 | 1 | -0/+2 |
* | Remove STDC_HEADERS check from non-autoconf builds | Brad King | 2009-12-01 | 1 | -1/+0 |
* | Several fixes to Windows handling in tree.c: | Tim Kientzle | 2009-11-29 | 1 | -29/+28 |