aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-1309/+0
* Add compatibility for ISO images created with unfixed makefs thatMartin Matuska2011-08-071-3/+8
* - Update libarchive to 2.8.4Martin Matuska2011-07-171-1/+1
* Minor style fixes plus a fix for an obscure crash on certain malformedTim Kientzle2009-12-291-11/+5
* Reading an mtree file is supposed to provideTim Kientzle2009-04-261-1/+1
* Fix a memory leak: Release the current list of /set keywordsTim Kientzle2009-04-171-3/+9
* Merge r511,r513,r607 from libarchive.googlecode.com: Mtree readerTim Kientzle2009-03-071-5/+17
* Merge r552,r559 from libarchive.googlecode.com: Support high-resolutionTim Kientzle2009-03-071-0/+9
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-2/+2
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-25/+10
* Trying to distinguish different "versions" of mtree files was a silly idea.Tim Kientzle2008-09-181-1/+1
* MfP4: Joerg Sonnenberg's extensions to the mtree support for moreTim Kientzle2008-06-211-12/+79
* Be a little more careful about closing file descriptors that may not exist.Tim Kientzle2008-06-151-1/+2
* Don't store a pointer in "next" if we're never going to use it.Colin Percival2008-06-091-2/+2
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-104/+556
* Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andColin Percival2008-05-191-0/+1
* Correct a sign mismatch that only showed up on 64-bit systems.Tim Kientzle2008-03-151-2/+2
* Refactor the mtree code a bit to make the layering clearer: EachTim Kientzle2008-03-151-106/+172
* Include O_BINARY in open() calls on platforms that support it.Tim Kientzle2008-02-191-2/+8
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-0/+705