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