| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r179321,179349,179790,179797,179801-179802 | Tim Kientzle | 2008-08-13 | 1 | -28/+6 |
| * | MFC r177473: link manpage for archive_write_close | Tim Kientzle | 2008-08-11 | 1 | -0/+1 |
| * | MFC r177191: new public functions archive_entry_copy_link() and | Tim Kientzle | 2008-08-11 | 1 | -0/+2 |
| * | MFC r177183: compress write support, thanks to Joerg Sonnenberger. | Tim Kientzle | 2008-08-11 | 1 | -0/+1 |
| * | MFC: comment update and version # tweak. | Tim Kientzle | 2008-08-10 | 1 | -1/+1 |
| * | MFC libarchive 2.4.10, including test harness. | Tim Kientzle | 2008-08-10 | 1 | -15/+11 |
| * | MFC archive_read_support_format_tar.c 1.61 | Tim Kientzle | 2007-08-25 | 1 | -1/+1 |
| * | MFC better error handling from archive_string_ensure() | Tim Kientzle | 2007-07-19 | 1 | -1/+1 |
| * | MFC: archive_entry_copy_gname() and archive_entry_copy_uname() functions. | Tim Kientzle | 2007-07-18 | 1 | -0/+2 |
| * | Correct multiple security issues in how libarchive handles corrupt | Colin Percival | 2007-07-12 | 1 | -1/+1 |
| * | MFC unbreak installworld. <sigh> | Tim Kientzle | 2007-07-07 | 1 | -1/+3 |
| * | MFC libarchive 1.9. | Tim Kientzle | 2007-07-05 | 1 | -10/+52 |
| * | MFC: "empty" format support | Tim Kientzle | 2007-02-14 | 1 | -0/+1 |
| * | MFC: synchronize libarchive with FreeBSD-CURRENT. This includes | Tim Kientzle | 2007-01-27 | 1 | -13/+26 |
| * | MFC libarchive 1.2.53 to FreeBSD 6. | Tim Kientzle | 2006-07-30 | 1 | -53/+31 |
| * | Insta-MFC of the shared library version bump. All shared libraries | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Minor clean up for flags restoration: Use fchflags/lchflags when | Tim Kientzle | 2005-06-04 | 1 | -1/+1 |
| * | Start to address the race issue between restoring a file's contents | Tim Kientzle | 2005-05-21 | 1 | -1/+1 |
| * | Fix broken ACL configuration on FreeBSD 4 and Linux. | Tim Kientzle | 2005-04-23 | 1 | -2/+3 |
| * | Update "make distfile" to use newest automake/autoconf from ports. | Tim Kientzle | 2005-04-17 | 1 | -2/+2 |
| * | Clean up the support for extracting very long pathnames. | Tim Kientzle | 2005-03-29 | 1 | -1/+1 |
| * | Support extracting entries with pathnames longer than PATH_MAX. In | Tim Kientzle | 2005-03-13 | 1 | -1/+1 |
| * | Fix a buffer overflow in the "none" decompression handler that | Tim Kientzle | 2005-02-13 | 1 | -1/+1 |
| * | Basic support for ZIP archives. | Tim Kientzle | 2005-01-25 | 1 | -1/+3 |
| * | Documentation improvements. In particular, | Tim Kientzle | 2005-01-08 | 1 | -0/+1 |
| * | First cut support for extracting from ISO9660 disk images. | Tim Kientzle | 2005-01-02 | 1 | -1/+2 |
| * | Makefile tweaks: | Tim Kientzle | 2004-11-05 | 1 | -2/+3 |
| * | Revert 1.24: Brain glitch. <sigh> | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | archive.h gets built in ${.OBJDIR} | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | Build as a shared lib again. | David E. O'Brien | 2004-10-11 | 1 | -4/+0 |
| * | Per Ruslan, bsd.lib.mk already has support for dynamically-generated | Tim Kientzle | 2004-09-01 | 1 | -17/+11 |
| * | Eliminate reliance on non-portable <err.h> by implementing a very | Tim Kientzle | 2004-08-14 | 1 | -1/+1 |
| * | Split archive_{read,write}_finish into separate "close" (finish the archive | Tim Kientzle | 2004-08-07 | 1 | -4/+5 |
| * | Fix the calculation of the most negative int64_t value, which | Tim Kientzle | 2004-08-07 | 1 | -2/+2 |
| * | libarchive now has two complete build systems. The usual "Makefile" | Tim Kientzle | 2004-08-07 | 1 | -1/+217 |
| * | For the "portable" distribution, the configure script will overwrite | Tim Kientzle | 2004-08-01 | 1 | -159/+1 |
| * | When writing "pax" format, readers are supposed to ignore fields | Tim Kientzle | 2004-07-26 | 1 | -1/+1 |
| * | Define the PACKAGE_NAME and PACKAGE_VERSION macros. | Tim Kientzle | 2004-07-24 | 1 | -0/+3 |
| * | Add two new convenience functions to query the uid/gid from an | Tim Kientzle | 2004-06-27 | 1 | -4/+21 |
| * | Add MLINKS for new API functions. | Tim Kientzle | 2004-06-02 | 1 | -2/+3 |
| * | Connect libarchive decompress support to the build. | Tim Kientzle | 2004-05-27 | 1 | -1/+3 |
| * | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | Olivier Houchard | 2004-05-14 | 1 | -0/+4 |
| * | Add MLINK for newly-added archive_read_extract_set_progress_callback(3). | Tim Kientzle | 2004-05-13 | 1 | -0/+1 |
| * | Add the libarchive-formats.5 manpage. This summarizes the various | Tim Kientzle | 2004-04-28 | 1 | -0/+1 |
| * | Update file flag handling. | Tim Kientzle | 2004-04-26 | 1 | -1/+13 |
| * | More work on ACLs: fix error in archive_entry's ACL parsing code, | Tim Kientzle | 2004-04-12 | 1 | -83/+72 |
| * | Overhauled ACL support. This makes us compatible | Tim Kientzle | 2004-04-05 | 1 | -5/+8 |
| * | Many fixes: | Tim Kientzle | 2004-03-19 | 1 | -3/+9 |
| * | Many fixes. | Tim Kientzle | 2004-03-09 | 1 | -5/+5 |
| * | libarchive itself is now completely clean at WARNS=10 on all architectures. | Tim Kientzle | 2004-02-12 | 1 | -1/+3 |