summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Define INT32_MAX and INT32_MIN for older compilersTim Kientzle2016-04-241-1/+2
* Tag libarchive 3.1.901av3.1.901aTim Kientzle2016-04-101-2/+2
* Dynamically determine supported compiler flags during configureEric N. Vander Weele2016-03-181-0/+3
* Fix globbing errorv3.1.900aTim Kientzle2016-02-211-1/+1
* Set version number to 3.1.900aTim Kientzle2016-01-311-2/+2
* Fix nettle library probeTim Kientzle2016-01-191-8/+8
* Ensure to declare UINTMAX_MAX, INTMAX_MAX and INTMAX_MINOBATA Akio2015-12-271-0/+1
* configure.ac: Use pkg-config to find libxml2. Fixes cross compilationKylie McClain2015-07-251-6/+6
* build: fix out of tree buildsRoss Burton2015-05-051-0/+1
* Fix a subtle wrong library check that caused libarchive to depend on libattr ...Andreas Stieger2015-03-221-1/+1
* libarchive: use lzma_stream_encoder_mt() if it's available.Rui Paulo2015-02-091-3/+4
* Issue 398: Overlapping memcpyTim Kientzle2015-02-061-1/+1
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-0/+1
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-1/+3
* Fix detecting message digest functions.Michihiro NAKAJIMA2014-09-171-1/+1
* Fix build failure on FreeBSD 9.2.Michihiro NAKAJIMA2014-09-141-0/+4
* Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-2/+2
* Add support for lz4 read filter.Michihiro NAKAJIMA2014-06-301-0/+8
* Add optional bsdcat tool.Mike Kazantsev2014-04-041-1/+50
* Fix out-of-tree buildPaul Barker2014-01-161-0/+4
* Revert "Allow adding extra CFLAGS with a configure option."Andres Mejia2013-02-221-7/+0
* Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])."Andres Mejia2013-02-221-1/+2
* Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags]).Andres Mejia2013-02-221-2/+1
* Allow adding extra CFLAGS with a configure option.Andres Mejia2013-02-221-0/+7
* Bump version to 3.1.2.Andres Mejia2013-02-081-2/+2
* Remove the 4th argument to CRYPTO_CHECK, it is no longer used.Andres Mejia2013-02-081-11/+11
* Fix check for openssl on Windows.Andres Mejia2013-02-081-1/+18
* Change crypto checks, find necessary library before corresponding checks are ...Andres Mejia2013-02-081-16/+26
* Model the pcre checks for the autotools build system to be similar as that us...Andres Mejia2013-02-061-20/+27
* Remove redundant defines of WINVER and _WIN32_WINNT from CRYPTO_CHECK_WIN.Andres Mejia2013-02-051-2/+0
* Correct ordering of preferred library for crypto function in mingw builds.Andres Mejia2013-02-031-5/+10
* Make sure to check for Windows crypto functions for both mingw and cygwin.Andres Mejia2013-02-031-1/+1
* Fix mingw build because of bad check for libpcreposix.Andres Mejia2013-02-031-0/+19
* Make POSIX regex checks cleaner.Andres Mejia2013-02-021-2/+13
* Use different check for libbz2 on Windows.Andres Mejia2013-02-021-1/+23
* Use same check from cmake in autotools for POSIX regex support.Andres Mejia2013-02-021-6/+18
* 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