summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwayswrowe2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorwrowe2019-04-011-24/+1
* Follow up to r1856189: sys/types.h possibly needed.ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.ylavic2019-03-251-1/+23
* The string conversion to apr_off_t is strtoll when it's a long long.ylavic2019-03-221-1/+1
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-11/+34
* Use proc mutex pthread by default when robust[_np]ylavic2019-03-221-0/+8
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,wrowe2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEwrowe2019-03-191-4/+9
* Quit redundantly looking up shlibpath_varwrowe2019-03-131-1/+4
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Revert 1839699, this contained unintended, additional noise. Re-correcting.wrowe2018-08-301-0/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>wrowe2018-08-301-0/+3
* If --with-installbuilddir is not supplied, it unconditially overrides the valuerjung2018-08-251-2/+2
* Provide APR_SIZEOF_OFF_T.ylavic2018-07-251-0/+7
* configure.in: match fallback apr_off_t type with the comment/format.ylavic2018-07-251-1/+1
* rand: follow up to r1814240: still honor --with-devrandom if specified.ylavic2018-06-011-13/+17
* configure: fix detection of net/if.h on openbsd.ylavic2018-03-221-2/+8
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-2/+4
* 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