summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* apr_sleep: use nanosleep() when available.Yann Ylavic2021-11-261-0/+4
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-9/+36
* Revert r1894618.Yann Ylavic2021-10-291-36/+9
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-9/+36
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatGraham Leggett2021-10-251-0/+2
* More revert of r1887500.Yann Ylavic2021-03-111-3/+0
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-0/+3
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...Jim Jagielski2020-10-291-1/+5
* * configure.in: Add --enable-thread-debug, which definesJoe Orton2020-06-011-0/+7
* Add a cache check with which users who cross-compile APRGraham Leggett2020-03-101-7/+5
* Don't try to use PROC_PTHREAD by default when cross compiling.Graham Leggett2020-02-051-2/+8
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>Graham Leggett2019-12-261-0/+5
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.Graham Leggett2019-12-261-7/+7
* Add --tag=CC to libtool invocations. PR 62640.Graham Leggett2019-08-171-2/+2
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwaysWilliam A. Rowe Jr2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorWilliam A. Rowe Jr2019-04-011-24/+1
* Follow up to r1856189: sys/types.h possibly needed.Yann Ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.Yann Ylavic2019-03-251-1/+23
* The string conversion to apr_off_t is strtoll when it's a long long.Yann Ylavic2019-03-221-1/+1
* Use stdint/inttypes 64bit types/formats when both available.Yann Ylavic2019-03-221-11/+34
* Use proc mutex pthread by default when robust[_np]Yann Ylavic2019-03-221-0/+8
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,William A. Rowe Jr2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEWilliam A. Rowe Jr2019-03-191-4/+9
* Quit redundantly looking up shlibpath_varWilliam A. Rowe Jr2019-03-131-1/+4
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+0
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-0/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+0
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>William A. Rowe Jr2018-08-301-0/+3
* If --with-installbuilddir is not supplied, it unconditially overrides the valueRainer Jung2018-08-251-2/+2
* Provide APR_SIZEOF_OFF_T.Yann Ylavic2018-07-251-0/+7
* configure.in: match fallback apr_off_t type with the comment/format.Yann Ylavic2018-07-251-1/+1
* 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