summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge leading slashes by defaultEric Covener2024-07-153-1/+26
* core: ap_location_walk() does not deal with the filesystemYann Ylavic2024-07-121-1/+1
* mod_status: "Threads" span three colomns (busy, graceful, idle), not two.Yann Ylavic2024-07-111-1/+1
* mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomnYann Ylavic2024-07-111-1/+1
* test http1, add version check for trailer testsStefan Eissing2024-07-111-0/+4
* sync test code with mod-h2Stefan Eissing2024-07-107-4/+61
* mod_md: Keep compat with openssl < 1.1Yann Ylavic2024-07-081-13/+38
* Follow up to r1919023: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Don't mangle r->filename when ap_proxy_canon_netloc() fails.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) forYann Ylavic2024-07-086-181/+176
* Follow up to r1919015: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160Yann Ylavic2024-07-082-4/+23
* fr doc rebuild.Lucien Gentis2024-07-0613-43/+112
* fr doc XML files updates.Lucien Gentis2024-07-064-9/+71
* * Check for correct OpenSSL version for mod_ssl_ctRuediger Pluem2024-07-051-1/+11
* mention quirks, add example, clarifyEric Covener2024-07-041-8/+15
* mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed.Yann Ylavic2024-07-033-13/+16
* * Changelog for r1918880Ruediger Pluem2024-07-031-0/+2
* * 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
* remove openssl vs. event commentEric Covener2024-07-011-5/+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-264-30/+33
* 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-264-23/+45
* 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-252-2/+2
* pytest: fix asset list extraction from nghttp outputRainer Jung2024-06-251-1/+1
* docs bld breakEric Covener2024-06-243-2/+3
* MMN bump for recent additionsEric Covener2024-06-241-1/+3
* block inadvertent subst of special filenamesEric Covener2024-06-241-12/+26
* tighten up prefix_stat and %3f handlingEric Covener2024-06-243-28/+149
* add ap_set_content_type_ex to differentiateEric Covener2024-06-2411-25/+51
* mod_proxy: escape for non-proxypass configurationEric Covener2024-06-241-2/+5
* add UNCList directive on Windows Eric Covener2024-06-244-0/+156
* mod_http2: early exit if bb is nullEric Covener2024-06-241-0/+7
* fr doc rebuild.Lucien Gentis2024-06-221-0/+1
* fr doc xml file update.Lucien Gentis2024-06-221-1/+2
* mpm_event: Follow up to r1918482: CONN_STATE_LINGER* are not the last anymore.Yann Ylavic2024-06-211-8/+15
* mpm_event: Follow up to r1918482: CONN_STATE_ASYNC_WAITIO > CONN_STATE_LINGER.Yann Ylavic2024-06-211-1/+1
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-218-76/+70
* 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