summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Ignore the echoargs test appHEADmasterrpluem2023-05-100-0/+0
* * Add CHANGES entry for r1909474, r1909585, r1909586, r1909590rpluem2023-05-081-0/+3
* * Wait for the mock memcached to shutdown the socketrpluem2023-05-031-0/+3
* * Add missing test/memcachedmock.crpluem2023-05-031-0/+1
* Check sockets from connection pool before using them and try to reconnectrpluem2023-05-038-7/+509
* In case that we have threads store the apr_reslist parameters in therpluem2023-04-282-0/+12
* atomics: Follow up to r1909321: Windows does not use 64bit generic atomics.ylavic2023-04-211-4/+0
* atomics: Follow up to r1909321: remaining NEED_ATOMICS_GENERIC64.ylavic2023-04-211-1/+1
* atomics: Disentangle 32bit and 64bit atomics configuration.ylavic2023-04-2110-28/+37
* testatomic: Fix apr_uint64_t format to APR_UINT64_T_FMT.ylavic2023-04-211-2/+2
* apr_base64: Don't fault with assert() when NDEBUG is defined, abort() directly.ylavic2023-04-131-9/+22
* CHANGES: Drop my email from the changelog entries, for consistency.kotkov2023-04-121-3/+3
* CHANGES: Remove entries that were released in APR 1.7.3.kotkov2023-04-121-13/+0
* Add a regression test for the issue where appending to a buffered filekotkov2023-04-121-0/+45
* Revert r1808456 (Win32: Don't seek to the end when opening files withkotkov2023-04-123-54/+1
* Trigger ci?ylavic2023-04-011-1/+1
* Follow up to r1908503: restore INCLUDES setting.ylavic2023-03-271-0/+1
* tests: Follow up to r1908616: Simplify epoll_wait() check.ylavic2023-03-211-10/+10
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().ylavic2023-03-212-9/+66
* Follow up to r1897207: CHANGES entry.ylavic2023-03-201-0/+2
* Follow to r1908433: CHANGES entry.ylavic2023-03-201-0/+1
* crypto_openssl: Fix configure/detection of OPENSSL_init_crypto()ylavic2023-03-182-26/+17
* dbd_odbc: Fix SQL_INTEGER allocation size.ylavic2023-03-181-2/+2
* crypto: Follow up to r1908433: OPENSSL_API_COMPAT to 1.1.1.ylavic2023-03-171-1/+1
* crypto: Follow up to r1908433: streamline cleanups.ylavic2023-03-171-46/+62
* crypto: Follow up to r1908433: Fix EVP_MAC usage w/ openssl < 3.0.ylavic2023-03-171-0/+4
* configure: Follow up to r1906889: Run the test for pthread_setname_np().ylavic2023-03-161-4/+9
* ci: install to some writable directory.ylavic2023-03-161-1/+1
* ci: DSOs should be installed for apu_dso_load().ylavic2023-03-161-1/+3
* Follow up to r1908434: --with-openssl too.ylavic2023-03-161-1/+1
* Test --with-crypto in ci.ylavic2023-03-161-0/+2
* apr_crypto_openssl: Compatibility with OpenSSL 3+ylavic2023-03-162-191/+319
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...ylavic2023-03-155-10/+20
* * Add CHANGES entry for r1908248 [skip ci]rpluem2023-03-131-0/+4
* Fix crosscompiling detection in apr-1-configrpluem2023-03-102-7/+34
* * Add changes entry for r1907566 [skip ci]rpluem2023-03-071-0/+3
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-021-5/+12
* Revert r1907986.ylavic2023-03-023-18/+8
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-023-8/+18
* atomic: test 4-bytes aligned and/or cross-cacheline atomics (on 32bit systems).ylavic2023-03-021-19/+33
* The 'flags' field in apr_pollset_private_t looks unused.jailletc362023-02-191-1/+0
* Re-order the fields of 'struct apr_finfo_t' to avoid a hole and some padding.jailletc362023-02-191-2/+2
* duplicate linecovener2023-02-171-1/+0
* atomic64: Generic apr_atomic_read64() to always use a lock.ylavic2023-02-151-12/+0
* testatomic: initialize in the test the globals used by it.ylavic2023-02-151-0/+3
* configure: Test apr_uint64_t alignment for 64bit atomic builtins usability.ylavic2023-02-141-25/+43
* atomic: No raw 64bit load/store on 32bit systems or anything but x86_64 or s3...ylavic2023-02-142-8/+10
* Re-order the fields of 'struct apr_bucket_file' to avoid a hole and some padd...jailletc362023-02-141-5/+5
* * Since r1901037 Posix shared mem is prefered over SysV shared mem.rpluem2023-02-101-0/+7
* apr_atomic: Generic apr_atomic_read64() needs a mutex on 32bit systems (teari...ylavic2023-02-091-0/+19