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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Multipath TCP (MPTCP) support (Proxy)
Joe Orton
2024-09-12
1
-0
/
+12
*
mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235.
Yann Ylavic
2024-09-11
1
-7
/
+5
*
Follow up to r1919620: Restore r->filename re-encoding for ProxyPass URLs.
Yann Ylavic
2024-08-02
1
-0
/
+2
*
mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.
Yann Ylavic
2024-07-26
1
-3
/
+6
*
mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) for
Yann Ylavic
2024-07-08
1
-97
/
+14
*
mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...
Yann Ylavic
2024-06-26
1
-2
/
+1
*
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.
Yann Ylavic
2024-06-26
1
-13
/
+21
*
mod_proxy: escape for non-proxypass configuration
Eric Covener
2024-06-24
1
-2
/
+5
*
mod_proxy: Allocate and pnitialize the workers and balancers on pconf.
Yann Ylavic
2023-09-21
1
-25
/
+29
*
mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().
Yann Ylavic
2023-09-21
1
-5
/
+5
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
1
-0
/
+18
*
mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.
Yann Ylavic
2023-03-02
1
-6
/
+11
*
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
2022-08-28
1
-0
/
+3
*
Revert r1899390.
Jean-Frederic Clere
2022-04-01
1
-50
/
+0
*
Add WorkerBalancerGrowth. To allow creation of workers
Jean-Frederic Clere
2022-03-30
1
-0
/
+50
*
mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.
Yann Ylavic
2021-12-15
1
-2
/
+3
*
http: Enforce that fully qualified uri-paths not to be forward-proxied
Yann Ylavic
2021-12-13
1
-6
/
+6
*
mod_proxy: Detect unix: scheme syntax errors at load time.
Yann Ylavic
2021-12-13
1
-7
/
+25
*
mod_proxy: Add tunnel_forward hook.
Yann Ylavic
2021-09-24
1
-0
/
+7
*
mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.
Yann Ylavic
2021-09-07
1
-1
/
+1
*
mod_proxy: Follow up to r1892814.
Yann Ylavic
2021-09-03
1
-1
/
+1
*
mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...
Yann Ylavic
2021-07-05
1
-43
/
+33
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-22
/
+7
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-1
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-19
/
+2
*
rollback r1887138. Sorry ;-(
Jean-Frederic Clere
2021-03-03
1
-66
/
+67
*
Allow empty <balancer://mycluster/> and add a provider to allow other modules...
Jean-Frederic Clere
2021-03-03
1
-67
/
+66
*
mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.
Yann Ylavic
2020-11-23
1
-5
/
+7
*
mod_proxy: Add support for an optional third argument to ProxyRemote*
Joe Orton
2020-09-17
1
-10
/
+24
*
mod_proxy_http: handle async tunneling of Upgrade(d) protocols.
Yann Ylavic
2020-07-02
1
-0
/
+45
*
Revert r1879361: 2.4.x material only.
Yann Ylavic
2020-06-30
1
-25
/
+8
*
mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPassMatch/<ProxyMatch>.
Yann Ylavic
2020-06-30
1
-8
/
+25
*
Follow up to r1879235: fill APLOGNO().
Yann Ylavic
2020-06-30
1
-1
/
+1
*
Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.
Yann Ylavic
2020-06-26
1
-7
/
+27
*
Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.
Yann Ylavic
2020-06-24
1
-34
/
+51
*
Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.
Yann Ylavic
2020-06-24
1
-2
/
+3
*
Follow up to r1879111: gcc suggests parentheses around ^ operator, oh well.
Yann Ylavic
2020-06-23
1
-1
/
+1
*
Follow up to r1879110: avoid signed comparison for use_original_uri.
Yann Ylavic
2020-06-23
1
-3
/
+3
*
Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.
Yann Ylavic
2020-06-22
1
-9
/
+10
*
Allow for proxy servlet mapping at pre_translate_name stage.
Yann Ylavic
2020-06-22
1
-10
/
+243
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-6
/
+4
*
mod_proxy: binary search for ProxyErrorOverride status codes.
Yann Ylavic
2020-05-14
1
-1
/
+26
*
mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.
Yann Ylavic
2020-05-12
1
-1
/
+2
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
1
-4
/
+32
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
mod_proxy: Add proxy check_trans hook.
Yann Ylavic
2019-11-05
1
-0
/
+13
*
lognos
Eric Covener
2019-08-08
1
-1
/
+1
*
remove request details from error documents (CVE-2019-10092).
Eric Covener
2019-08-02
1
-3
/
+4
*
Synch trunk and 2.4.x
Christophe Jaillet
2019-07-20
1
-8
/
+8
[next]