| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync libarchive with vendor branch release/2.8: | mm | 2011-12-20 | 1 | -1/+9 |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 1 | -11/+11 |
* | Import additional bugfix for reading and extracting makefs-created | mm | 2011-09-02 | 1 | -8/+14 |
* | Import bugfix for reading and extracting of FreeBSD ISO images with tar. | mm | 2011-08-25 | 1 | -172/+279 |
* | Add compatibility for ISO images created with unfixed makefs that | mm | 2011-08-07 | 1 | -18/+31 |
* | Use a simpler memory-management strategy for the file objects. | kientzle | 2010-01-23 | 1 | -46/+23 |
* | Merge Michihiro NAKAJIMA's significant work on the ISO9660 reader | kientzle | 2009-12-30 | 1 | -323/+1659 |
* | Update tests to match r195873, which corrected how hardlinked files | kientzle | 2009-09-08 | 1 | -6/+23 |
* | The parser for Rockridge symlinks tended to insert | kientzle | 2009-07-26 | 1 | -8/+8 |
* | Libarchive recognizes hardlinked files on ISO images, | kientzle | 2009-07-25 | 1 | -0/+1 |
* | Exit with ARCHIVE_FATAL if the ISO image is truncated. | kientzle | 2009-04-26 | 1 | -1/+1 |
* | Merge r558,567,569,571,581,582,583,598 from libarchive.googlecode.com: | kientzle | 2009-03-07 | 1 | -25/+194 |
* | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | kientzle | 2009-03-06 | 1 | -0/+2 |
* | Merge r389 from libarchive.googlecode.com: Fix a memory | kientzle | 2009-03-05 | 1 | -1/+6 |
* | "The first part is just to give more info, the latter part fixes | kientzle | 2009-01-13 | 1 | -2/+5 |
* | Strip ";1" and trailing "." from ISO9660 entries. | kientzle | 2008-12-06 | 1 | -12/+21 |
* | General improvements to Rockridge parsing and ISO9660 format detection. | kientzle | 2008-12-06 | 1 | -156/+354 |
* | Conditionalize a bunch of debugging messages; this also | kientzle | 2008-12-06 | 1 | -1/+10 |
* | MfP4: Big read filter refactoring. | kientzle | 2008-12-06 | 1 | -22/+18 |
* | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | kientzle | 2008-05-26 | 1 | -40/+19 |
* | Someday I might forgive the standards bodies for omitting timegm(). | kientzle | 2008-02-19 | 1 | -5/+9 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 1 | -11/+17 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -59/+54 |
* | Don't compare a signed char to 0xFF. | kientzle | 2007-04-02 | 1 | -3/+3 |
* | Provide a dummy compression-layer skip function which just reads data and | cperciva | 2007-03-31 | 1 | -24/+4 |
* | libarchive 2.0 | kientzle | 2007-03-03 | 1 | -22/+24 |
* | Because the buffer gets released immediately, I need to | kientzle | 2007-03-01 | 1 | -1/+1 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Convert compression_skip from taking a size_t skip length request and | cperciva | 2007-01-04 | 1 | -2/+2 |
* | Improve support for large ISOs: | kientzle | 2006-11-27 | 1 | -4/+25 |
* | Unbreak libarchive on arm. Two parts of libarchive relied on a | kientzle | 2006-11-26 | 1 | -105/+156 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 1 | -10/+20 |
* | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 1 | -2/+2 |
* | Fine-tune the format detection for CPIO and ISO9660 sub-types. | kientzle | 2005-11-08 | 1 | -4/+7 |
* | Portability: timegm() isn't standard, so check for timegm() in | kientzle | 2005-11-06 | 1 | -2/+42 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 1 | -3/+9 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 1 | -1/+12 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 1 | -0/+1 |
* | Fill in some more Rockridge details in ISO9660 support: Ignore PD | kientzle | 2005-02-12 | 1 | -1/+51 |
* | Set the format code and name correctly for: | kientzle | 2005-01-23 | 1 | -2/+12 |
* | Support 'CE' records in Rockridge extensions | kientzle | 2005-01-20 | 1 | -59/+155 |
* | Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions. | kientzle | 2005-01-08 | 1 | -17/+75 |
* | First cut at RockRidge support. | kientzle | 2005-01-03 | 1 | -95/+288 |
* | Next round of work on ISO9660 support: | kientzle | 2005-01-03 | 1 | -79/+151 |
* | First cut support for extracting from ISO9660 disk images. | kientzle | 2005-01-02 | 1 | -0/+521 |