aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_entry.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-2202/+0
* Various portability fixes, plus:Tim Kientzle2009-12-281-102/+108
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:Tim Kientzle2009-04-271-38/+77
* Properly clone and free the recently-added "sourcepath" field.Tim Kientzle2009-04-171-0/+2
* Merge from libarchive.googlecode.com: Mostly a bunch ofTim Kientzle2009-04-121-1/+1
* Merge r283,r529 from libarchive.googlecode.com: Fix ext2_fs.h includesTim Kientzle2009-03-071-3/+7
* Merge r356 and r358 from libarchive.googlecode.com: Remove a WindowsTim Kientzle2009-03-051-9/+0
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotTim Kientzle2009-03-031-1/+10
* If conversion from UTF8 fails, don't mark Unicode text as available.Tim Kientzle2008-12-231-1/+2
* MfP4: Support for storing birthtime in archive_entry objects.Tim Kientzle2008-09-301-0/+34
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.Tim Kientzle2008-09-011-24/+91
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-116/+292
* Don't lie. If a string can't be converted to a wide (Unicode) string,Tim Kientzle2008-03-141-1/+8
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()Tim Kientzle2008-03-141-0/+22
* Since "length" computes the length of a string and is used as anTim Kientzle2008-03-141-1/+1
* Let archive_entry_clear() accept a NULL pointer and simply do nothing.Tim Kientzle2008-03-141-0/+2
* Tighten up the semantics of acl_next() and xattr_next() when youTim Kientzle2008-03-121-0/+5
* Typo, thanks to: Jeff Johnson.Tim Kientzle2008-03-121-1/+1
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-5/+26
* Add archive_entry_copy_gname() and archive_entry_copy_uname()Tim Kientzle2007-07-151-0/+12
* libarchive 2.2.3Tim Kientzle2007-05-291-169/+195
* More portability improvements from Martin Koeppe:Tim Kientzle2007-04-141-11/+17
* Style fixes from Joerg Sonnenberger: use correct types,Tim Kientzle2007-04-051-5/+7
* Libarchive 2.0.23:Tim Kientzle2007-03-111-116/+129
* Distinguish between the end of ACL data and an error in pullingTim Kientzle2007-03-081-1/+1
* Because the buffer gets released immediately, I need toTim Kientzle2007-03-011-0/+6
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Portability and style fixes:Tim Kientzle2006-11-101-16/+26
* Whitespace cleanup.Tim Kientzle2006-05-011-2/+2
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-4/+109
* Portability: Use some autoconf magic to include theTim Kientzle2005-11-081-0/+7
* In pax interchange format, use UTF8 for writingTim Kientzle2005-10-121-0/+28
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-2/+21
* Style issue: Don't include <wchar.h> where it is not actually needed.Tim Kientzle2005-09-101-1/+23
* 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