index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
1
-0
/
+32
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-0
/
+6
*
*) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.
Jim Jagielski
2022-10-11
1
-0
/
+2
*
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
2022-08-28
1
-1
/
+1
*
mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.
Yann Ylavic
2022-05-30
1
-4
/
+7
*
Revert r1899390.
Jean-Frederic Clere
2022-04-01
1
-2
/
+0
*
Add WorkerBalancerGrowth. To allow creation of workers
Jean-Frederic Clere
2022-03-30
1
-0
/
+2
*
mod_proxy: Bump max worker name to 384 chars.
Yann Ylavic
2021-12-21
1
-2
/
+3
*
mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.
Yann Ylavic
2021-12-15
1
-0
/
+1
*
mod_proxy: SetEnv proxy-nohalfclose to disable half-close tunneling. PR 65662.
Yann Ylavic
2021-11-24
1
-1
/
+2
*
mod_proxy: Add tunnel_forward hook.
Yann Ylavic
2021-09-24
1
-0
/
+18
*
mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.
Yann Ylavic
2021-09-24
1
-5
/
+20
*
mod_proxy: Restore ap_proxy_transfer_between_connections().
Yann Ylavic
2021-09-24
1
-16
/
+16
*
mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.
Yann Ylavic
2021-09-24
1
-2
/
+3
*
mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...
Yann Ylavic
2021-07-05
1
-1
/
+42
*
Allow the tunnelled connections to report the
Jean-Frederic Clere
2021-05-06
1
-1
/
+16
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
Add CPING to health check logic.
Jean-Frederic Clere
2021-03-10
1
-0
/
+9
*
Use an optional function as adviced by RĂ¼diger.
Jean-Frederic Clere
2021-03-09
1
-0
/
+10
*
mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.
Yann Ylavic
2021-01-07
1
-1
/
+3
*
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.
Yann Ylavic
2020-12-03
1
-0
/
+49
*
mod_proxy: Add support for an optional third argument to ProxyRemote*
Joe Orton
2020-09-17
1
-0
/
+1
*
mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.
Yann Ylavic
2020-07-23
1
-0
/
+1
*
mod_proxy_http: handle async tunneling of Upgrade(d) protocols.
Yann Ylavic
2020-07-02
1
-0
/
+5
*
mod_proxy: improved and reentrant tunneling loop.
Yann Ylavic
2020-07-01
1
-4
/
+5
*
Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.
Yann Ylavic
2020-06-26
1
-1
/
+5
*
Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.
Yann Ylavic
2020-06-24
1
-4
/
+4
*
Follow up to r1879094: make use_original_uri signed for unsigned char archs.
Yann Ylavic
2020-06-23
1
-1
/
+1
*
Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.
Yann Ylavic
2020-06-22
1
-2
/
+2
*
Allow for proxy servlet mapping at pre_translate_name stage.
Yann Ylavic
2020-06-22
1
-0
/
+4
*
mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.
Yann Ylavic
2020-05-12
1
-0
/
+11
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
1
-1
/
+11
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
mod_proxy: Improve tunneling loop.
Yann Ylavic
2019-11-05
1
-15
/
+24
*
mod_proxy: Add proxy check_trans hook.
Yann Ylavic
2019-11-05
1
-0
/
+2
*
mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.
Yann Ylavic
2019-11-03
1
-0
/
+34
*
Fix pool concurrency problems
Ruediger Pluem
2019-10-11
1
-4
/
+7
*
restore use of global mutex under !APR_HAS_THREADS
Eric Covener
2019-08-30
1
-1
/
+1
*
no-op PROXY_THREAD_LOCK if !APR_HAS_THREADS
Eric Covener
2019-08-26
1
-0
/
+5
*
mod_proxy: follow up to r1836588: configurable Proxy100Continue.
Yann Ylavic
2019-03-22
1
-0
/
+2
*
Make proxy modules compile if APR_HAS_THREADS is not defined.
Stefan Sperling
2019-01-29
1
-0
/
+4
*
better struct layout ...
Jim Jagielski
2018-08-24
1
-5
/
+5
*
optimize struct layout
Jim Jagielski
2018-08-24
1
-4
/
+4
*
update field comment
Jim Jagielski
2018-08-24
1
-1
/
+1
*
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
Ruediger Pluem
2018-07-25
1
-1
/
+1
*
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
Ruediger Pluem
2018-07-20
1
-0
/
+8
*
PR62199: add worker parameter ResponseFieldSize to mod_proxy
Eric Covener
2018-04-11
1
-0
/
+2
*
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...
Jim Riggs
2018-04-11
1
-0
/
+21
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-1
/
+4
*
Fix ProxyAddHeaders merging.
Joe Orton
2017-08-15
1
-0
/
+1
[next]