aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r179321,179349,179790,179797,179801-179802Tim Kientzle2008-08-131-28/+6
* MFC r177473: link manpage for archive_write_closeTim Kientzle2008-08-111-0/+1
* MFC r177191: new public functions archive_entry_copy_link() andTim Kientzle2008-08-111-0/+2
* MFC r177183: compress write support, thanks to Joerg Sonnenberger.Tim Kientzle2008-08-111-0/+1
* MFC: comment update and version # tweak.Tim Kientzle2008-08-101-1/+1
* MFC libarchive 2.4.10, including test harness.Tim Kientzle2008-08-101-15/+11
* MFC archive_read_support_format_tar.c 1.61Tim Kientzle2007-08-251-1/+1
* MFC better error handling from archive_string_ensure()Tim Kientzle2007-07-191-1/+1
* MFC: archive_entry_copy_gname() and archive_entry_copy_uname() functions.Tim Kientzle2007-07-181-0/+2
* Correct multiple security issues in how libarchive handles corruptColin Percival2007-07-121-1/+1
* MFC unbreak installworld. <sigh>Tim Kientzle2007-07-071-1/+3
* MFC libarchive 1.9.Tim Kientzle2007-07-051-10/+52
* MFC: "empty" format supportTim Kientzle2007-02-141-0/+1
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-13/+26
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-53/+31
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Minor clean up for flags restoration: Use fchflags/lchflags whenTim Kientzle2005-06-041-1/+1
* Start to address the race issue between restoring a file's contentsTim Kientzle2005-05-211-1/+1
* Fix broken ACL configuration on FreeBSD 4 and Linux.Tim Kientzle2005-04-231-2/+3
* Update "make distfile" to use newest automake/autoconf from ports.Tim Kientzle2005-04-171-2/+2
* Clean up the support for extracting very long pathnames.Tim Kientzle2005-03-291-1/+1
* Support extracting entries with pathnames longer than PATH_MAX. InTim Kientzle2005-03-131-1/+1
* Fix a buffer overflow in the "none" decompression handler thatTim Kientzle2005-02-131-1/+1
* Basic support for ZIP archives.Tim Kientzle2005-01-251-1/+3
* Documentation improvements. In particular,Tim Kientzle2005-01-081-0/+1
* First cut support for extracting from ISO9660 disk images.Tim Kientzle2005-01-021-1/+2
* Makefile tweaks:Tim Kientzle2004-11-051-2/+3
* Revert 1.24: Brain glitch. <sigh>Tim Kientzle2004-11-051-1/+1
* archive.h gets built in ${.OBJDIR}Tim Kientzle2004-11-051-1/+1
* Build as a shared lib again.David E. O'Brien2004-10-111-4/+0
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedTim Kientzle2004-09-011-17/+11
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-1/+1
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-071-4/+5
* Fix the calculation of the most negative int64_t value, whichTim Kientzle2004-08-071-2/+2
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-071-1/+217
* For the "portable" distribution, the configure script will overwriteTim Kientzle2004-08-011-159/+1
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-261-1/+1
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.Tim Kientzle2004-07-241-0/+3
* Add two new convenience functions to query the uid/gid from anTim Kientzle2004-06-271-4/+21
* Add MLINKS for new API functions.Tim Kientzle2004-06-021-2/+3
* Connect libarchive decompress support to the build.Tim Kientzle2004-05-271-1/+3
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+4
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).Tim Kientzle2004-05-131-0/+1
* Add the libarchive-formats.5 manpage. This summarizes the variousTim Kientzle2004-04-281-0/+1
* Update file flag handling.Tim Kientzle2004-04-261-1/+13
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-83/+72
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-5/+8
* Many fixes:Tim Kientzle2004-03-191-3/+9
* Many fixes.Tim Kientzle2004-03-091-5/+5
* libarchive itself is now completely clean at WARNS=10 on all architectures.Tim Kientzle2004-02-121-1/+3