summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-0/+13
* Fix portability of test use.Joerg Sonnenberger2017-02-231-1/+1
* Bump version to 3.3.1devTim Kientzle2017-02-191-2/+2
* Libarchive 3.3.0v3.3.0Tim Kientzle2017-02-191-2/+2
* Disable automatic detection of liblzo2Martin Matuska2017-01-301-2/+2
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-0/+7
* Use HAVE_ACL_TYPE_NFS4 instead of checking against system constantMartin Matuska2017-01-171-0/+6
* Add POSIX.1e and NFSv4 ACL support for Solaris and derivatesMartin Matuska2017-01-101-0/+6
* Merge pull request #818 from JPeterMugaas/cygwin-msys2-fixesTim Kientzle2016-12-111-6/+6
|\
| * add entries for msysJ. Peter Mugaas2016-11-011-6/+6
* | Add missing check for acl_is_trivial_np() to configure.acMartin Matuska2016-11-231-1/+12
|/
* Remove support for liblzmadec and use FindLibLZMAMartin Matuska2016-10-261-8/+0
* Libarchive 3.2.2v3.2.2releaseTim Kientzle2016-10-231-2/+2
* Switch Travis CI build to use the Ubuntu trusty imageMartin Matuska2016-10-171-1/+1
* Add build/ci_build.sh for automatic building on Travis CI, Jenkins, etc.Martin Matuska2016-10-141-1/+1
* Fill in checks and support for acl_get_fd_npTim Kientzle2016-09-041-1/+2
* Fix FreeBSD build: prefer struct xvfsconf to struct vfsconfTim Kientzle2016-09-041-0/+7
* For getvfsbyname on DragonFly, struct vfsconf has to be used and notJoerg Sonnenberger2016-06-231-0/+8
* Ignore the MT encoder in XZ 5.2 prerelease versions.Joerg Sonnenberger2016-06-221-2/+5
* In the past, OpenSSL was not needed by the main libarchive when the hashJoerg Sonnenberger2016-06-211-0/+1
* Support maintainer modeJoerg Sonnenberger2016-06-211-0/+1
* Libarchive 3.2.1v3.2.1Tim Kientzle2016-06-191-2/+2
* configure.ac: check acl/libacl.h and sys/acl.h based on requirementMaxin B. John2016-06-031-4/+5
* configure.ac: define HAVE_LZMA_STREAM_ENCODER_MT if it is detected properly.Juan RP2016-05-051-0/+3
* Libarchive 3.2.0v3.2.0Tim Kientzle2016-04-301-2/+2
* Issue 692: More robust check for lzma_stream_encoder_mtTim Kientzle2016-04-271-1/+11
* Define NTDDI_VERSION on Windows, default to Windows Server 2003 instead of WinXPTim Kientzle2016-04-241-2/+3
* 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