summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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