summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_private.h
Commit message (Expand)AuthorAgeFilesLines
* Clarify the naming: Methods that free an object shouldkientzle2010-11-051-1/+1
* New archive_file_count() utility.kientzle2009-12-281-2/+16
* Minor whitespace adjustment to reduce diffs with libarchive.googlecode.com.kientzle2009-03-071-1/+1
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-0/+3
* Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590kientzle2009-03-061-0/+1
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualizekientzle2009-03-051-2/+2
* Style: tabs after #definekientzle2008-12-061-2/+2
* Use GCC-specific dead function markers only when using GCC.kientzle2008-12-061-1/+8
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* Style: bare "unsigned" is deprecated, use "unsigned int" instead.kientzle2007-04-021-4/+4
* libarchive 2.0kientzle2007-03-031-175/+29
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Convert compression_skip from taking a size_t skip length request andcperciva2007-01-041-1/+1
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",cperciva2006-12-281-2/+2
* Change the internal API for writing data to an entry; make thekientzle2006-11-151-1/+1
* Some minor corrections:kientzle2006-09-051-1/+1
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-0/+2
* Bump the maximum number of archive formats that can bekientzle2005-11-081-1/+1
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-1/+1
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-2/+0
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-011-15/+17
* A number of improvements to ZIP support.kientzle2005-04-061-0/+2
* Ooops. ssize_t != int. <sigh>kientzle2004-11-061-1/+1
* Eliminate reliance on non-portable <err.h> by implementing a verykientzle2004-08-141-0/+2
* When writing "pax" format, readers are supposed to ignore fieldskientzle2004-07-261-2/+7
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-2/+5
* Refactor the extraction code somewhat. In particular,kientzle2004-06-031-2/+1
* Refactor read_data:kientzle2004-06-021-8/+10
* Previously, restoring an archive with hardlinked files that hadkientzle2004-05-271-9/+2
* Add hook for a client-provided progress callback to be invokedkientzle2004-05-131-0/+2
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-031-2/+2
* Add statistics: track offset in compressed and uncompressed archive,kientzle2004-04-281-0/+2
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-14/+1
* Fix some issues with ACL handling:kientzle2004-04-061-1/+0
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-0/+16
* Many fixes:kientzle2004-03-191-34/+8
* Many fixes.kientzle2004-03-091-10/+1
* Initial import of libarchive.kientzle2004-02-091-0/+267
OpenPOWER on IntegriCloud