summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Follow up to r1897460: Provide ap_thread_main_create().Yann Ylavic2022-01-272-5/+5
* core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().Yann Ylavic2022-01-251-6/+8
* Follow up to r1897460: !APR_HAS_THREAD implies no ap_thread_* either.Yann Ylavic2022-01-251-3/+9
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-252-2/+54
* event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM thatGraham Leggett2022-01-243-1/+7
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-212-1/+3
* 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-132-1/+9
* Revert spurious commit r1895340.Yann Ylavic2021-11-251-7/+0
* Trigger ci.Yann Ylavic2021-11-251-0/+7
* 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-072-1/+16
* 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-212-1/+17
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-092-1/+24
* *core: clarify comments and use hook API better to check for presence of ca...Stefan Eissing2021-09-091-3/+4
* Fix some typo and doxygen issues.Christophe Jaillet2021-09-051-8/+8
* core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.Yann Ylavic2021-08-202-4/+20
* clarification/fixes around the replace() functionEric Covener2021-08-031-2/+3
* 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-312-0/+11
* 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-292-1/+27
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-083-1/+40
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-061-1/+4
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-203-19/+9
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-133-1/+94
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-263-157/+201
* Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing2021-03-031-8/+19
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-022-1/+87
* *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing2021-02-232-1/+62
* s/2020/2021/Christophe Jaillet2021-01-231-1/+1
* core: axe struct core_net_rec.Yann Ylavic2020-12-142-16/+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-033-17/+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-023-7/+5
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-023-9/+22
* mpm_common: remove ap_mpm_unregister_poll_callback().Yann Ylavic2020-07-023-19/+4
* mod_dav: Add method_precondition hook. WebDAV extensions defineGraham Leggett2020-06-291-1/+2
* Add hooks deliver_report and gather_reports to mod_dav.h. Allows otherGraham Leggett2020-06-281-1/+3
* Add dav_get_provider(), dav_open_lockdb() and dav_close_lockdb() mod_dav.h.Graham Leggett2020-06-281-1/+3