summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Follow up to r1879111: gcc suggests parentheses around ^ operator, oh well.Yann Ylavic2020-06-231-1/+1
* Follow up to r1879110: avoid signed comparison for use_original_uri.Yann Ylavic2020-06-231-3/+3
* Follow up to r1879094: make use_original_uri signed for unsigned char archs.Yann Ylavic2020-06-231-1/+1
* Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.Yann Ylavic2020-06-222-11/+12
* Allow for proxy servlet mapping at pre_translate_name stage.Yann Ylavic2020-06-222-10/+247
* ap_proxy_define_match_worker: disable connection reuse by default.Yann Ylavic2020-06-191-0/+10
* ap_proxy_define_match_worker: don't copy the url unnecessarily.Yann Ylavic2020-06-191-5/+5
* mod_proxy_http: always stream the request body by default.Yann Ylavic2020-06-191-64/+27
* make sure the $n of the regular expressions is not included the name of the w...Jean-Frederic Clere2020-06-041-1/+5
* mod_proxy_http: put request/response splitting checks under the same comment.Yann Ylavic2020-06-011-16/+15
* mod_proxy_http: don't strip EOS when spooling request body to file.Yann Ylavic2020-05-291-0/+8
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-203-18/+15
* lognosEric Covener2020-05-161-1/+1
* PR 64365: proxy_fcgi doesn't check expression before unsetting varEric Covener2020-05-161-6/+17
* mod_proxy: binary search for ProxyErrorOverride status codes.Yann Ylavic2020-05-142-10/+47
* mod_proxy_http: follow up to r1877696: reindent.Yann Ylavic2020-05-131-145/+143
* mod_proxy_http: axe ap_proxy_should_override() duplicate checks.Yann Ylavic2020-05-132-5/+3
* mod_proxy_http: follow up to r1877646: send Upgrade header with 101 response.Yann Ylavic2020-05-131-6/+24
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-125-82/+212
* mod_proxy_http: follow up to r1877557.Yann Ylavic2020-05-101-29/+17
* mod_proxy_http: single point of failure in ap_proxy_http_process_response().Yann Ylavic2020-05-101-26/+31
* Add missing pool tags to help debugging.Yann Ylavic2020-04-167-0/+9
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-117-18/+82
* wss also needs is_ssl.Jean-Frederic Clere2020-03-241-1/+1
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear anyRuediger Pluem2020-03-181-0/+1
* PR64140: Allow %{Content-Type} in health check expressionsEric Covener2020-02-281-0/+7
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1310-16/+16
* trap bad FTP responsesEric Covener2020-02-071-5/+15
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-312-2/+2
* proxy: add local address to body-forwarding errorsEric Covener2020-01-121-2/+4
* Axe an empty line in order to synch with 2.4.xChristophe Jaillet2019-12-071-1/+0
* mod_proxy: Improve tunneling loop.Yann Ylavic2019-11-054-161/+342
* mod_proxy: Add proxy check_trans hook.Yann Ylavic2019-11-053-0/+33
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-034-365/+329
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-33/+13
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-312-246/+41
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-312-41/+246
* mod_proxy_http: fix load-balancer fallback for requests with a body.Yann Ylavic2019-10-311-14/+40
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-201-0/+12
* mod_proxy_http: revert r1868625.Yann Ylavic2019-10-201-10/+10
* Synch 2.4.x and trunk.Christophe Jaillet2019-10-201-1/+1
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-191-10/+10
* mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.Yann Ylavic2019-10-181-0/+15
* Fix pool concurrency problemsRuediger Pluem2019-10-113-59/+87
* * Add back logging goodnessRuediger Pluem2019-10-111-4/+4
* * Revert r1865944 and r1865938Ruediger Pluem2019-10-111-29/+5
* restore use of global mutex under !APR_HAS_THREADSEric Covener2019-08-303-9/+1
* * Lock the worker, not the balancer. We even do not know if we have a balancerRuediger Pluem2019-08-291-2/+2
* lognosEric Covener2019-08-261-6/+6
* PR63503: fix pool concurrency problems in mod_proxyEric Covener2019-08-261-5/+29