| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK | Yann Ylavic | 2024-06-11 | 7 | -119/+164 |
* | CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149). | Joe Orton | 2024-06-10 | 1 | -1/+1 |
* | CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149). | Joe Orton | 2024-06-04 | 1 | -0/+2 |
* | Add avif mime type | Joe Orton | 2024-06-03 | 2 | -0/+2 |
* | mod_status: Fix missing initialization, follow up to r1918098 | Joe Orton | 2024-06-03 | 1 | -1/+1 |
* | Follow up to r1918098 (and r1918022): Actually bump the MMN. | Yann Ylavic | 2024-06-01 | 1 | -1/+1 |
* | Follow up to r1918098 (and r1918022): Push missing changes. | Yann Ylavic | 2024-06-01 | 2 | -4/+4 |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 10 | -58/+98 |
* | mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild" | Yann Ylavic | 2024-05-31 | 1 | -4/+2 |
* | CI: For LDAP tests, switch to using OpenLDAP slapd running on | Joe Orton | 2024-05-30 | 3 | -6/+6 |
* | Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali... | Yann Ylavic | 2024-05-29 | 4 | -2/+15 |
* | Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to a | Joe Orton | 2024-05-28 | 3 | -10/+28 |
* | mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. | Yann Ylavic | 2024-05-28 | 7 | -127/+159 |
* | Steal an APLONGO for PR 448. | Yann Ylavic | 2024-05-28 | 1 | -1/+1 |
* | *) mod_http2: sync with module's github. | Stefan Eissing | 2024-05-27 | 7 | -13/+86 |
* | steal a number | Stefan Eissing | 2024-05-27 | 1 | -1/+1 |
* | * modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.so | Joe Orton | 2024-05-22 | 1 | -1/+5 |
* | Explicitly reject CGI output which includes a Transfer-Encoding | Joe Orton | 2024-05-20 | 2 | -1/+10 |
* | Force ci build. | Yann Ylavic | 2024-05-13 | 1 | -1/+1 |
* | fr doc rebuild. | Lucien Gentis | 2024-05-11 | 4 | -162/+116 |
* | fr doc XML file update. | Lucien Gentis | 2024-05-11 | 1 | -48/+1 |
* | Steal a number. | Joe Orton | 2024-05-10 | 1 | -1/+1 |
* | Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555 | Joe Orton | 2024-05-09 | 4 | -62/+1 |
* | On Linux use the real thread id via gettid() in error logging, | Joe Orton | 2024-05-08 | 3 | -1/+12 |
* | * modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heap | Joe Orton | 2024-05-08 | 1 | -1/+5 |
* | * mod_tls: update version of rustls-ffi to v0.13.0. | Stefan Eissing | 2024-04-22 | 10 | -51/+91 |
* | fr doc rebuild. | Lucien Gentis | 2024-04-20 | 8 | -8/+16 |
* | fr doc XML files updates. | Lucien Gentis | 2024-04-20 | 2 | -2/+10 |
* | xform | Eric Covener | 2024-04-17 | 1 | -1/+9 |
* | doc recent addition ap_trust_cgilike_cl | Eric Covener | 2024-04-17 | 1 | -0/+8 |
* | Arrange pytest to run with mod_ssl, still skipping some tests. | Jean-Frederic Clere | 2024-04-16 | 11 | -17/+180 |
* | * server/core.c (set_override): Catch errors returned by | Joe Orton | 2024-04-16 | 1 | -2/+4 |
* | docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guides | Joe Orton | 2024-04-16 | 6 | -18/+19 |
* | make the compiler happy when using --enable-maintainer-mode | Jean-Frederic Clere | 2024-04-16 | 1 | -2/+1 |
* | * modules/generators/mod_cgi.c, mod_cgid.c: Since | Joe Orton | 2024-04-15 | 2 | -2/+0 |
* | CI: Update for OpenSSL 3.3.0, build with -Werror | Joe Orton | 2024-04-15 | 1 | -2/+3 |
* | fr doc rebuild. | Lucien Gentis | 2024-04-13 | 249 | -654/+689 |
* | fr doc XML files updates. | Lucien Gentis | 2024-04-13 | 3 | -5/+37 |
* | mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE. | Yann Ylavic | 2024-04-12 | 2 | -2/+8 |
* | mpm_worker: Fix AH00045 about children processes not terminating timely. | Yann Ylavic | 2024-04-12 | 2 | -18/+34 |
* | mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE. | Yann Ylavic | 2024-04-12 | 1 | -13/+11 |
* | mod_ssl_ct: Fix format warnings. | Yann Ylavic | 2024-04-12 | 1 | -2/+2 |
* | * modules/md: Fill in APLOGNO. | Jean-Frederic Clere | 2024-04-11 | 2 | -2/+2 |
* | * Ensure that we set the default DH parameters for the key | Ruediger Pluem | 2024-04-08 | 2 | -5/+9 |
* | mod_md: update to v2.4.26 | Stefan Eissing | 2024-04-08 | 17 | -283/+177 |
* | Fix occasional pytest failures | Rainer Jung | 2024-04-06 | 1 | -2/+2 |
* | Fix occasional pytest failures | Rainer Jung | 2024-04-05 | 1 | -2/+2 |
* | Fix failing pytest modules/http2/test_712_buffering.py:48. | Rainer Jung | 2024-04-05 | 1 | -1/+1 |
* | Fix pytest failure when using older nghttp2 | Rainer Jung | 2024-04-04 | 1 | -0/+1 |
* | bail after too many failed reads | Eric Covener | 2024-04-03 | 3 | -3/+9 |