summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Multipath TCP (MPTCP) support (Proxy)Joe Orton2024-09-121-1/+2
* mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...Yann Ylavic2024-08-011-1/+2
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-1/+2
* 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
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-211-3/+4
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-111-1/+2
* 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-011-1/+2
* Follow up to r1918022: MMN minor bump and checks for the new conn_state_e ali...Yann Ylavic2024-05-291-1/+2
* regex: Add AP_REG_NOTEMPTY_ATSTART maching option.Yann Ylavic2024-01-161-1/+2
* regex: Add ap_regexec_ex() which can take a starting offset to match from.Yann Ylavic2024-01-161-1/+2
* 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
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-201-1/+2
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-011-1/+2
* core: Add the token_checker hook, that allows authentication to takeGraham Leggett2023-04-251-1/+3
* 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
* 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: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing2022-04-191-1/+2
* Merge PR 311:Stefan Eissing2022-04-131-1/+1
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-1/+2
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-2/+5
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-1/+4
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-241-1/+3
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-2/+0
* core: Follow up to r1897460: Provide ap_thread_main_create().Yann Ylavic2022-01-271-1/+1
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-2/+4
* event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM thatGraham Leggett2022-01-241-1/+2
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-211-1/+2
* mod_proxy: Bump max worker name to 384 chars.Yann Ylavic2021-12-211-2/+4
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-1/+2
* Fix ap_mmn.h after r1893971.Yann Ylavic2021-10-071-1/+1
* core: Add ap_unescape_url_ex() for better decoding control, and deprecateYann Ylavic2021-10-071-0/+3
* Add dav_get_liveprop_element() to hide the implementation by whichGraham Leggett2021-09-261-2/+3
* mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.Yann Ylavic2021-09-241-1/+2
* mod_proxy: Restore ap_proxy_transfer_between_connections().Yann Ylavic2021-09-241-2/+11
* mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.Yann Ylavic2021-09-241-1/+2
* In case one of the pre_connection hooks causes the hook run to stop by an errorRuediger Pluem2021-09-211-1/+2
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-091-1/+2
* core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.Yann Ylavic2021-08-201-1/+1
* Corrected MODULE_MAGIC_NUMBER_MINOR.Stefan Eissing2021-07-311-1/+1
* * core/mpm: add hook 'child_stopping` that gets called when the MPM isStefan Eissing2021-07-311-0/+2
* mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...Yann Ylavic2021-07-051-1/+3
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-1/+3
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-1/+2