summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* rand: follow up to r1814240: still honor --with-devrandom if specified.Yann Ylavic2018-06-011-13/+17
* configure: fix detection of net/if.h on openbsd.Yann Ylavic2018-03-221-2/+8
* Support IPv6 link-local address scope/zone mapping.Joe Orton2017-11-281-2/+4
* rand: follow up to r1814240.Yann Ylavic2017-11-041-0/+7
* rand: add support for getrandom() on Linux as an entropy source.Yann Ylavic2017-11-041-0/+10
* rand: add support for the arc4random API as an entropy source.Yann Ylavic2017-11-031-0/+9
* Also affects clang 5 (and maybe older versions too)Jim Jagielski2017-10-031-1/+1
* Macro doesn't exit hereJim Jagielski2017-10-021-1/+1
* Get maint mode working again w/ macOS Xcode 9 (clang-900)Jim Jagielski2017-10-021-0/+5
* locks: when pthread_mutex_timedlock() isn't available, fall back to anYann Ylavic2017-04-051-0/+5
* Do not try to use fdatasync() on macOS.Branko Čibej2017-04-051-0/+5
* Follow up to r1763665: use correct array initializer.Yann Ylavic2016-10-061-2/+2
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byYann Ylavic2016-10-061-0/+53
* * configure.in: Detect mkostemp, mkostemp64.Joe Orton2015-06-041-2/+2
* Switch to generic atomics for (unpatched) Solaris 10 not exporting some atomicYann Ylavic2015-04-231-1/+14
* Don't use mkstemp() on HP-UX. It is limited to creationJeff Trawick2015-04-041-2/+18
* build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation.Jeff Trawick2015-04-041-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-8/+18
* Add option to use guard pagesStefan Fritsch2014-05-091-1/+14
* Option to detect concurrent accesses to poolsStefan Fritsch2014-05-091-0/+8
* Revert sys/attr.h test for the time being, reapplying later as a complete patchWilliam A. Rowe Jr2014-02-121-1/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-0/+1
* Maintain ordering but use OVERRIDE if enabled AND foundJim Jagielski2014-01-251-5/+8
* *) Fix POSIX shared memory (shm_open) use for named shared memory.Jim Jagielski2014-01-251-5/+9
* Follow up to r1535027 and r1535157:Jeff Trawick2013-11-131-1/+1
* Fix fcntl(fd, F_GETFL) call in r1539374Stefan Fritsch2013-11-061-3/+3
* Use fcntl instead of SOCK_NONBLOCK to make socket nonblockingStefan Fritsch2013-11-061-2/+6
* * configure.in: Fix r1535027 for Linux kernel versions x.0.y.Joe Orton2013-10-231-1/+1
* * configure.in: Fix Linux kernel version detection, which did notJoe Orton2013-10-231-8/+16
* Trick autoconf into printing the correct default prefix in the helpStefan Fritsch2013-05-031-0/+3
* Mark apr_dbd_freetds as unsupported and remove it from all buildsNick Kew2013-03-301-1/+0
* Add valgrind supportStefan Fritsch2013-01-261-0/+16
* Resolve these warnings when linking test programs with the MinGW/MSYS toolchain:Jeff Trawick2012-08-141-6/+13
* * configure.in: Use AC_MSG_* rather than direct echo, making --quiet modeJoe Orton2012-06-061-26/+39
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding anGreg Ames2012-04-131-0/+19
* support for thread-hopping apr_pollset_* using z/OS async i/o. Greg Ames2012-04-031-0/+2
* apr_crypto: Crypto library detection runs twice (from main configure logicGraham Leggett2011-12-141-2/+0
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-6/+0
* Fix badly misplaced SUBSTWilliam A. Rowe Jr2011-05-291-0/+4
* Begin refactoring to prepare for ldap removalWilliam A. Rowe Jr2011-05-291-0/+1
* indentation fixJeff Trawick2011-04-171-12/+11
* improve sync between apr.h and apr.hwJeff Trawick2011-04-091-1/+12
* MinGW/MSYS: Support shared builds of APR, other general improvementsJeff Trawick2011-04-021-9/+21
* fix a bit of 'if FOO'/'ifdef FOO' confusionJeff Trawick2011-03-291-1/+1
* axe some commented-out mingw logicJeff Trawick2011-03-291-13/+0
* Fixed apr_ino_t typedef for MinGW builds.Guenter Knauf2011-03-291-8/+17
* Fixed mingw platform identifier to catch all cross compilers.Guenter Knauf2011-03-271-2/+2
* Moved platform-specific stuff to build/apr_hints.m4.Guenter Knauf2011-03-271-5/+0
* Removed duplicate already set in build/apr_hints.m4.Guenter Knauf2011-03-271-1/+0
* Revert r1085937 per Jeff's suggestion.Guenter Knauf2011-03-271-1/+0