summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...Yann Ylavic2024-08-011-1/+2
* core: Improve AP_REQUEST_ #defines.Yann Ylavic2024-07-161-2/+2
* factor out IS_SLASH, perdir fixEric Covener2024-06-262-1/+13
* mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.Yann Ylavic2024-06-261-1/+2
* MMN bump for recent additionsEric Covener2024-06-241-1/+3
* add ap_set_content_type_ex to differentiateEric Covener2024-06-242-0/+18
* add UNCList directive on Windows Eric Covener2024-06-242-0/+28
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-214-15/+13
* * include/httpd.h: Fix comment.Joe Orton2024-06-131-1/+1
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-113-10/+19
* Follow up to r1918098 (and r1918022): Actually bump the MMN.Yann Ylavic2024-06-011-1/+1
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-013-4/+7
* Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic2024-05-291-1/+2
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-282-11/+16
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-031-0/+2
* Update copyright yearRainer Jung2024-03-301-1/+1
* regex: Add AP_REG_NOTEMPTY_ATSTART maching option.Yann Ylavic2024-01-162-1/+4
* regex: Add ap_regexec_ex() which can take a starting offset to match from.Yann Ylavic2024-01-162-5/+25
* * include/ap_socache.h: Update comment only, to remove reference toJoe Orton2023-11-221-3/+4
* mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().Yann Ylavic2023-09-211-1/+2
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-1/+2
* request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet).Yann Ylavic2023-06-231-2/+3
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-202-1/+27
* * Fix copy and paste errorRuediger Pluem2023-06-091-1/+1
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-012-1/+7
* core: Add the token_checker hook, that allows authentication to takeGraham Leggett2023-04-253-1/+71
* Include header file for the explicit regex.Graham Leggett2023-04-141-6/+6
* core: Be explicit if an enclosing directive contains a path or aGraham Leggett2023-04-141-1/+2
* Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF.Yann Ylavic2023-03-201-1/+2
* util_time: Follow up to r1908383: ap_recent_ctime_ex() docx about trailing NUL.Yann Ylavic2023-03-141-1/+1
* core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.Yann Ylavic2023-03-141-0/+2
* Do not double encode encoded slashesRuediger Pluem2023-03-131-1/+2
* bundle in r1904518Eric Covener2023-01-091-1/+1
* bump againJim Jagielski2022-12-011-1/+1
* Bump mmnJim Jagielski2022-11-301-9/+10
* core: Apply ap_max_mem_free to created threads' pool allocator.Yann Ylavic2022-07-151-30/+26
* handle large writes in ap_rputsEric Covener2022-06-011-1/+21
* Fix some typoChristophe Jaillet2022-05-081-2/+2
* *) core: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing2022-04-192-1/+4
* Merge PR 311:Stefan Eissing2022-04-133-6/+25
* Remove libsystemd dependency from main httpd binaryJoe Orton2022-04-121-0/+10
* *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specificStefan Eissing2022-04-071-0/+12
* * Fix typoRuediger Pluem2022-04-041-1/+1
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-042-1/+12
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-044-2/+310
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-182-1/+29
* * Improve detection of _Thread_localRuediger Pluem2022-03-091-1/+3
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-242-3/+21
* Resolves BZ65861 - clarify post_config api docRich Bowen2022-02-231-0/+10
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-044-8/+0