summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * CMakeLists.txt: By default use PCRE2 CMake package if supported.Ivan Zhakov2024-07-201-1/+5
* * os/win32/modules.c: Include "ap_config.h" to match the file generated byIvan Zhakov2024-07-201-0/+1
* * os/win32/modules.c: Add AP_DECLARE_DATA to ap_prelinked_module_symbolsIvan Zhakov2024-07-201-1/+1
* Skip more h2 tests in preforkRainer Jung2024-07-182-2/+4
* Skip h2 tests on preforkRainer Jung2024-07-184-0/+13
* Fix typo in test nameRainer Jung2024-07-171-2/+2
* mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197.Yann Ylavic2024-07-172-18/+92
* core: Improve AP_REQUEST_ #defines.Yann Ylavic2024-07-161-2/+2
* Make sure pytest shuts down the web server after each packageRainer Jung2024-07-165-0/+24
* copy the trusted flag from the subrequestEric Covener2024-07-151-1/+1
* 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