summaryrefslogtreecommitdiff
path: root/include/ap_mmn.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-061-1/+4
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-4/+4
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-131-1/+3
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-1/+2
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-1/+2
* *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing2021-02-231-1/+2
* core: axe struct core_net_rec.Yann Ylavic2020-12-141-2/+3
* Follow up to r1769760: MMN minor bump for ap_get_status_line_ex().Yann Ylavic2020-12-081-1/+2
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-031-1/+4
* mod_dav: Some DAV extensions, like CalDAV, specify both documentGraham Leggett2020-07-151-1/+3
* mod_dav: Add utility functions dav_validate_root_ns(),Graham Leggett2020-07-151-1/+4
* Extend method_precondition hook to be called during the PROPFINDGraham Leggett2020-07-051-1/+2
* Bump MMN correctly.Graham Leggett2020-07-031-2/+2
* core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett2020-07-031-0/+2
* mod_dav: Allow other DAV modules to use dav_get_resource().Graham Leggett2020-07-031-2/+3
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-021-1/+0