| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Follow up to r1908616: Simplify epoll_wait() check. | Yann Ylavic | 2023-03-21 | 1 | -10/+10 |
* | tests: check whether epoll_wait() timeout is reliable and adjust justsleep(). | Yann Ylavic | 2023-03-21 | 1 | -2/+43 |
* | Fix crosscompiling detection in apr-1-config | Ruediger Pluem | 2023-03-10 | 1 | -0/+12 |
* | configure: atomic builtins might be implemented for i586 and i686. | Yann Ylavic | 2023-03-02 | 1 | -5/+12 |
* | Revert r1907986. | Yann Ylavic | 2023-03-02 | 1 | -12/+5 |
* | configure: atomic builtins might be implemented for i586 and i686. | Yann Ylavic | 2023-03-02 | 1 | -5/+12 |
* | configure: Test apr_uint64_t alignment for 64bit atomic builtins usability. | Yann Ylavic | 2023-02-14 | 1 | -25/+43 |
* | * Since r1901037 Posix shared mem is prefered over SysV shared mem. | Ruediger Pluem | 2023-02-10 | 1 | -0/+7 |
* | * configure.in: Fix variable-length-array detection for recent gcc | Joe Orton | 2023-01-23 | 1 | -1/+2 |
* | Merge thread-name branch (PR 60587) [1]: | Ivan Zhakov | 2023-01-21 | 1 | -0/+1 |
|\ |
|
| * | crude check for pthread_setname_np | Eric Covener | 2022-06-28 | 1 | -0/+1 |
* | | force USE_SHMEM_SHMGET on AIX | Eric Covener | 2023-01-19 | 1 | -0/+4 |
* | | Further strict C99 configure fix: | Joe Orton | 2023-01-17 | 1 | -1/+1 |
* | | Fix further strict C99 compliance issue. (fixes #37) | Joe Orton | 2023-01-11 | 1 | -3/+6 |
* | | Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk. | Yann Ylavic | 2022-10-20 | 1 | -2/+1 |
* | | configure: Link to libcrypt (when available) for apr_password_validate. | Yann Ylavic | 2022-10-20 | 1 | -1/+2 |
|/ |
|
* | atomic: Detect 32bit and 64bit atomic builtins separately. | Yann Ylavic | 2022-06-26 | 1 | -6/+95 |
* | Prefer posix shared mem over SysV in all cases: | Jim Jagielski | 2022-05-18 | 1 | -4/+4 |
* | apr_sleep: use nanosleep() when available. | Yann Ylavic | 2021-11-26 | 1 | -0/+4 |
* | apr_atomic: Use __atomic builtins when available. | Yann Ylavic | 2021-10-29 | 1 | -9/+36 |
* | Revert r1894618. | Yann Ylavic | 2021-10-29 | 1 | -36/+9 |
* | apr_atomic: Use __atomic builtins when available. | Yann Ylavic | 2021-10-29 | 1 | -9/+36 |
* | apr_brigade_split_boundary: Provide a memmem implementation on platforms that | Graham Leggett | 2021-10-25 | 1 | -0/+2 |
* | More revert of r1887500. | Yann Ylavic | 2021-03-11 | 1 | -3/+0 |
* | Follow up to r1887060: fix compilation on BEOS. | Yann Ylavic | 2021-03-11 | 1 | -0/+3 |
* | calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d... | Jim Jagielski | 2020-10-29 | 1 | -1/+5 |
* | * configure.in: Add --enable-thread-debug, which defines | Joe Orton | 2020-06-01 | 1 | -0/+7 |
* | Add a cache check with which users who cross-compile APR | Graham Leggett | 2020-03-10 | 1 | -7/+5 |
* | Don't try to use PROC_PTHREAD by default when cross compiling. | Graham Leggett | 2020-02-05 | 1 | -2/+8 |
* | Submitted by: Hongxu Jia <hongxu.jia@windriver.com> | Graham Leggett | 2019-12-26 | 1 | -0/+5 |
* | Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053. | Graham Leggett | 2019-12-26 | 1 | -7/+7 |
* | Add --tag=CC to libtool invocations. PR 62640. | Graham Leggett | 2019-08-17 | 1 | -2/+2 |
* | Simplify avoiding the dirread_r deprecated and unwise invocations, by always | William A. Rowe Jr | 2019-04-01 | 1 | -4/+2 |
* | Revert r1789258, r1856189, r1856191 following discussion on list, in favor | William A. Rowe Jr | 2019-04-01 | 1 | -24/+1 |
* | Follow up to r1856189: sys/types.h possibly needed. | Yann Ylavic | 2019-03-25 | 1 | -0/+1 |
* | Follow up to r1789258: configure to detect whether readdir() is thread-safe. | Yann Ylavic | 2019-03-25 | 1 | -1/+23 |
* | The string conversion to apr_off_t is strtoll when it's a long long. | Yann Ylavic | 2019-03-22 | 1 | -1/+1 |
* | Use stdint/inttypes 64bit types/formats when both available. | Yann Ylavic | 2019-03-22 | 1 | -11/+34 |
* | Use proc mutex pthread by default when robust[_np] | Yann Ylavic | 2019-03-22 | 1 | -0/+8 |
* | Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE, | William A. Rowe Jr | 2019-03-19 | 1 | -11/+18 |
* | Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLE | William A. Rowe Jr | 2019-03-19 | 1 | -4/+9 |
* | Quit redundantly looking up shlibpath_var | William A. Rowe Jr | 2019-03-13 | 1 | -1/+4 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | William A. Rowe Jr | 2018-08-30 | 1 | -3/+0 |
* | Revert 1839699, this contained unintended, additional noise. Re-correcting. | William A. Rowe Jr | 2018-08-30 | 1 | -0/+3 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | William A. Rowe Jr | 2018-08-30 | 1 | -3/+0 |
* | Submitted by: Hongxu Jia <hongxu.jia@windriver.com> | William A. Rowe Jr | 2018-08-30 | 1 | -0/+3 |
* | If --with-installbuilddir is not supplied, it unconditially overrides the value | Rainer Jung | 2018-08-25 | 1 | -2/+2 |
* | Provide APR_SIZEOF_OFF_T. | Yann Ylavic | 2018-07-25 | 1 | -0/+7 |
* | configure.in: match fallback apr_off_t type with the comment/format. | Yann Ylavic | 2018-07-25 | 1 | -1/+1 |
* | rand: follow up to r1814240: still honor --with-devrandom if specified. | Yann Ylavic | 2018-06-01 | 1 | -13/+17 |