summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-131-2/+2
* Bump soname major version to 13.Andres Mejia2013-01-131-2/+2
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-131-2/+2
* Update configure script and header files to new libarchive version.Andres Mejia2013-01-131-2/+2
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-2/+2
|\
| * Libarchive 3.0.4.Tim Kientzle2012-03-271-2/+2
* | Do not depend on sys/decmpfs.h since Snow Leopard does not have it.Michihiro NAKAJIMA2012-10-271-1/+1
* | Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-2/+2
* | Use liblzo2 for the lzop reader filter if available.Michihiro NAKAJIMA2012-10-191-0/+8
* | Make configure detect ARCHIVE_CRYPTO_*_WIN on mingw.Michihiro NAKAJIMA2012-10-041-17/+55
* | Fix a bug that Clang Static Analyzer claimed it is potential insecureMichihiro NAKAJIMA2012-10-031-3/+3
* | Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-1/+1
* | Add silent build rules for lrzip.Con Kolivas2012-04-231-0/+1
|/
* People with questions should go to the mailing list, notTim Kientzle2012-03-171-1/+1
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-7/+0
* Add a check of linux/types.h into configure.ac, which has already been addedMichihiro NAKAJIMA2012-03-111-1/+1
* A header check for iconv.h should be done after AM_ICONV becauseMichihiro NAKAJIMA2012-02-221-1/+1
* Enable bsdtar -s option on Windows with libregex and fix the problemMichihiro NAKAJIMA2012-02-221-0/+9
* Simplify a string conversion WCS <==> MBS to stop using mbsnrtowcs and wcsnrt...Michihiro NAKAJIMA2012-02-071-2/+2
* Set trunk version to 3.0.200a for pre-3.1 development.Tim Kientzle2012-01-291-2/+2
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-111-0/+6
* Issue 212: A more accurate way to determine if a partucularTim Kientzle2011-12-311-1/+3
* Bump trunk to 3.0.900a so it will be ready toTim Kientzle2011-12-281-2/+2
* Don't use -e option to grep (Solaris 10 doesn't have it).Tim Kientzle2011-12-281-1/+1
* Use the preferred spelling of FreeBSD.org.Tim Kientzle2011-12-231-1/+1
* Leave libtool version 11 for a possible libarchive 2.9 release.Tim Kientzle2011-12-221-3/+4
* In autoconf configure, probe OpenSSL first, then libmd.Tim Kientzle2011-12-171-5/+9
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-0/+13
* Crypto checks are cumulative; the test program needsTim Kientzle2011-12-111-1/+6
* For out-of-tree builds, the placeholder config fileTim Kientzle2011-12-111-1/+1
* Libarchive 3.0.1b TEST releasev3.0.1bTim Kientzle2011-11-271-2/+2
* Correct the detection of wincrypt.h and winioctl.hTim Kientzle2011-11-191-2/+7
* Disable OpenSSL probe on Darwin.Tim Kientzle2011-11-121-0/+3
* Rename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE.Tim Kientzle2011-11-061-2/+2
* Update shared library version computation for upcoming 3.0.0a release.Tim Kientzle2011-11-061-6/+11
* Fix the iconv probe and actually use the result.Tim Kientzle2011-09-231-1/+1
* Remove duplicate entry of -lxml2 in LIBS variable.Andres Mejia2011-09-171-1/+3
* Remove duplicate libraries in $LIBS variable.Andres Mejia2011-09-171-1/+3
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-1/+2
* Implement crypto support with the Nettle crypto library.Andres Mejia2011-08-271-0/+10
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-63/+66
* endian.h and sys/endian.h, which I added to use in r3515, are no longer needed.Michihiro NAKAJIMA2011-08-071-2/+2
* Rework lzh and lzx decoding to improve its performance.Michihiro NAKAJIMA2011-08-021-3/+3
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2011-07-171-0/+1
* Use CoreServices framework for Mac OS X in configure.ac, the same thing in CM...Michihiro NAKAJIMA2011-06-211-2/+2
* Correct winioctl to winioctl.h in configure.ac.Michihiro NAKAJIMA2011-05-111-1/+1
* In configure, SSIZE_MAX requires limits.hMichihiro NAKAJIMA2011-05-111-1/+6
* On Mac OS, Link CoreFoundation to avoid build failure.Michihiro NAKAJIMA2011-05-071-0/+7
* Avoid warning about iconv.h during configure.Michihiro NAKAJIMA2011-04-151-1/+1
* Use locale_charset() instead of nl_langinfo(CODESET) for GNU libiconv.Michihiro NAKAJIMA2011-04-151-0/+11