aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1061,r1062,r1063 from libarchive.googlecode.com:Tim Kientzle2009-04-271-1/+6
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+2
* Argh. r189389 was supposed to include r539 from libarchive.googlecode.comTim Kientzle2009-03-051-2/+4
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-43/+31
* Support uppercase hex digits in cpio archives.Tim Kientzle2008-01-151-3/+5
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-7/+175
* libarchive 2.2.3Tim Kientzle2007-05-291-117/+98
* Portability.Tim Kientzle2007-04-131-0/+2
* libarchive 2.0Tim Kientzle2007-03-031-30/+32
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",Colin Percival2006-12-281-2/+2
* Portability and style fixes:Tim Kientzle2006-11-101-14/+24
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.Tim Kientzle2006-07-301-0/+3
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-1/+1
* Extract device number information from SVR4 CPIO archives.Tim Kientzle2006-02-141-0/+6
* Fine-tune the format detection for CPIO and ISO9660 sub-types.Tim Kientzle2005-11-081-6/+14
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-0/+8
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-0/+1
* Correctly pass low-level I/O errors back up to the caller whenTim Kientzle2005-03-131-1/+4
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-1/+0
* Refactor read_data:Tim Kientzle2004-06-021-28/+72
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-031-1/+1
* Add read support for four more common cpio variants:Tim Kientzle2004-04-281-64/+304
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-2/+7
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes:Tim Kientzle2004-03-191-6/+9
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Recognize hardlinks when reading cpio files.Tim Kientzle2004-03-071-5/+100
* Correctly read symlinks from cpio files.Tim Kientzle2004-03-061-1/+15
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+187