| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Follow up to r1906889: Run the test for pthread_setname_np(). | Yann Ylavic | 2023-03-16 | 1 | -4/+9 |
* | Revert r1907986. | Yann Ylavic | 2023-03-02 | 1 | -2/+2 |
* | configure: atomic builtins might be implemented for i586 and i686. | Yann Ylavic | 2023-03-02 | 1 | -2/+2 |
* | Merge thread-name branch (PR 60587) [1]: | Ivan Zhakov | 2023-01-21 | 1 | -0/+24 |
|\ |
|
| * | crude check for pthread_setname_np | Eric Covener | 2022-06-28 | 1 | -0/+24 |
* | | Fix further strict C99 compliance issue. (fixes #37) | Joe Orton | 2023-01-11 | 1 | -0/+20 |
* | | Fix configure for compilers which don't accept implicit | Joe Orton | 2023-01-03 | 3 | -4/+4 |
* | | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 1 | -7/+7 |
|/ |
|
* | set -lxml2 in non xml2-config case | Eric Covener | 2022-06-22 | 1 | -0/+2 |
* | Add minimal vcpkg ports/apr-2 | Mladen Turk | 2021-12-03 | 2 | -0/+64 |
* | Since runtime SCTP detection is dependent on kernel configuration, add | Joe Orton | 2021-10-12 | 1 | -2/+15 |
* | Update config.guess and config.sub from | Rainer Jung | 2021-08-31 | 2 | -826/+998 |
* | Follow up to r1887279: fix new APR_TRY_COMPILE_NO_WARNING. | Yann Ylavic | 2021-03-24 | 1 | -2/+9 |
* | build/apr_common.m4: avoid explicit inclusion of "confdefs.h" | Yann Ylavic | 2021-03-06 | 1 | -6/+2 |
* | inet_addr requires #include <arpa/inet.h> | Jim Jagielski | 2020-10-29 | 1 | -0/+3 |
* | calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d... | Jim Jagielski | 2020-10-29 | 2 | -0/+18 |
* | Use a more conventional perl path | William A. Rowe Jr | 2020-08-05 | 1 | -1/+1 |
* | Correctly observe links as distinct from files to avoid modifying them. | William A. Rowe Jr | 2020-08-05 | 1 | -1/+1 |
* | Avoid traversing .git or .svn trees, avoid correcting non-file entities (e.g.... | William A. Rowe Jr | 2020-08-05 | 1 | -1/+3 |
* | Use the xml2-config tool to configure libxml2. Revert changes to expat build | Graham Leggett | 2020-07-25 | 1 | -39/+50 |
* | APR's configure script uses AC_TRY_RUN to detect whether the return type | Graham Leggett | 2020-03-10 | 1 | -7/+4 |
* | * Add to correct include variable | Ruediger Pluem | 2020-01-10 | 1 | -1/+1 |
* | Update config.guess and config.sub from | Rainer Jung | 2020-01-01 | 2 | -10/+15 |
* | Teach configure how to find and build against MariaDB 10.2. PR 61517 | Graham Leggett | 2019-12-28 | 1 | -23/+33 |
* | Submitted by: Hongxu Jia <hongxu.jia@windriver.com> | Graham Leggett | 2019-12-26 | 3 | -1/+130 |
* | Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053. | Graham Leggett | 2019-12-26 | 1 | -37/+0 |
* | apr_crypto_commoncrypto: Remove stray reference to -lcrypto that | Graham Leggett | 2019-11-06 | 1 | -2/+2 |
* | Update config.guess and config.sub from | Rainer Jung | 2019-07-17 | 2 | -62/+233 |
* | Revert r1833421 et al: | Graham Leggett | 2019-06-24 | 1 | -15/+0 |
* | apr_crypto_openssl: Remove unused link to the ssl library. | Graham Leggett | 2019-06-23 | 1 | -3/+3 |
* | apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL | Graham Leggett | 2019-06-23 | 1 | -1/+1 |
* | Allow NSS to be found on MacPorts installations. | Graham Leggett | 2019-06-10 | 1 | -1/+1 |
* | Pull out caller actions from AC_CACHE_CHECK in APR_CHECK_TYPES_FMT_COMPATIBLE. | Yann Ylavic | 2019-03-22 | 1 | -5/+10 |
* | Use stdint/inttypes 64bit types/formats when both available. | Yann Ylavic | 2019-03-22 | 1 | -1/+5 |
* | Use proc mutex pthread by default when robust[_np] | Yann Ylavic | 2019-03-22 | 1 | -1/+32 |
* | Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLE | William A. Rowe Jr | 2019-03-19 | 1 | -3/+27 |
* | Silence some leftover noisy trace logic | William A. Rowe Jr | 2019-03-13 | 1 | -1/+0 |
* | Update config.guess and config.sub from | Rainer Jung | 2019-01-01 | 2 | -1547/+1517 |
* | Fix Python3 compatibility. | Branko Čibej | 2018-11-17 | 1 | -1/+2 |
* | Fix test coverage functionality | Christophe Jaillet | 2018-09-07 | 1 | -11/+40 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | William A. Rowe Jr | 2018-08-30 | 1 | -3/+1 |
* | Revert 1839699, this contained unintended, additional noise. Re-correcting. | William A. Rowe Jr | 2018-08-30 | 1 | -1/+3 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | William A. Rowe Jr | 2018-08-30 | 1 | -3/+1 |
* | Submitted by: Hongxu Jia <hongxu.jia@windriver.com> | William A. Rowe Jr | 2018-08-30 | 1 | -1/+3 |
* | crypto: follow up to r1833421. | Yann Ylavic | 2018-08-04 | 1 | -1/+1 |
* | * build/buildcheck.sh, buildconf: Detect and run under Python 3 or 2, | Joe Orton | 2018-06-27 | 2 | -23/+26 |
* | apr_crypto: follow up to r1833359: export full <lib>_LDFLAGS. | Yann Ylavic | 2018-06-12 | 1 | -7/+7 |
* | apr_crypto: follow up to r1833359. | Yann Ylavic | 2018-06-12 | 1 | -0/+10 |
* | Add missing svn:eol-style = native flags. | Yann Ylavic | 2018-06-11 | 1 | -211/+211 |
* | Cryptographic Pseudo Random Number Generator (CPRNG). | Yann Ylavic | 2018-06-11 | 1 | -0/+11 |