summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Restore SSL dumping for OpenSSL >= 3.0. Ruediger Pluem2024-07-031-14/+47
* * Follow up to r1918814: Strings are from configuration and thus trustedRuediger Pluem2024-07-025-9/+9
* * Follow up to r1918814: Always trust content types that we set literallyRuediger Pluem2024-07-021-2/+2
* * Always trust content types that we set literallyRuediger Pluem2024-07-0217-25/+25
* maintain trusted flagEric Covener2024-07-011-1/+1
* match AP_IS_SLASH macroEric Covener2024-06-261-1/+1
* don't add / to / in the non-perdirEric Covener2024-06-261-8/+4
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-8/+10
* mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...Yann Ylavic2024-06-263-20/+21
* mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out.Yann Ylavic2024-06-261-1/+2
* mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.Yann Ylavic2024-06-263-22/+43
* fix comparison of local path on WindowsEric Covener2024-06-251-1/+16
* validate hostnameEric Covener2024-06-251-0/+11
* * modules/mappers/mod_rewrite.c: Fill in logno.Joe Orton2024-06-251-1/+1
* block inadvertent subst of special filenamesEric Covener2024-06-241-12/+26
* tighten up prefix_stat and %3f handlingEric Covener2024-06-241-28/+123
* add ap_set_content_type_ex to differentiateEric Covener2024-06-247-23/+31
* mod_proxy: escape for non-proxypass configurationEric Covener2024-06-241-2/+5
* mod_http2: early exit if bb is nullEric Covener2024-06-241-0/+7
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-213-19/+17
* mod_proxy: Follow up to r1918438: Don't cleanup conn before running the addre...Yann Ylavic2024-06-191-2/+2
* mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only.Yann Ylavic2024-06-191-21/+26
* mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is al...Yann Ylavic2024-06-191-1/+11
* mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change.Yann Ylavic2024-06-181-20/+38
* mod_proxy: Fix DNS requests and connections closed before the configured addr...Yann Ylavic2024-06-181-9/+10
* fix win cmake build by prefixing local enum valuesEric Covener2024-06-131-21/+21
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-113-34/+42
* CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).Joe Orton2024-06-101-1/+1
* mod_status: Fix missing initialization, follow up to r1918098Joe Orton2024-06-031-1/+1
* Follow up to r1918098 (and r1918022): Push missing changes.Yann Ylavic2024-06-012-4/+4
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-014-10/+20
* Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic2024-05-293-1/+13
* Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to aJoe Orton2024-05-283-10/+28
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-282-5/+10
* *) mod_http2: sync with module's github.Stefan Eissing2024-05-277-13/+86
* * modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.soJoe Orton2024-05-221-1/+5
* Explicitly reject CGI output which includes a Transfer-EncodingJoe Orton2024-05-201-1/+6
* Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555Joe Orton2024-05-093-18/+1
* * modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heapJoe Orton2024-05-081-1/+5
* * mod_tls: update version of rustls-ffi to v0.13.0. Stefan Eissing2024-04-224-46/+71
* * modules/generators/mod_cgi.c, mod_cgid.c: SinceJoe Orton2024-04-152-2/+0
* mod_ssl_ct: Fix format warnings.Yann Ylavic2024-04-121-2/+2
* * modules/md: Fill in APLOGNO.Jean-Frederic Clere2024-04-111-1/+1
* * Ensure that we set the default DH parameters for the keyRuediger Pluem2024-04-081-5/+6
* mod_md: update to v2.4.26Stefan Eissing2024-04-087-16/+89
* bail after too many failed readsEric Covener2024-04-033-3/+9
* header validation after content-* are eval'edEric Covener2024-04-031-15/+24
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-037-3/+66
* mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.Yann Ylavic2024-03-261-2/+4
* mod_systemd: if SELinux is available and enabled, log the SELinuxJoe Orton2024-03-152-1/+31