summaryrefslogtreecommitdiffstats
path: root/include/httpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Improve AP_REQUEST_ #defines.Yann Ylavic2024-07-161-2/+2
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-0/+11
* add ap_set_content_type_ex to differentiateEric Covener2024-06-241-0/+7
* add UNCList directive on Windows Eric Covener2024-06-241-0/+25
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-211-8/+6
* * include/httpd.h: Fix comment.Joe Orton2024-06-131-1/+1
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-111-9/+15
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-011-2/+2
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-281-10/+15
* request_rec: Single bit for body_indeterminate (while it's not in 2.4.x yet).Yann Ylavic2023-06-231-2/+3
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-011-0/+5
* core: Apply ap_max_mem_free to created threads' pool allocator.Yann Ylavic2022-07-151-30/+26
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-0/+8
* * Improve detection of _Thread_localRuediger Pluem2022-03-091-1/+3
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-3/+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-271-4/+4
* 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-251-0/+50
* event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM thatGraham Leggett2022-01-241-0/+3
* core: Add ap_unescape_url_ex() for better decoding control, and deprecateYann Ylavic2021-10-071-1/+13
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-0/+2
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-11/+0
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-131-0/+11
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-281-2/+48
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-0/+15
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-0/+9
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-021-0/+5
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-3/+7
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-5/+5
* factor out TE=chunked checkingEric Covener2020-02-071-0/+9
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-0/+4
* Revert r1864878.Christophe Jaillet2019-08-101-1/+1
* Fix a signed/unsigned comparison in 'ap_filter_should_yield()' and 'ap_reques...Christophe Jaillet2019-08-101-1/+1
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-171-2/+13
* Update a comment about the 'PATCH' HTTP commandChristophe Jaillet2019-02-201-1/+1
* Follow up to r1847430.Christophe Jaillet2019-02-101-1/+1
* fix a misleading comment about s->defn_nameEric Covener2019-01-151-1/+1
* core: Split out the ability to parse wildcard files and directoriesGraham Leggett2018-11-251-0/+86
* * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2018-09-261-0/+1
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-15/+2
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-041-5/+3
* util_filter: split pending filters ring in two: input and output ones.Yann Ylavic2018-09-031-2/+7
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-0/+4
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-10/+0
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-2/+8
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-161-3/+0