| Commit message (Expand) | Author | Age | Files | Lines |
* | client and example programs use archive_read_support_filter_*() | Roman Neuhauser | 2011-03-28 | 1 | -2/+2 |
* | DO NOT USE C++ style comments like // in C code ! | Björn Jacke | 2011-02-17 | 1 | -1/+1 |
* | Support --numeric-owner for tar extraction as well as archive creation. | Tim Kientzle | 2010-12-31 | 1 | -6/+15 |
* | Basic test for tar --newer-than option. So far, this | Tim Kientzle | 2010-06-30 | 1 | -10/+26 |
* | Use -b setting when interpolating archives. | Tim Kientzle | 2010-06-26 | 1 | -3/+1 |
* | Fix an overflow in the compression ratio calculation. | Tim Kientzle | 2010-06-13 | 1 | -1/+6 |
* | Add --gid, --gname, --uid, --uname options to tar. | Tim Kientzle | 2010-05-01 | 1 | -1/+9 |
* | Style: tab follows #define | Tim Kientzle | 2010-04-10 | 1 | -3/+3 |
* | Rename archive_read_finish to archive_read_free and | Tim Kientzle | 2010-02-08 | 1 | -1/+1 |
* | Avoid build error on Visual Studio 10. | Michihiro NAKAJIMA | 2009-12-15 | 1 | -0/+3 |
* | Correct some printf format strings, per Issue 52. | Tim Kientzle | 2009-12-06 | 1 | -1/+1 |
* | Trying to figure out what printf modifiers to use on what platforms to | Tim Kientzle | 2009-10-31 | 1 | -16/+10 |
* | Test various line separators in -T input, including CRLF, NL, and null. | Tim Kientzle | 2009-08-23 | 1 | -1/+2 |
* | Refactor the date formatting slightly. | Tim Kientzle | 2009-07-26 | 1 | -9/+7 |
* | Use archive_entry_XXX() functions more heavily. | Tim Kientzle | 2009-07-17 | 1 | -15/+9 |
* | Use portable archive_entry_filetype() where we can. | Tim Kientzle | 2009-07-17 | 1 | -2/+3 |
* | Overhaul the SIGINFO/SIGUSR1 reporting. This is a little | Tim Kientzle | 2009-07-16 | 1 | -14/+39 |
* | Refactor common frontend code into a separate library. | Joerg Sonnenberger | 2009-05-26 | 1 | -16/+19 |
* | Set options before opening the archive. | Tim Kientzle | 2009-03-26 | 1 | -6/+2 |
* | Rename --format-options to simply --options, since these are options | Tim Kientzle | 2009-03-26 | 1 | -2/+2 |
* | Report errors from archive_read_close(). | Tim Kientzle | 2009-03-18 | 1 | -0/+7 |
* | Issue 15, part 2. Mechanical conversion of #defines, tar/ | Charles Wilson | 2009-03-17 | 1 | -1/+1 |
* | Now, we can run bsdtar and bsdtar_test on Windows. | Michihiro NAKAJIMA | 2009-02-15 | 1 | -0/+8 |
* | Add support "--format-options" option to bsdtar to use | Michihiro NAKAJIMA | 2009-01-26 | 1 | -0/+6 |
* | IFC | Tim Kientzle | 2008-08-23 | 1 | -12/+11 |
* | IFC | Tim Kientzle | 2008-08-03 | 1 | -1/+1 |
* | Portability: Use %H:%M instead of the non-standard %R. | Tim Kientzle | 2008-06-18 | 1 | -1/+1 |
* | IFC | Tim Kientzle | 2008-05-28 | 1 | -1/+1 |
* | IFC | Tim Kientzle | 2008-05-20 | 1 | -1/+27 |
* | More cleanup of unused variables. | Tim Kientzle | 2008-05-17 | 1 | -1/+0 |
* | Actually recognize the '-s' option by adding it to the getopt | Joerg Sonnenberger | 2008-05-15 | 1 | -37/+0 |
* | Add support for pax-like tar substitutions as found in NetBSD's | Joerg Sonnenberger | 2008-05-13 | 1 | -0/+38 |
* | If there are leftover inclusions (command-line patterns) after | Tim Kientzle | 2008-05-08 | 1 | -0/+2 |
* | Basic implementation of --numeric-owner. | Tim Kientzle | 2008-05-04 | 1 | -0/+5 |
* | IFC to populate initial libarchive-portable tree. | Tim Kientzle | 2008-04-29 | 1 | -0/+369 |