summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Some minor corrections:kientzle2006-09-051-0/+4
* Simplify some of the wide-character handling, inspiredkientzle2006-05-011-1/+1
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-1/+1
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-111-1/+0
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-081-91/+27
* Fix an aliasing error in the new TP support and reenable it in the build.kientzle2006-01-261-0/+1
* Disable "tp" support until I figure out why it's breaking the build. <sigh>kientzle2006-01-181-1/+0
* Add support for "tp" format. tp was the standard systemkientzle2006-01-171-1/+2
* Add missing shared library interdependencies.ru2005-11-101-0/+2
* Fix installworld breakage. <sigh>kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-131-21/+65
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-1/+1
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-1/+1
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-041-1/+1
* Start to address the race issue between restoring a file's contentskientzle2005-05-211-1/+1
* Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-231-2/+3
* Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* Clean up the support for extracting very long pathnames.kientzle2005-03-291-1/+1
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-131-1/+1
* Fix a buffer overflow in the "none" decompression handler thatkientzle2005-02-131-1/+1
* Basic support for ZIP archives.kientzle2005-01-251-1/+3
* Documentation improvements. In particular,kientzle2005-01-081-0/+1
* First cut support for extracting from ISO9660 disk images.kientzle2005-01-021-1/+2
* Makefile tweaks:kientzle2004-11-051-2/+3
* Revert 1.24: Brain glitch. <sigh>kientzle2004-11-051-1/+1
* archive.h gets built in ${.OBJDIR}kientzle2004-11-051-1/+1
* Build as a shared lib again.obrien2004-10-111-4/+0
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedkientzle2004-09-011-17/+11
* Eliminate reliance on non-portable <err.h> by implementing a verykientzle2004-08-141-1/+1
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-071-4/+5
* Fix the calculation of the most negative int64_t value, whichkientzle2004-08-071-2/+2
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-071-1/+217
* For the "portable" distribution, the configure script will overwritekientzle2004-08-011-159/+1
* When writing "pax" format, readers are supposed to ignore fieldskientzle2004-07-261-1/+1
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.kientzle2004-07-241-0/+3
* Add two new convenience functions to query the uid/gid from ankientzle2004-06-271-4/+21
* Add MLINKS for new API functions.kientzle2004-06-021-2/+3
* Connect libarchive decompress support to the build.kientzle2004-05-271-1/+3
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-141-0/+4
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).kientzle2004-05-131-0/+1
* Add the libarchive-formats.5 manpage. This summarizes the variouskientzle2004-04-281-0/+1
* Update file flag handling.kientzle2004-04-261-1/+13
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-83/+72
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-5/+8
* Many fixes:kientzle2004-03-191-3/+9
* Many fixes.kientzle2004-03-091-5/+5
* libarchive itself is now completely clean at WARNS=10 on all architectures.kientzle2004-02-121-1/+3
* Initial import of libarchive.kientzle2004-02-091-0/+119
OpenPOWER on IntegriCloud