summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1919620: CHANGES entry indent.Yann Ylavic2024-08-011-1/+1
* mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME. PR 69203Yann Ylavic2024-08-012-24/+15
* Follow up to r1919617: Better CHANGES entry per Eric.Yann Ylavic2024-08-011-1/+1
* mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...Yann Ylavic2024-08-014-14/+22
* Follow-up to r1919587: CMake: Fix type in variable name (MODULES_SYNMBOLS -> ...Ivan Zhakov2024-07-312-2/+2
* Follow-up to r1919413: CMake: Use configure_file() instead of file(write)Ivan Zhakov2024-07-302-61/+46
* * modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 ratherJoe Orton2024-07-291-2/+2
* Add some compatibility notes for some mod_rewrite flags added in lte last rel...Christophe Jaillet2024-07-282-3/+9
* Add a new <since> tag to ease writing compatibility notes.Christophe Jaillet2024-07-2812-0/+32
* mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk.Yann Ylavic2024-07-271-5/+5
* Trigger ciYann Ylavic2024-07-271-1/+1
* mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.Yann Ylavic2024-07-262-5/+8
* *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLsYann Ylavic2024-07-262-9/+29
* fr doc rebuild.Lucien Gentis2024-07-262-4/+11
* fr doc XML file update.Lucien Gentis2024-07-261-1/+9
* CI: Fix OpenSSL tarball download URLs after openssl.org site refreshJoe Orton2024-07-263-10/+32
* * modules/core/mod_so.c (load_module): Log the file/lineno for aJoe Orton2024-07-241-2/+4
* Reenable test class, upstream bug fixed in pebble.Rainer Jung2024-07-241-5/+5
* xformsEric Covener2024-07-234-7/+14
* use UNCList in UNC examplesEric Covener2024-07-231-0/+8
* CMake: Use TARGET_COMPILE_DEFINITIONS to set preprocessor definitions.Ivan Zhakov2024-07-211-22/+35
* * .github/workflows/windows.yml: Install openssl.Ivan Zhakov2024-07-201-1/+1
* * .github/workflows/windows.yml: Fix syntax error.Ivan Zhakov2024-07-201-1/+1
* * .github/workflows/windows.yml: Fix syntax error.Ivan Zhakov2024-07-201-2/+0
* * .github/workflows/windows.yml: Try to use Ninja for Windows CI build.Ivan Zhakov2024-07-201-6/+15
* Remove awk dependency when building using CMake. Before this awk was requiredIvan Zhakov2024-07-203-21/+96
* * .github/workflows/windows.yml: Enable VCPKG artifacts caching.Ivan Zhakov2024-07-201-0/+2
* fr doc rebuild.Lucien Gentis2024-07-202-1/+17
* fr doc XML files updates.Lucien Gentis2024-07-202-2/+17
* * build/build-modules-c.awk: Add AP_DECLARE_DATA to ap_prelinked_modules,Ivan Zhakov2024-07-201-3/+3
* * .github/workflows/windows.yml: Add quotes for -DAPR_LIBRARIES argument.Ivan Zhakov2024-07-201-1/+1
* * .github/workflows/windows.yml: Enable HTTPD private headers when installingIvan Zhakov2024-07-201-1/+1
* CI: Add Windows GitHub Action job. Not really tested.Ivan Zhakov2024-07-201-0/+54
* * 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