index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Use iobuffersize set on worker level for the IO buffer size.
HEAD
trunk
Ruediger Pluem
3 days
1
-0
/
+3
*
mod_proxy_fggi: Follow up to r1919547: Accurate dirwalk for proxy-fcgi-pathin...
Yann Ylavic
2024-10-10
1
-14
/
+50
*
mod_proxy_fgci: Follow up to r1919628: Simplify.
Yann Ylavic
2024-10-10
1
-6
/
+6
*
Add Multipath TCP (MPTCP) support (Proxy)
Joe Orton
2024-09-12
3
-1
/
+14
*
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
2
-13
/
+37
*
Follow up to r1919620: init path after "proxy:" is skipped.
Yann Ylavic
2024-08-01
1
-1
/
+2
*
mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME. PR 69203
Yann Ylavic
2024-08-01
1
-24
/
+14
*
mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...
Yann Ylavic
2024-08-01
2
-13
/
+18
*
mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk.
Yann Ylavic
2024-07-27
1
-5
/
+5
*
mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.
Yann Ylavic
2024-07-26
2
-5
/
+8
*
*) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs
Yann Ylavic
2024-07-26
1
-9
/
+27
*
Follow up to r1919023: fix compilation.
Yann Ylavic
2024-07-08
1
-1
/
+1
*
mod_proxy: Don't mangle r->filename when ap_proxy_canon_netloc() fails.
Yann Ylavic
2024-07-08
1
-1
/
+1
*
mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) for
Yann Ylavic
2024-07-08
5
-181
/
+173
*
Follow up to r1919015: fix compilation.
Yann Ylavic
2024-07-08
1
-1
/
+1
*
mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160
Yann Ylavic
2024-07-08
1
-4
/
+21
*
* Follow up to r1918814: Strings are from configuration and thus trusted
Ruediger Pluem
2024-07-02
1
-2
/
+2
*
* Always trust content types that we set literally
Ruediger Pluem
2024-07-02
1
-2
/
+2
*
mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...
Yann Ylavic
2024-06-26
3
-20
/
+21
*
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.
Yann Ylavic
2024-06-26
3
-22
/
+43
*
validate hostname
Eric Covener
2024-06-25
1
-0
/
+11
*
mod_proxy: escape for non-proxypass configuration
Eric Covener
2024-06-24
1
-2
/
+5
*
mod_proxy: Follow up to r1918438: Don't cleanup conn before running the addre...
Yann Ylavic
2024-06-19
1
-2
/
+2
*
mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only.
Yann Ylavic
2024-06-19
1
-21
/
+26
*
mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is al...
Yann Ylavic
2024-06-19
1
-1
/
+11
*
mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change.
Yann Ylavic
2024-06-18
1
-20
/
+38
*
mod_proxy: Fix DNS requests and connections closed before the configured addr...
Yann Ylavic
2024-06-18
1
-9
/
+10
*
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
Joe Orton
2024-06-10
1
-1
/
+1
*
* modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.so
Joe Orton
2024-05-22
1
-1
/
+5
*
* modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heap
Joe Orton
2024-05-08
1
-1
/
+5
*
let httpd handle CL/TE for non-http handlers
Eric Covener
2024-04-03
4
-0
/
+33
*
Don't reset the balancer when we create a new child
Jean-Frederic Clere
2024-02-26
2
-4
/
+0
*
* modules/proxy/mod_proxy_scgi.c: Mark global variables as static and
Joe Orton
2024-02-19
1
-4
/
+4
*
mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions.
Yann Ylavic
2023-11-18
4
-15
/
+15
*
mod_proxy: Follow up to r1912459: Fix reuse of forward_info.
Yann Ylavic
2023-11-02
1
-43
/
+50
*
Remove unnecessary APLOGNO() use in TRACE-level logging.
Joe Orton
2023-10-26
1
-1
/
+1
*
Fix format string type check
Stefan Eissing
2023-10-13
1
-1
/
+1
*
mod_proxy: Allocate and pnitialize the workers and balancers on pconf.
Yann Ylavic
2023-09-21
2
-35
/
+36
*
mod_proxy: Simplify ap_proxy_get_worker_ex()
Yann Ylavic
2023-09-21
1
-38
/
+38
*
mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().
Yann Ylavic
2023-09-21
4
-38
/
+48
*
mod_proxy: Consistently close the socket on failure to reuse the connection.
Yann Ylavic
2023-09-21
1
-32
/
+36
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
7
-410
/
+835
*
Arrange the bybusyness logic and prevent bad busy values
Jean-Frederic Clere
2023-09-11
4
-17
/
+168
*
proxy_util: revert timeout selection on a proxy tunnel back to
Stefan Eissing
2023-07-06
1
-2
/
+2
*
proxy: in proxy tunnels, use the smaller timeout value of
Stefan Eissing
2023-06-30
1
-3
/
+3
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
1
-21
/
+69
*
* In the reverse proxy case when we only want to keep encoded slashes untouched
Ruediger Pluem
2023-04-28
1
-19
/
+29
*
* If we fail to connect to all looked up IP's from the worker lookup cache it
Ruediger Pluem
2023-04-27
1
-0
/
+31
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-2
/
+0
[next]