summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* rand: follow up to r1814240.ylavic2017-11-041-0/+7
* rand: add support for getrandom() on Linux as an entropy source.ylavic2017-11-041-0/+10
* rand: add support for the arc4random API as an entropy source.ylavic2017-11-031-0/+9
* Also affects clang 5 (and maybe older versions too)jim2017-10-031-1/+1
* Macro doesn't exit herejim2017-10-021-1/+1
* Get maint mode working again w/ macOS Xcode 9 (clang-900)jim2017-10-021-0/+5
* locks: when pthread_mutex_timedlock() isn't available, fall back to anylavic2017-04-051-0/+5
* Do not try to use fdatasync() on macOS.brane2017-04-051-0/+5
* Follow up to r1763665: use correct array initializer.ylavic2016-10-061-2/+2
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byylavic2016-10-061-0/+53
* * configure.in: Detect mkostemp, mkostemp64.jorton2015-06-041-2/+2
* Switch to generic atomics for (unpatched) Solaris 10 not exporting some atomicylavic2015-04-231-1/+14
* Don't use mkstemp() on HP-UX. It is limited to creationtrawick2015-04-041-2/+18
* build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation.trawick2015-04-041-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-8/+18
* Add option to use guard pagessf2014-05-091-1/+14
* Option to detect concurrent accesses to poolssf2014-05-091-0/+8
* Revert sys/attr.h test for the time being, reapplying later as a complete patchwrowe2014-02-121-1/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-121-0/+1
* Maintain ordering but use OVERRIDE if enabled AND foundjim2014-01-251-5/+8
* *) Fix POSIX shared memory (shm_open) use for named shared memory.jim2014-01-251-5/+9
* Follow up to r1535027 and r1535157:trawick2013-11-131-1/+1
* Fix fcntl(fd, F_GETFL) call in r1539374sf2013-11-061-3/+3
* Use fcntl instead of SOCK_NONBLOCK to make socket nonblockingsf2013-11-061-2/+6
* * configure.in: Fix r1535027 for Linux kernel versions x.0.y.jorton2013-10-231-1/+1
* * configure.in: Fix Linux kernel version detection, which did notjorton2013-10-231-8/+16
* Trick autoconf into printing the correct default prefix in the helpsf2013-05-031-0/+3
* Mark apr_dbd_freetds as unsupported and remove it from all buildsniq2013-03-301-1/+0
* Add valgrind supportsf2013-01-261-0/+16
* Resolve these warnings when linking test programs with the MinGW/MSYS toolchain:trawick2012-08-141-6/+13
* * configure.in: Use AC_MSG_* rather than direct echo, making --quiet modejorton2012-06-061-26/+39
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding angregames2012-04-131-0/+19
* support for thread-hopping apr_pollset_* using z/OS async i/o. gregames2012-04-031-0/+2
* apr_crypto: Crypto library detection runs twice (from main configure logicminfrin2011-12-141-2/+0
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.wrowe2011-05-311-6/+0
* Fix badly misplaced SUBSTwrowe2011-05-291-0/+4
* Begin refactoring to prepare for ldap removalwrowe2011-05-291-0/+1
* indentation fixtrawick2011-04-171-12/+11
* improve sync between apr.h and apr.hwtrawick2011-04-091-1/+12
* MinGW/MSYS: Support shared builds of APR, other general improvementstrawick2011-04-021-9/+21
* fix a bit of 'if FOO'/'ifdef FOO' confusiontrawick2011-03-291-1/+1
* axe some commented-out mingw logictrawick2011-03-291-13/+0
* Fixed apr_ino_t typedef for MinGW builds.fuankg2011-03-291-8/+17
* Fixed mingw platform identifier to catch all cross compilers.fuankg2011-03-271-2/+2
* Moved platform-specific stuff to build/apr_hints.m4.fuankg2011-03-271-5/+0
* Removed duplicate already set in build/apr_hints.m4.fuankg2011-03-271-1/+0
* Revert r1085937 per Jeff's suggestion.fuankg2011-03-271-1/+0
* Set APR_HAS_OS_UUID=1 for Windows builds.fuankg2011-03-271-0/+1
* Fixed process.h detection with configure builds.fuankg2011-03-261-0/+1
* Support selection of libxml2 vs expat in autoconf build.niq2011-03-251-2/+3