summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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