summaryrefslogtreecommitdiff
path: root/modules/http/http_request.c
Commit message (Expand)AuthorAgeFilesLines
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-1/+1
* Revert spurious commit r1895340.Yann Ylavic2021-11-251-1/+1
* Trigger ci.Yann Ylavic2021-11-251-1/+1
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-9/+2
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-1/+1
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-1/+0
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-061-4/+1
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-4/+6
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-1/+1
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-0/+4
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-4/+1
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-181-4/+15
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-15/+2
* * modules/http/http_request.c (ap_process_request_after_handler,Joe Orton2018-06-061-3/+16
* PR62186: preserve %<m for ErrorDocument internal redirectsEric Covener2018-04-111-1/+7
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-3/+3
* Fix timeout logging in ap_process_request().Yann Ylavic2018-03-121-6/+2
* core: don't send EOR bucket through request filters.Yann Ylavic2018-01-301-1/+12
* core, mod_rewrite: introduce the 'redirect-keeps-vary' noteLuca Toscano2017-10-101-0/+11
* ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional cha...Yann Ylavic2016-10-151-16/+15
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-26/+52
* Revert r1756064 and r1756060 until fixed (tests framework passes).Yann Ylavic2016-08-111-49/+25
* http: follow up to r1750392.Yann Ylavic2016-08-111-0/+1
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-111-26/+49
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+5
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-5/+2
* core: follow up to r1710095, r1710105.Yann Ylavic2015-11-021-72/+75
* core: follow up to r1710095.Yann Ylavic2015-10-221-31/+38
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-12/+74
* Make sure we free the main request rather than the final internalGraham Leggett2015-10-061-8/+8
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-2/+10
* mod_ssl: follow up to r1705194, r1705823, r1705826 and r1705828.Yann Ylavic2015-09-291-2/+2
* mod_ssl: forward EOR (only) brigades to the core_output_filter().Yann Ylavic2015-09-241-2/+2
* Avoid adding duplicate subequest filters, as they would not be strippedEric Covener2015-08-281-2/+11
* reversal of 1698239 due to nedless loop in t/apache/pr17629.tStefan Eissing2015-08-281-10/+2
* avoid adding multiple subrequest filters when there are nested subrequests. Eric Covener2015-08-271-2/+10
* ap_process_request needs exportation for use in mod_h2 on WindowsGregg Lewis Smith2015-08-101-1/+1
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-9/+18
* ap_die(): follow up to r1657881.Yann Ylavic2015-03-101-2/+8
* http: Make ap_die() robust against any HTTP error code and not modifyYann Ylavic2015-02-061-42/+26
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+4
* also copy r->invoke_mtx when creating a subrequestEric Covener2012-10-281-0/+4
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+3
* Downgrade some more error messages about broken client behavior to levelStefan Fritsch2011-11-211-1/+1
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-191-2/+4
* Fix 3xx responses with local URLs as ErrorDocumentStefan Fritsch2011-10-231-0/+5