summaryrefslogtreecommitdiff
path: root/include/httpd.h
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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-011-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-031-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-181-2/+8
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-161-3/+0
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-0/+13
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-111-2/+2
* Fix typoChristophe Jaillet2018-05-251-2/+2
* mpm_event: follow up to r1823047: complete state validation after processing.Yann Ylavic2018-02-161-1/+3
* Make case insensitiveJim Jagielski2017-06-211-1/+1
* util.c: add a strict Base64 decoding functionJacob Champion2017-06-201-0/+22
* Introduce request taint-checking concept.Nick Kew2017-04-211-0/+16
* Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist...Christophe Jaillet2017-01-061-0/+1
* When redrawing the parser, ap_get_http_token looked to be useful, but there'sWilliam A. Rowe Jr2016-10-181-10/+0
* Complete r1764961, missed .h updatesWilliam A. Rowe Jr2016-10-161-1/+3
* Followup to r1764961:Rainer Jung2016-10-151-8/+0