| Commit message (Expand) | Author | Age | Files | Lines |
* | Various portability fixes, plus: | kientzle | 2009-12-28 | 1 | -102/+108 |
* | Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 1 | -38/+77 |
* | Properly clone and free the recently-added "sourcepath" field. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Merge from libarchive.googlecode.com: Mostly a bunch of | kientzle | 2009-04-12 | 1 | -1/+1 |
* | Merge r283,r529 from libarchive.googlecode.com: Fix ext2_fs.h includes | kientzle | 2009-03-07 | 1 | -3/+7 |
* | Merge r356 and r358 from libarchive.googlecode.com: Remove a Windows | kientzle | 2009-03-05 | 1 | -9/+0 |
* | Merge r294:337,r348:350 from libarchive.googlecode.com: A lot | kientzle | 2009-03-03 | 1 | -1/+10 |
* | If conversion from UTF8 fails, don't mark Unicode text as available. | kientzle | 2008-12-23 | 1 | -1/+2 |
* | MfP4: Support for storing birthtime in archive_entry objects. | kientzle | 2008-09-30 | 1 | -0/+34 |
* | MfP4: set/unset tracking for atime, ctime, mtime, and size fields. | kientzle | 2008-09-01 | 1 | -24/+91 |
* | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | kientzle | 2008-05-26 | 1 | -116/+292 |
* | Don't lie. If a string can't be converted to a wide (Unicode) string, | kientzle | 2008-03-14 | 1 | -1/+8 |
* | New public functions archive_entry_copy_link() and archive_entry_copy_link_w() | kientzle | 2008-03-14 | 1 | -0/+22 |
* | Since "length" computes the length of a string and is used as an | kientzle | 2008-03-14 | 1 | -1/+1 |
* | Let archive_entry_clear() accept a NULL pointer and simply do nothing. | kientzle | 2008-03-14 | 1 | -0/+2 |
* | Tighten up the semantics of acl_next() and xattr_next() when you | kientzle | 2008-03-12 | 1 | -0/+5 |
* | Typo, thanks to: Jeff Johnson. | kientzle | 2008-03-12 | 1 | -1/+1 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 1 | -5/+26 |
* | Add archive_entry_copy_gname() and archive_entry_copy_uname() | kientzle | 2007-07-15 | 1 | -0/+12 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -169/+195 |
* | More portability improvements from Martin Koeppe: | kientzle | 2007-04-14 | 1 | -11/+17 |
* | Style fixes from Joerg Sonnenberger: use correct types, | kientzle | 2007-04-05 | 1 | -5/+7 |
* | Libarchive 2.0.23: | kientzle | 2007-03-11 | 1 | -116/+129 |
* | Distinguish between the end of ACL data and an error in pulling | kientzle | 2007-03-08 | 1 | -1/+1 |
* | Because the buffer gets released immediately, I need to | kientzle | 2007-03-01 | 1 | -0/+6 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 1 | -16/+26 |
* | Whitespace cleanup. | kientzle | 2006-05-01 | 1 | -2/+2 |
* | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 1 | -4/+109 |
* | Portability: Use some autoconf magic to include the | kientzle | 2005-11-08 | 1 | -0/+7 |
* | In pax interchange format, use UTF8 for writing | kientzle | 2005-10-12 | 1 | -0/+28 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 1 | -2/+21 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 1 | -1/+23 |
* | Sort archive_entry_ctime/archive_entry_ctime_nsec correctly. | kientzle | 2005-06-04 | 1 | -13/+13 |
* | Provide missing implementations for archive_entry_ctime() and | scottl | 2005-06-01 | 1 | -0/+13 |
* | A minor refinement to "pax" output: Remove suid/sgid/sticky bits | kientzle | 2005-06-01 | 1 | -0/+14 |
* | archive_entry_set_link is supposed to update whichever link field | kientzle | 2005-05-08 | 1 | -1/+2 |
* | Support extracting entries with pathnames longer than PATH_MAX. In | kientzle | 2005-03-13 | 1 | -0/+6 |
* | Be more careful about assembling/disassembling | kientzle | 2004-12-11 | 1 | -2/+2 |
* | Add archive_entry_set_mtime() | kientzle | 2004-08-08 | 1 | -0/+7 |
* | libarchive now has two complete build systems. The usual "Makefile" | kientzle | 2004-08-07 | 1 | -3/+3 |
* | Pass the pointy hat, please: Don't blow away the high-order | kientzle | 2004-08-07 | 1 | -3/+3 |
* | Suppress a minor compiler warning if the platform doesn't support hi-res | kientzle | 2004-07-24 | 1 | -0/+2 |
* | Use "linux" instead of "LINUX" to control Linux-specific code. | kientzle | 2004-07-24 | 1 | -1/+1 |
* | Add convenience functions to retrieve the atime fields directly, | kientzle | 2004-07-05 | 1 | -0/+12 |
* | Add two new convenience functions to query the uid/gid from an | kientzle | 2004-06-27 | 1 | -0/+12 |
* | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 1 | -28/+44 |
* | Ignore file flag bits that we don't support. In particular, this | kientzle | 2004-06-19 | 1 | -0/+2 |
* | GC some no-longer-used constants. | kientzle | 2004-05-27 | 1 | -2/+0 |
* | Correct parsing of Solaris default ACLs. | kientzle | 2004-05-21 | 1 | -4/+6 |