| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: The read side doesn't use the 'nulls' convenience value, so get | Tim Kientzle | 2008-05-10 | 1 | -15/+0 |
| * | MFC: libarchive 2.4.12 | Tim Kientzle | 2008-02-11 | 1 | -6/+23 |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 1 | -33/+46 |
| * | Move archive_read_data_into_buffer into archive_read.c, simplify its | Colin Percival | 2007-04-05 | 1 | -0/+16 |
| * | More corrections from Joerg Sonnenberger. | Tim Kientzle | 2007-04-05 | 1 | -3/+3 |
| * | Fix type-punned pointer, minor style fixes. | Tim Kientzle | 2007-04-02 | 1 | -6/+7 |
| * | Provide a dummy compression-layer skip function which just reads data and | Colin Percival | 2007-03-31 | 1 | -0/+40 |
| * | libarchive 2.0 | Tim Kientzle | 2007-03-03 | 1 | -68/+100 |
| * | If (a == NULL), don't dereference (a) to record an error message. [1] | Colin Percival | 2007-02-05 | 1 | -3/+1 |
| * | Add support for a new archive format "empty" that reads empty files. | Tim Kientzle | 2007-02-01 | 1 | -10/+0 |
| * | Fix the copyright notice; it was always intended to be | Tim Kientzle | 2007-01-09 | 1 | -3/+2 |
| * | Quiet a compiler warning where (off_t + size_t) has a different sign | Colin Percival | 2007-01-03 | 1 | -1/+1 |
| * | Insert zero-padding between sparse blocks in archive_read_data(). This | Colin Percival | 2007-01-03 | 1 | -1/+22 |
| * | Correct spelling of "accommodate", "guarantee", "guaranteed", "guard", | Colin Percival | 2006-12-28 | 1 | -1/+1 |
| * | Portability and style fixes: | Tim Kientzle | 2006-11-10 | 1 | -3/+11 |
| * | Some minor corrections: | Tim Kientzle | 2006-09-05 | 1 | -14/+17 |
| * | Use 'skip' when ignoring data in tar archives. This dramatically | Tim Kientzle | 2006-07-30 | 1 | -0/+15 |
| * | If the attempt to open the archive fails (either the client open | Tim Kientzle | 2006-01-17 | 1 | -13/+36 |
| * | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | Tim Kientzle | 2005-09-24 | 1 | -2/+2 |
| * | In archive_read_open(), do not set the internal archive state to | Tim Kientzle | 2005-09-21 | 1 | -2/+4 |
| * | Add a lot of error checks, based on the patches provided by Dan Lukes. | Tim Kientzle | 2005-09-21 | 1 | -0/+9 |
| * | Fix some errors in archive_read_data that caused failures in bsdtar's | Tim Kientzle | 2005-09-10 | 1 | -12/+11 |
| * | Remove the C99-specific __func__ that is one of the few barrier to | Tim Kientzle | 2005-06-01 | 1 | -10/+10 |
| * | A number of improvements to ZIP support. | Tim Kientzle | 2005-04-06 | 1 | -3/+11 |
| * | Clear the error buffer on entry | Tim Kientzle | 2005-01-08 | 1 | -0/+1 |
| * | Eliminate reliance on non-portable <err.h> by implementing a very | Tim Kientzle | 2004-08-14 | 1 | -7/+8 |
| * | Split archive_{read,write}_finish into separate "close" (finish the archive | Tim Kientzle | 2004-08-07 | 1 | -6/+18 |
| * | Correctly reset archive_read_data state everytime a header is read. | Tim Kientzle | 2004-06-04 | 1 | -0/+5 |
| * | Be more careful about the initial read (used for "tasting" the compression): | Tim Kientzle | 2004-06-04 | 1 | -1/+12 |
| * | Refactor the extraction code somewhat. In particular, | Tim Kientzle | 2004-06-03 | 1 | -1/+0 |
| * | Refactor read_data: | Tim Kientzle | 2004-06-02 | 1 | -49/+83 |
| * | * Plug a buffer overrun in ACL parsing. (archive_entry.c) | Tim Kientzle | 2004-04-13 | 1 | -3/+3 |
| * | More work on ACLs: fix error in archive_entry's ACL parsing code, | Tim Kientzle | 2004-04-12 | 1 | -3/+0 |
| * | Overhauled ACL support. This makes us compatible | Tim Kientzle | 2004-04-05 | 1 | -11/+12 |
| * | Many fixes: | Tim Kientzle | 2004-03-19 | 1 | -16/+9 |
| * | Many fixes. | Tim Kientzle | 2004-03-09 | 1 | -6/+7 |
| * | Initial import of libarchive. | Tim Kientzle | 2004-02-09 | 1 | -0/+505 |