summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.c
Commit message (Expand)AuthorAgeFilesLines
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-5/+26
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-151-0/+12
* libarchive 2.2.3kientzle2007-05-291-169/+195
* More portability improvements from Martin Koeppe:kientzle2007-04-141-11/+17
* Style fixes from Joerg Sonnenberger: use correct types,kientzle2007-04-051-5/+7
* Libarchive 2.0.23:kientzle2007-03-111-116/+129
* Distinguish between the end of ACL data and an error in pullingkientzle2007-03-081-1/+1
* Because the buffer gets released immediately, I need tokientzle2007-03-011-0/+6
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Portability and style fixes:kientzle2006-11-101-16/+26
* Whitespace cleanup.kientzle2006-05-011-2/+2
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-4/+109
* Portability: Use some autoconf magic to include thekientzle2005-11-081-0/+7
* In pax interchange format, use UTF8 for writingkientzle2005-10-121-0/+28
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-2/+21
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-1/+23
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.kientzle2005-06-041-13/+13
* Provide missing implementations for archive_entry_ctime() andscottl2005-06-011-0/+13
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-011-0/+14
* archive_entry_set_link is supposed to update whichever link fieldkientzle2005-05-081-1/+2
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-131-0/+6
* Be more careful about assembling/disassemblingkientzle2004-12-111-2/+2
* Add archive_entry_set_mtime()kientzle2004-08-081-0/+7
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-071-3/+3
* Pass the pointy hat, please: Don't blow away the high-orderkientzle2004-08-071-3/+3
* Suppress a minor compiler warning if the platform doesn't support hi-reskientzle2004-07-241-0/+2
* Use "linux" instead of "LINUX" to control Linux-specific code.kientzle2004-07-241-1/+1
* Add convenience functions to retrieve the atime fields directly,kientzle2004-07-051-0/+12
* Add two new convenience functions to query the uid/gid from ankientzle2004-06-271-0/+12
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-28/+44
* Ignore file flag bits that we don't support. In particular, thiskientzle2004-06-191-0/+2
* GC some no-longer-used constants.kientzle2004-05-271-2/+0
* Correct parsing of Solaris default ACLs.kientzle2004-05-211-4/+6
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-031-2/+2
* Include appropriate flag header on Linux.kientzle2004-05-021-0/+4
* Update file flag handling.kientzle2004-04-261-29/+298
* Make clone more aggressive about copying strings to the new entry.kientzle2004-04-231-9/+9
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-211-2/+1
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-0/+7
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-23/+13
* Fix some issues with ACL handling:kientzle2004-04-061-35/+49
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-51/+696
* Many fixes:kientzle2004-03-191-103/+244
* Many fixes.kientzle2004-03-091-2/+2
* Initial import of libarchive.kientzle2004-02-091-0/+407
OpenPOWER on IntegriCloud