summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Follow up to r1897240 & r1897691: Syntax.Yann Ylavic2022-02-021-1/+1
* core: Follow up to r1897240: Provide/export ap_thread_current_create()Yann Ylavic2022-02-021-0/+4
* core: Follow up to r1897240: Opt-out for AP_HAS_THREAD_LOCAL and/or pcre's us...Yann Ylavic2022-02-021-5/+7
* 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