summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-061-8/+17
* * modules/proxy/proxy_util.c (ap_proxy_define_balancer):Joe Orton2021-03-161-0/+2
* mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.Yann Ylavic2021-01-071-4/+10
* Revert r1480058, -1'ed on dev@ and STATUS.Yann Ylavic2020-12-101-3/+4
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-031-0/+262
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-231-3/+2
* mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton2020-09-171-5/+15
* mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.Yann Ylavic2020-07-231-139/+164
* mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2020-07-021-6/+0
* mod_proxy: reindent ap_proxy_transfer_between_connections() after r1879401.Yann Ylavic2020-07-011-46/+44
* mod_proxy: improved and reentrant tunneling loop.Yann Ylavic2020-07-011-118/+170
* 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
* 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: binary search for ProxyErrorOverride status codes.Yann Ylavic2020-05-141-9/+21
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-121-0/+11
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+2
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-0/+27
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* 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-051-140/+300
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-031-1/+193
* Fix pool concurrency problemsRuediger Pluem2019-10-111-53/+78
* * 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-301-2/+0
* lognosEric Covener2019-08-261-6/+6
* PR63503: fix pool concurrency problems in mod_proxyEric Covener2019-08-261-5/+29
* remove APR_HAS_THREADS check Eric Covener2019-08-261-4/+0
* * modules/proxy/proxy_util.c (ap_proxy_share_balancer): Create theJoe Orton2019-08-081-4/+5
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-4/+1
* * Fix the logic to follow the comment. So far we only forwarded the header ifRuediger Pluem2019-05-221-2/+2
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-0/+3
* Fix for: [Bug 62372] Load balancer byrequests required when bytraffic chosenJim Jagielski2019-04-021-2/+5
* mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.Yann Ylavic2019-03-161-0/+13
* Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling2019-01-291-0/+18
* If ProxyPassReverse is used for reverse mapping of relative redirects, subseq...Christophe Jaillet2018-08-011-2/+6
* mod_proxy_http: follow up to r1836588: avoid 100-continue responses from core.Yann Ylavic2018-07-251-8/+0
* * ap_proxy_balancer_get_best_worker cannot be exported and used as an optionalRuediger Pluem2018-07-251-5/+17
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-201-0/+1
* Add default schema ports for websocketsJim Jagielski2018-06-211-0/+2
* * modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpoolJoe Orton2018-06-051-1/+2
* In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...Christophe Jaillet2018-05-261-48/+54
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-0/+116
* Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-7/+6
* Follow up to r1609680: simpler/faster ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-3/+5
* Set the notice when hostname is too long for legacy proxy modules to info level.Graham Leggett2018-02-161-1/+1
* Tone down the message that worker hostname is too long noting it onlyGraham Leggett2018-02-161-4/+5
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-18/+21
* too-long worker schemes and/or hostnames are no longer fatal errorsJim Jagielski2018-02-071-2/+4