aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_entry.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r179321,179349,179790,179797,179801-179802Tim Kientzle2008-08-131-116/+292
* MFC r177189: Minor type fix.Tim Kientzle2008-08-111-1/+1
* MFC r177193, r177199: If the locale of the filename on disk doesn'tTim Kientzle2008-08-111-1/+8
* MFC r177191: new public functions archive_entry_copy_link() andTim Kientzle2008-08-111-0/+22
* MFC r177188: Allow archive_entry_clear() (and hence, archive_entry_free()) toTim Kientzle2008-08-111-0/+2
* MFC r177081, r177082: Fix return values when you hit the end of anTim Kientzle2008-08-111-1/+6
* MFC libarchive 2.4.10, including test harness.Tim Kientzle2008-08-101-5/+26
* MFC: archive_entry_copy_gname() and archive_entry_copy_uname() functions.Tim Kientzle2007-07-181-0/+12
* MFC libarchive 1.9.Tim Kientzle2007-07-051-285/+338
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-19/+28
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-4/+185
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.Tim Kientzle2005-06-041-13/+13
* Provide missing implementations for archive_entry_ctime() andScott Long2005-06-011-0/+13
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitsTim Kientzle2005-06-011-0/+14
* archive_entry_set_link is supposed to update whichever link fieldTim Kientzle2005-05-081-1/+2
* Support extracting entries with pathnames longer than PATH_MAX. InTim Kientzle2005-03-131-0/+6
* Be more careful about assembling/disassemblingTim Kientzle2004-12-111-2/+2
* Add archive_entry_set_mtime()Tim Kientzle2004-08-081-0/+7
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-071-3/+3
* Pass the pointy hat, please: Don't blow away the high-orderTim Kientzle2004-08-071-3/+3
* Suppress a minor compiler warning if the platform doesn't support hi-resTim Kientzle2004-07-241-0/+2
* Use "linux" instead of "LINUX" to control Linux-specific code.Tim Kientzle2004-07-241-1/+1
* Add convenience functions to retrieve the atime fields directly,Tim Kientzle2004-07-051-0/+12
* Add two new convenience functions to query the uid/gid from anTim Kientzle2004-06-271-0/+12
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-28/+44
* Ignore file flag bits that we don't support. In particular, thisTim Kientzle2004-06-191-0/+2
* GC some no-longer-used constants.Tim Kientzle2004-05-271-2/+0
* Correct parsing of Solaris default ACLs.Tim Kientzle2004-05-211-4/+6
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-031-2/+2
* Include appropriate flag header on Linux.Tim Kientzle2004-05-021-0/+4
* Update file flag handling.Tim Kientzle2004-04-261-29/+298
* Make clone more aggressive about copying strings to the new entry.Tim Kientzle2004-04-231-9/+9
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-211-2/+1
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-0/+7
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-23/+13
* Fix some issues with ACL handling:Tim Kientzle2004-04-061-35/+49
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-51/+696
* Many fixes:Tim Kientzle2004-03-191-102/+243
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+407