summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Do not double encode encoded slashesRuediger Pluem2023-03-131-0/+6
* *) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.Jim Jagielski2022-10-111-0/+2
* Allow for HTTP/1.1 or HTTP/1.0 protocol health checksJim Jagielski2022-08-281-1/+1
* mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.Yann Ylavic2022-05-301-4/+7
* Revert r1899390.Jean-Frederic Clere2022-04-011-2/+0
* Add WorkerBalancerGrowth. To allow creation of workersJean-Frederic Clere2022-03-301-0/+2
* mod_proxy: Bump max worker name to 384 chars.Yann Ylavic2021-12-211-2/+3
* mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.Yann Ylavic2021-12-151-0/+1
* mod_proxy: SetEnv proxy-nohalfclose to disable half-close tunneling. PR 65662.Yann Ylavic2021-11-241-1/+2
* mod_proxy: Add tunnel_forward hook.Yann Ylavic2021-09-241-0/+18
* mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.Yann Ylavic2021-09-241-5/+20
* mod_proxy: Restore ap_proxy_transfer_between_connections().Yann Ylavic2021-09-241-16/+16
* mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.Yann Ylavic2021-09-241-2/+3
* mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...Yann Ylavic2021-07-051-1/+42
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-061-1/+16
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Add CPING to health check logic.Jean-Frederic Clere2021-03-101-0/+9
* Use an optional function as adviced by RĂ¼diger.Jean-Frederic Clere2021-03-091-0/+10
* mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.Yann Ylavic2021-01-071-1/+3
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-031-0/+49
* mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton2020-09-171-0/+1
* mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.Yann Ylavic2020-07-231-0/+1
* mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic2020-07-021-0/+5
* mod_proxy: improved and reentrant tunneling loop.Yann Ylavic2020-07-011-4/+5
* Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.Yann Ylavic2020-06-261-1/+5
* Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.Yann Ylavic2020-06-241-4/+4
* 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-221-2/+2
* Allow for proxy servlet mapping at pre_translate_name stage.Yann Ylavic2020-06-221-0/+4
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-121-0/+11
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-1/+11
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* mod_proxy: Improve tunneling loop.Yann Ylavic2019-11-051-15/+24
* mod_proxy: Add proxy check_trans hook.Yann Ylavic2019-11-051-0/+2
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-031-0/+34
* Fix pool concurrency problemsRuediger Pluem2019-10-111-4/+7
* restore use of global mutex under !APR_HAS_THREADSEric Covener2019-08-301-1/+1
* no-op PROXY_THREAD_LOCK if !APR_HAS_THREADSEric Covener2019-08-261-0/+5
* mod_proxy: follow up to r1836588: configurable Proxy100Continue.Yann Ylavic2019-03-221-0/+2
* Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling2019-01-291-0/+4
* better struct layout ...Jim Jagielski2018-08-241-5/+5
* optimize struct layoutJim Jagielski2018-08-241-4/+4
* update field commentJim Jagielski2018-08-241-1/+1
* * ap_proxy_balancer_get_best_worker cannot be exported and used as an optionalRuediger Pluem2018-07-251-1/+1
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-201-0/+8
* PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener2018-04-111-0/+2
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-0/+21
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-1/+4
* Fix ProxyAddHeaders merging.Joe Orton2017-08-151-0/+1
* unused nowJim Jagielski2017-06-211-2/+0