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