| Commit message (Expand) | Author | Age | Files | Lines |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 1 | -1/+1 |
* | Add compatibility for ISO images created with unfixed makefs that | mm | 2011-08-07 | 1 | -9/+9 |
* | Clarify the naming: Methods that free an object should | kientzle | 2010-11-05 | 1 | -4/+4 |
* | Fix a memory leak when a filter fails to initialize. | kientzle | 2010-01-23 | 1 | -16/+27 |
* | Catch decompression failures earlier. In particular, this gives | kientzle | 2009-12-29 | 1 | -0/+8 |
* | Various style and portability fixes, including: | kientzle | 2009-12-29 | 1 | -12/+35 |
* | New archive_file_count() utility. | kientzle | 2009-12-28 | 1 | -0/+1 |
* | Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logic | kientzle | 2009-09-08 | 1 | -2/+5 |
* | Fix "tar --options=iso9660:joliet" and other uses | kientzle | 2009-06-20 | 1 | -4/+5 |
* | Merge r988,r1064 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 1 | -12/+23 |
* | Accept empty options, add a new read_next_header2() which is more | kientzle | 2009-04-17 | 1 | -5/+22 |
* | Merge r714,r715 from libarchive.googlecode.com: Fix Debian bug #516577. | kientzle | 2009-03-07 | 1 | -0/+2 |
* | Merge r608 from libarchive.googlecode.com: Clear a newly-allocated | kientzle | 2009-03-07 | 1 | -1/+3 |
* | Merge r564,r566 from libarchive.googlecode.com: Fix segfault when | kientzle | 2009-03-07 | 1 | -14/+22 |
* | Merge r659 from libarchive.googlecode.com: Correctly report "none" | kientzle | 2009-03-07 | 1 | -4/+2 |
* | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | kientzle | 2009-03-06 | 1 | -0/+93 |
* | Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualize | kientzle | 2009-03-05 | 1 | -8/+21 |
* | Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com: | kientzle | 2009-03-05 | 1 | -180/+190 |
* | Merge r282 from libarchive.googlecode.com: Close multiple filters | kientzle | 2009-03-03 | 1 | -2/+3 |
* | MfP4: Big read filter refactoring. | kientzle | 2008-12-06 | 1 | -145/+453 |
* | Remove some unused fields from the private archive_read structure | kientzle | 2008-03-12 | 1 | -15/+0 |
* | Add an internal utility function to simplify the many, many places where | des | 2008-01-03 | 1 | -0/+11 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 1 | -6/+12 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -33/+46 |
* | Move archive_read_data_into_buffer into archive_read.c, simplify its | cperciva | 2007-04-05 | 1 | -0/+16 |
* | More corrections from Joerg Sonnenberger. | kientzle | 2007-04-05 | 1 | -3/+3 |
* | Fix type-punned pointer, minor style fixes. | kientzle | 2007-04-02 | 1 | -6/+7 |
* | Provide a dummy compression-layer skip function which just reads data and | cperciva | 2007-03-31 | 1 | -0/+40 |
* | libarchive 2.0 | kientzle | 2007-03-03 | 1 | -68/+100 |
* | If (a == NULL), don't dereference (a) to record an error message. [1] | cperciva | 2007-02-05 | 1 | -3/+1 |
* | Add support for a new archive format "empty" that reads empty files. | kientzle | 2007-02-01 | 1 | -10/+0 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Quiet a compiler warning where (off_t + size_t) has a different sign | cperciva | 2007-01-03 | 1 | -1/+1 |
* | Insert zero-padding between sparse blocks in archive_read_data(). This | cperciva | 2007-01-03 | 1 | -1/+22 |
* | Correct spelling of "accommodate", "guarantee", "guaranteed", "guard", | cperciva | 2006-12-28 | 1 | -1/+1 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 1 | -3/+11 |
* | Some minor corrections: | kientzle | 2006-09-05 | 1 | -14/+17 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 1 | -0/+15 |
* | If the attempt to open the archive fails (either the client open | kientzle | 2006-01-17 | 1 | -13/+36 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 1 | -2/+2 |
* | In archive_read_open(), do not set the internal archive state to | kientzle | 2005-09-21 | 1 | -2/+4 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 1 | -0/+9 |
* | Fix some errors in archive_read_data that caused failures in bsdtar's | kientzle | 2005-09-10 | 1 | -12/+11 |
* | Remove the C99-specific __func__ that is one of the few barrier to | kientzle | 2005-06-01 | 1 | -10/+10 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 1 | -3/+11 |
* | Clear the error buffer on entry | kientzle | 2005-01-08 | 1 | -0/+1 |
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 1 | -7/+8 |
* | Split archive_{read,write}_finish into separate "close" (finish the archive | kientzle | 2004-08-07 | 1 | -6/+18 |
* | Correctly reset archive_read_data state everytime a header is read. | kientzle | 2004-06-04 | 1 | -0/+5 |
* | Be more careful about the initial read (used for "tasting" the compression): | kientzle | 2004-06-04 | 1 | -1/+12 |