summaryrefslogtreecommitdiffstats
path: root/server/error_bucket.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-10CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).Joe Orton1-1/+1
2024-06-04CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).Joe Orton1-0/+2
2024-06-03Add avif mime typeJoe Orton2-0/+2
2024-06-03mod_status: Fix missing initialization, follow up to r1918098Joe Orton1-1/+1
2024-06-01Follow up to r1918098 (and r1918022): Actually bump the MMN.Yann Ylavic1-1/+1
2024-06-01Follow up to r1918098 (and r1918022): Push missing changes.Yann Ylavic2-4/+4
2024-06-01mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic10-58/+98
2024-05-31mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild"Yann Ylavic1-4/+2
2024-05-30CI: For LDAP tests, switch to using OpenLDAP slapd running onJoe Orton3-6/+6
2024-05-29Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic4-2/+15
2024-05-28Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to aJoe Orton3-10/+28
2024-05-28 mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic7-127/+159
2024-05-28Steal an APLONGO for PR 448.Yann Ylavic1-1/+1
2024-05-27 *) mod_http2: sync with module's github.Stefan Eissing7-13/+86
2024-05-27steal a numberStefan Eissing1-1/+1
2024-05-22* modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.soJoe Orton1-1/+5
2024-05-20Explicitly reject CGI output which includes a Transfer-EncodingJoe Orton2-1/+10
2024-05-13Force ci build.Yann Ylavic1-1/+1
2024-05-11fr doc rebuild.Lucien Gentis4-162/+116
2024-05-11fr doc XML file update.Lucien Gentis1-48/+1
2024-05-10Steal a number.Joe Orton1-1/+1
2024-05-09Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555Joe Orton4-62/+1
2024-05-08On Linux use the real thread id via gettid() in error logging,Joe Orton3-1/+12
2024-05-08* modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heapJoe Orton1-1/+5
2024-04-22 * mod_tls: update version of rustls-ffi to v0.13.0. Stefan Eissing10-51/+91
2024-04-20fr doc rebuild.Lucien Gentis8-8/+16
2024-04-20fr doc XML files updates.Lucien Gentis2-2/+10
2024-04-17xformEric Covener1-1/+9
2024-04-17doc recent addition ap_trust_cgilike_clEric Covener1-0/+8
2024-04-16Arrange pytest to run with mod_ssl, still skipping some tests.Jean-Frederic Clere11-17/+180
2024-04-16* server/core.c (set_override): Catch errors returned byJoe Orton1-2/+4
2024-04-16docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guidesJoe Orton6-18/+19
2024-04-16make the compiler happy when using --enable-maintainer-modeJean-Frederic Clere1-2/+1
2024-04-15* modules/generators/mod_cgi.c, mod_cgid.c: SinceJoe Orton2-2/+0
2024-04-15CI: Update for OpenSSL 3.3.0, build with -WerrorJoe Orton1-2/+3
2024-04-13fr doc rebuild.Lucien Gentis249-654/+689
2024-04-13fr doc XML files updates.Lucien Gentis3-5/+37
2024-04-12mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE.Yann Ylavic2-2/+8
2024-04-12mpm_worker: Fix AH00045 about children processes not terminating timely.Yann Ylavic2-18/+34
2024-04-12mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE.Yann Ylavic1-13/+11
2024-04-12mod_ssl_ct: Fix format warnings.Yann Ylavic1-2/+2
2024-04-11* modules/md: Fill in APLOGNO.Jean-Frederic Clere2-2/+2
2024-04-08* Ensure that we set the default DH parameters for the keyRuediger Pluem2-5/+9
2024-04-08mod_md: update to v2.4.26Stefan Eissing17-283/+177
2024-04-06Fix occasional pytest failuresRainer Jung1-2/+2
2024-04-05Fix occasional pytest failuresRainer Jung1-2/+2
2024-04-05Fix failing pytest modules/http2/test_712_buffering.py:48.Rainer Jung1-1/+1
2024-04-04Fix pytest failure when using older nghttp2Rainer Jung1-0/+1
2024-04-03bail after too many failed readsEric Covener3-3/+9
2024-04-03header validation after content-* are eval'edEric Covener1-15/+24