summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.h
Commit message (Expand)AuthorAgeFilesLines
* Various portability fixes, plus:kientzle2009-12-281-4/+28
* Merge from libarchive.googlecode.com: Mostly a bunch ofkientzle2009-04-121-2/+2
* Structure declarations can't be dllexported.kientzle2008-12-061-1/+1
* MfP4: Support for storing birthtime in archive_entry objects.kientzle2008-09-301-0/+5
* MfP4: Generalize int64_t in the public headers to support compilerskientzle2008-09-181-2/+4
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.kientzle2008-09-011-2/+30
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-106/+223
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()kientzle2008-03-141-0/+2
* Update some comments, comment out argument names to guard againstkientzle2008-03-141-16/+50
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-5/+30
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-151-0/+2
* libarchive 2.2.3kientzle2007-05-291-2/+36
* Because the buffer gets released immediately, I need tokientzle2007-03-011-0/+1
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-0/+19
* In pax interchange format, use UTF8 for writingkientzle2005-10-121-0/+4
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-2/+1
* Support libarchive with C++ by adding appropriate conditionalkientzle2005-06-041-0/+11
* <Ooops> Two lines got dropped from the previous commit. Apologies.kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-011-0/+2
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-131-0/+1
* Add archive_entry_set_mtime()kientzle2004-08-081-0/+1
* Add convenience functions to retrieve the atime fields directly,kientzle2004-07-051-0/+2
* Add two new convenience functions to query the uid/gid from ankientzle2004-06-271-3/+3
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-4/+7
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-031-3/+3
* Update file flag handling.kientzle2004-04-261-4/+10
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-0/+1
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-8/+18
* Fix some issues with ACL handling:kientzle2004-04-061-0/+15
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-6/+64
* Many fixes:kientzle2004-03-191-5/+11
* Initial import of libarchive.kientzle2004-02-091-0/+111
OpenPOWER on IntegriCloud