summaryrefslogtreecommitdiffstats
path: root/changes-entries (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-18ci: show non-traceX logs only.Yann Ylavic1-1/+1
2021-09-18ci: print error_log on perl-framework failure.Yann Ylavic1-13/+17
2021-09-17 *) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'Stefan Eissing5-3/+29
2021-09-15 *) mod_md: fixed a bug in handling multiple parallel OCSP requests. These c...Stefan Eissing6-14/+34
2021-09-14* Log the correct timeoutRuediger Pluem1-2/+2
2021-09-14fix time-of-use vs time-of-checkRuediger Pluem2-2/+2
2021-09-13 * adding tests to verfiy header field name length checksStefan Eissing1-0/+5
2021-09-11fr doc rebuildLucien Gentis2-2/+4
2021-09-11fr doc XML file update.Lucien Gentis1-2/+4
2021-09-10make the test work with LibreSSLGiovanni Bechis1-1/+1
2021-09-10 * Switch to using OpenSSL EVP_* API to avoid deprecation warnings withStefan Eissing2-15/+20
2021-09-10formatting change entry [skip ci]Stefan Eissing1-2/+2
2021-09-10 * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing10-8/+31
2021-09-09core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic8-14/+61
2021-09-09 * optimizing hook check as suggested by Yann.Stefan Eissing1-1/+2
2021-09-09 *core: clarify comments and use hook API better to check for presence of ca...Stefan Eissing2-4/+5
2021-09-07mpm_event: Follow up to r1893014: log when children are not spawned.Yann Ylavic1-1/+12
2021-09-07Sync CHANGES [skip ci].Yann Ylavic6-14/+19
2021-09-07core: Follow up to r1893030: Use special address for invalid r->method.Yann Ylavic1-2/+4
2021-09-07core: Initialize the request fields on read failure to avoid NULLs.Yann Ylavic2-0/+7
2021-09-07Revert r1893026, will re-commit with minimal changes to ease backport.Yann Ylavic2-9/+2
2021-09-07core: Initialize the request fields on read failure to avoid NULLs.Yann Ylavic2-2/+9
2021-09-07mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.Yann Ylavic2-1/+4
2021-09-07mpm_event: Fix children processes possibly not stopped on graceful restart.Yann Ylavic2-0/+5
2021-09-07test/time-sem.c: unlock the accept mutex before exiting (error conditions).Yann Ylavic1-0/+2
2021-09-07mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.Yann Ylavic1-6/+32
2021-09-07mod_unique_id: Follow up to r1892915: Shorter counter race condition yet.Yann Ylavic1-5/+3
2021-09-07core: Set r->request_time before any logging, mod_unique_id needs it.Yann Ylavic1-1/+3
2021-09-06mod_proxy: Follow up to r1892986: APLOGNO()Yann Ylavic2-2/+2
2021-09-06mod_proxy: Follow up to r1892814.Yann Ylavic1-21/+34
2021-09-05Fix a compilation error in the configuration where this is compiled.Christophe Jaillet1-1/+1
2021-09-05Fix some typo and doxygen issues.Christophe Jaillet1-8/+8
2021-09-05Reduce the time window where duplicates may be generated by mod_uniqueidChristophe Jaillet2-7/+9
2021-09-05Revert r1887244 and r1887245 which causes issues on WindowsChristophe Jaillet2-32/+24
2021-09-04Add an alternate syntax for <!-- comment ... -->Christophe Jaillet1-1/+3
2021-09-03Sync CHANGES [skip ci].Yann Ylavic5-11/+15
2021-09-03mod_proxy: Follow up to r1892814.Yann Ylavic1-1/+1
2021-09-03mod_proxy: Follow up to r1892740.Yann Ylavic1-11/+0
2021-09-03Second attempt at updating the Travis conditions to work properlyJoe Orton2-2/+41
2021-09-03Adjust Travis conditions for candidate-2.4.x tags.Joe Orton1-2/+2
2021-09-02mod_proxy: Faster unix socket path parsing in the "proxy:" URL.Yann Ylavic2-2/+4
2021-09-02mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.Yann Ylavic2-17/+6
2021-09-01mod_md:Stefan Eissing5-1/+49
2021-08-30mod_proxy: Fix potential tunneling infinite loop and spurious timeout.Yann Ylavic2-6/+27
2021-08-30Sync CHANGES entries [skip ci].Yann Ylavic7-35/+40
2021-08-30 * mod_deflate: refrain from reading buckets of known length, justStefan Eissing1-3/+8
2021-08-26Add HTTP/2 test job to Travis configuration.Joe Orton2-0/+39
2021-08-26test/modules/http2:Stefan Eissing2-7/+2
2021-08-25mod_http2: fixes a use-after-read of an integer value whenStefan Eissing1-14/+12
2021-08-25 * test/modules/http2: using stop/start instead of reload when changing apach...Stefan Eissing2-14/+21