| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 182590,182778,182779,184109: Support for certain | Tim Kientzle | 2008-11-28 | 1 | -24/+91 |
| * | Big MFC of libarchive 2.5.5. | Tim Kientzle | 2008-08-10 | 1 | -116/+292 |
| * | MFC: A number of interrelated changes that I'm too tired to tease | Tim Kientzle | 2008-05-21 | 1 | -3/+39 |
| * | MFC: libarchive 2.4.12 | Tim Kientzle | 2008-02-11 | 1 | -5/+26 |
| * | Add archive_entry_copy_gname() and archive_entry_copy_uname() | Tim Kientzle | 2007-07-15 | 1 | -0/+12 |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 1 | -169/+195 |
| * | More portability improvements from Martin Koeppe: | Tim Kientzle | 2007-04-14 | 1 | -11/+17 |
| * | Style fixes from Joerg Sonnenberger: use correct types, | Tim Kientzle | 2007-04-05 | 1 | -5/+7 |
| * | Libarchive 2.0.23: | Tim Kientzle | 2007-03-11 | 1 | -116/+129 |
| * | Distinguish between the end of ACL data and an error in pulling | Tim Kientzle | 2007-03-08 | 1 | -1/+1 |
| * | Because the buffer gets released immediately, I need to | Tim Kientzle | 2007-03-01 | 1 | -0/+6 |
| * | Fix the copyright notice; it was always intended to be | Tim Kientzle | 2007-01-09 | 1 | -3/+2 |
| * | Portability and style fixes: | Tim Kientzle | 2006-11-10 | 1 | -16/+26 |
| * | Whitespace cleanup. | Tim Kientzle | 2006-05-01 | 1 | -2/+2 |
| * | POSIX.1e-style Extended Attribute support | Tim Kientzle | 2006-03-21 | 1 | -4/+109 |
| * | Portability: Use some autoconf magic to include the | Tim Kientzle | 2005-11-08 | 1 | -0/+7 |
| * | In pax interchange format, use UTF8 for writing | Tim Kientzle | 2005-10-12 | 1 | -0/+28 |
| * | Add a lot of error checks, based on the patches provided by Dan Lukes. | Tim Kientzle | 2005-09-21 | 1 | -2/+21 |
| * | Style issue: Don't include <wchar.h> where it is not actually needed. | Tim Kientzle | 2005-09-10 | 1 | -1/+23 |
| * | Sort archive_entry_ctime/archive_entry_ctime_nsec correctly. | Tim Kientzle | 2005-06-04 | 1 | -13/+13 |
| * | Provide missing implementations for archive_entry_ctime() and | Scott Long | 2005-06-01 | 1 | -0/+13 |
| * | A minor refinement to "pax" output: Remove suid/sgid/sticky bits | Tim Kientzle | 2005-06-01 | 1 | -0/+14 |
| * | archive_entry_set_link is supposed to update whichever link field | Tim Kientzle | 2005-05-08 | 1 | -1/+2 |
| * | Support extracting entries with pathnames longer than PATH_MAX. In | Tim Kientzle | 2005-03-13 | 1 | -0/+6 |
| * | Be more careful about assembling/disassembling | Tim Kientzle | 2004-12-11 | 1 | -2/+2 |
| * | Add archive_entry_set_mtime() | Tim Kientzle | 2004-08-08 | 1 | -0/+7 |
| * | libarchive now has two complete build systems. The usual "Makefile" | Tim Kientzle | 2004-08-07 | 1 | -3/+3 |
| * | Pass the pointy hat, please: Don't blow away the high-order | Tim Kientzle | 2004-08-07 | 1 | -3/+3 |
| * | Suppress a minor compiler warning if the platform doesn't support hi-res | Tim Kientzle | 2004-07-24 | 1 | -0/+2 |
| * | Use "linux" instead of "LINUX" to control Linux-specific code. | Tim Kientzle | 2004-07-24 | 1 | -1/+1 |
| * | Add convenience functions to retrieve the atime fields directly, | Tim Kientzle | 2004-07-05 | 1 | -0/+12 |
| * | Add two new convenience functions to query the uid/gid from an | Tim Kientzle | 2004-06-27 | 1 | -0/+12 |
| * | Clean up some consistent confusion between "dev" and "rdev." | Tim Kientzle | 2004-06-27 | 1 | -28/+44 |
| * | Ignore file flag bits that we don't support. In particular, this | Tim Kientzle | 2004-06-19 | 1 | -0/+2 |
| * | GC some no-longer-used constants. | Tim Kientzle | 2004-05-27 | 1 | -2/+0 |
| * | Correct parsing of Solaris default ACLs. | Tim Kientzle | 2004-05-21 | 1 | -4/+6 |
| * | Consistify: #define gets 1 tab character afterwards | Tim Kientzle | 2004-05-03 | 1 | -2/+2 |
| * | Include appropriate flag header on Linux. | Tim Kientzle | 2004-05-02 | 1 | -0/+4 |
| * | Update file flag handling. | Tim Kientzle | 2004-04-26 | 1 | -29/+298 |
| * | Make clone more aggressive about copying strings to the new entry. | Tim Kientzle | 2004-04-23 | 1 | -9/+9 |
| * | More portability improvements, thanks to Juergen Lock. | Tim Kientzle | 2004-04-21 | 1 | -2/+1 |
| * | * Plug a buffer overrun in ACL parsing. (archive_entry.c) | Tim Kientzle | 2004-04-13 | 1 | -0/+7 |
| * | More work on ACLs: fix error in archive_entry's ACL parsing code, | Tim Kientzle | 2004-04-12 | 1 | -23/+13 |
| * | Fix some issues with ACL handling: | Tim Kientzle | 2004-04-06 | 1 | -35/+49 |
| * | Overhauled ACL support. This makes us compatible | Tim Kientzle | 2004-04-05 | 1 | -51/+696 |
| * | Many fixes: | Tim Kientzle | 2004-03-19 | 1 | -102/+243 |
| * | Many fixes. | Tim Kientzle | 2004-03-09 | 1 | -2/+2 |
| * | Initial import of libarchive. | Tim Kientzle | 2004-02-09 | 1 | -0/+407 |