| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Improve AP_REQUEST_ #defines. | Yann Ylavic | 2024-07-16 | 1 | -2/+2 |
* | factor out IS_SLASH, perdir fix | Eric Covener | 2024-06-26 | 1 | -0/+11 |
* | add ap_set_content_type_ex to differentiate | Eric Covener | 2024-06-24 | 1 | -0/+7 |
* | add UNCList directive on Windows | Eric Covener | 2024-06-24 | 1 | -0/+25 |
* | mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. | Yann Ylavic | 2024-06-21 | 1 | -8/+6 |
* | * include/httpd.h: Fix comment. | Joe Orton | 2024-06-13 | 1 | -1/+1 |
* | mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK | Yann Ylavic | 2024-06-11 | 1 | -9/+15 |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 1 | -2/+2 |
* | mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. | Yann Ylavic | 2024-05-28 | 1 | -10/+15 |
* | request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet). | Yann Ylavic | 2023-06-23 | 1 | -2/+3 |
* | *) core: add `final_resp_passed` flag to request_rec to allow | Stefan Eissing | 2023-06-01 | 1 | -0/+5 |
* | core: Apply ap_max_mem_free to created threads' pool allocator. | Yann Ylavic | 2022-07-15 | 1 | -30/+26 |
* | *) core/mod_http/mod_http2: | Stefan Eissing | 2022-04-04 | 1 | -0/+8 |
* | * Improve detection of _Thread_local | Ruediger Pluem | 2022-03-09 | 1 | -1/+3 |
* | *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes | Stefan Eissing | 2022-02-04 | 1 | -3/+0 |
* | core: Follow up to r1897240 & r1897691: Syntax. | Yann Ylavic | 2022-02-02 | 1 | -1/+1 |
* | core: Follow up to r1897240: Provide/export ap_thread_current_create() | Yann Ylavic | 2022-02-02 | 1 | -0/+4 |
* | core: Follow up to r1897240: Opt-out for AP_HAS_THREAD_LOCAL and/or pcre's us... | Yann Ylavic | 2022-02-02 | 1 | -5/+7 |
* | core: Follow up to r1897460: Provide ap_thread_main_create(). | Yann Ylavic | 2022-01-27 | 1 | -4/+4 |
* | core: Follow up to r1897460: Implement and use ap_thread_current_after_fork(). | Yann Ylavic | 2022-01-25 | 1 | -6/+8 |
* | Follow up to r1897460: !APR_HAS_THREAD implies no ap_thread_* either. | Yann Ylavic | 2022-01-25 | 1 | -3/+9 |
* | core: Efficient ap_thread_current() when apr_thread_local() is missing. | Yann Ylavic | 2022-01-25 | 1 | -0/+50 |
* | event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM that | Graham Leggett | 2022-01-24 | 1 | -0/+3 |
* | core: Add ap_unescape_url_ex() for better decoding control, and deprecate | Yann Ylavic | 2021-10-07 | 1 | -1/+13 |
* | *) core/mod_proxy/mod_ssl: | Stefan Eissing | 2021-06-08 | 1 | -0/+2 |
* | core/ap_ssl_*: changes after review by rpluem | Stefan Eissing | 2021-04-20 | 1 | -11/+0 |
* | *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ... | Stefan Eissing | 2021-04-13 | 1 | -0/+11 |
* | "[mod_dav_fs etag handling] should really honor the FileETag setting". | Graham Leggett | 2020-06-28 | 1 | -2/+48 |
* | Add ap_normalize_path() to replace ap_getparents() (with options). | Yann Ylavic | 2020-06-22 | 1 | -0/+15 |
* | core,modules: provide/use ap_parse_strict_length() helper. | Yann Ylavic | 2020-05-20 | 1 | -0/+9 |
* | core: add r->flushed flag and set it when the response is sent. | Yann Ylavic | 2020-04-02 | 1 | -0/+5 |
* | Define ap_method_mask_t (typedef for apr_uint64_t) and use for method | Joe Orton | 2020-02-17 | 1 | -3/+7 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -5/+5 |
* | factor out TE=chunked checking | Eric Covener | 2020-02-07 | 1 | -0/+9 |
* | PR62989: DOCTYPE tags in server-generated HTML. | Eric Covener | 2020-01-31 | 1 | -0/+4 |
* | Revert r1864878. | Christophe Jaillet | 2019-08-10 | 1 | -1/+1 |
* | Fix a signed/unsigned comparison in 'ap_filter_should_yield()' and 'ap_reques... | Christophe Jaillet | 2019-08-10 | 1 | -1/+1 |
* | Merge consecutive slashes in the URL by default | Eric Covener | 2019-03-17 | 1 | -2/+13 |
* | Update a comment about the 'PATCH' HTTP command | Christophe Jaillet | 2019-02-20 | 1 | -1/+1 |
* | Follow up to r1847430. | Christophe Jaillet | 2019-02-10 | 1 | -1/+1 |
* | fix a misleading comment about s->defn_name | Eric Covener | 2019-01-15 | 1 | -1/+1 |
* | core: Split out the ability to parse wildcard files and directories | Graham Leggett | 2018-11-25 | 1 | -0/+86 |
* | * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470. | Joe Orton | 2018-09-26 | 1 | -0/+1 |
* | util_filter: protect ap_filter_t private fields from external (ab)use. | Yann Ylavic | 2018-09-05 | 1 | -15/+2 |
* | core: always allocate filters (ap_filter_t) on f->c->pool. | Yann Ylavic | 2018-09-04 | 1 | -5/+3 |
* | util_filter: split pending filters ring in two: input and output ones. | Yann Ylavic | 2018-09-03 | 1 | -2/+7 |
* | http: Enforce consistently no response body with both 204 and 304 statuses. | Yann Ylavic | 2018-07-30 | 1 | -0/+4 |
* | core: axe data_in_in/output_filter from conn_rec. | Yann Ylavic | 2018-07-20 | 1 | -10/+0 |
* | core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending(). | Yann Ylavic | 2018-07-19 | 1 | -2/+8 |
* | util_filter: Axe conn_rec->empty brigade. | Yann Ylavic | 2018-07-16 | 1 | -3/+0 |