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
*
* Report an error if the AJP backend sends an invalid number of headers
Ruediger Pluem
2023-01-23
1
-1
/
+8
*
cleanup on error
Eric Covener
2023-01-10
1
-0
/
+2
*
fail on bad header
Eric Covener
2023-01-10
1
-19
/
+27
*
catch by CJ
Jim Jagielski
2022-10-17
1
-1
/
+2
*
*) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.
Jim Jagielski
2022-10-11
2
-1
/
+3
*
*) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.
Jim Jagielski
2022-10-11
1
-11
/
+12
*
mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when
Yann Ylavic
2022-10-11
1
-19
/
+50
*
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
2022-08-28
3
-10
/
+29
*
check apr_sockaddr_info_get() return value
Giovanni Bechis
2022-06-28
1
-2
/
+12
*
mod_proxy_ajp: T-E has precedence over C-L.
Yann Ylavic
2022-06-01
1
-3
/
+12
*
use a liberal default limit for LimitRequestBody of 1GB
Eric Covener
2022-06-01
1
-14
/
+0
*
mod_proxy: Follow up to r1901485: Don't shadow upper 'val' variable.
Yann Ylavic
2022-06-01
1
-3
/
+3
*
mod_proxy: Let fixup hooks know about the Host header (and eventually overwri...
Yann Ylavic
2022-06-01
1
-8
/
+18
*
mod_proxy: ap_proxy_create_hdrbrgd() to clear hop-by-hop first and fixup last.
Yann Ylavic
2022-05-31
1
-40
/
+40
*
mod_proxy: Align ap_proxy_create_hdrbrgd() with 2.4.x's.
Yann Ylavic
2022-05-31
1
-60
/
+60
*
mod_proxy_http: Follow up to r1901420: consistent 100-continue checks.
Yann Ylavic
2022-05-31
2
-5
/
+11
*
mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.
Yann Ylavic
2022-05-30
3
-36
/
+34
*
* Port r546128 to mod_proxy_connect to ensure that core_pre_connection does not
Ruediger Pluem
2022-05-20
1
-0
/
+10
*
*) mod_proxy: Add backend port to log messages to
Rainer Jung
2022-04-19
4
-53
/
+78
*
* Report a broken backend in case reading the response line failed on the
Ruediger Pluem
2022-04-05
1
-2
/
+17
*
* Keep track of the number of keepalives we processed on this connection.
Ruediger Pluem
2022-04-04
1
-0
/
+8
*
*) mod_http: genereate HEADERS buckets for trailers
Stefan Eissing
2022-04-04
1
-8
/
+1
*
*) core: add ap_h1_append_header() for single header values.
Stefan Eissing
2022-04-04
2
-117
/
+92
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
1
-1
/
+2
*
Revert r1899390.
Jean-Frederic Clere
2022-04-01
2
-52
/
+0
*
Add WorkerBalancerGrowth. To allow creation of workers
Jean-Frederic Clere
2022-03-30
2
-0
/
+52
*
Remove some APR 0.x stuff.
Christophe Jaillet
2022-02-20
2
-10
/
+0
*
* Change the logic to choose the maximum of both timeouts (front end socket,
Ruediger Pluem
2022-02-16
1
-2
/
+2
*
mod_proxy: Bump max worker name to 384 chars.
Yann Ylavic
2021-12-21
1
-2
/
+3
*
mod_proxy: Axe useless setting of *balancer to NULL in ap_proxy_pre_request()
Yann Ylavic
2021-12-15
1
-4
/
+2
*
mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.
Yann Ylavic
2021-12-15
3
-8
/
+14
*
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
2
-7
/
+28
*
* Do not change the status code after we already sent it to the client.
Ruediger Pluem
2021-12-09
2
-5
/
+0
*
mod_proxy: SetEnv proxy-nohalfclose to disable half-close tunneling. PR 65662.
Yann Ylavic
2021-11-24
2
-3
/
+18
*
mod_proxy_connect: Honor the smallest of the backend or client timeout.
Yann Ylavic
2021-10-15
1
-0
/
+8
*
mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.
Yann Ylavic
2021-10-09
1
-2
/
+10
*
mod_proxy: Add tunnel_forward hook.
Yann Ylavic
2021-09-24
3
-17
/
+83
*
mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.
Yann Ylavic
2021-09-24
5
-63
/
+134
*
mod_proxy: Restore ap_proxy_transfer_between_connections().
Yann Ylavic
2021-09-24
3
-76
/
+111
*
mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.
Yann Ylavic
2021-09-24
2
-10
/
+11
*
mod_proxy: Handle UDS URIs with empty hostname as if they had no hostname.
Yann Ylavic
2021-09-22
1
-1
/
+2
*
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
2021-09-09
3
-9
/
+8
*
mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.
Yann Ylavic
2021-09-07
1
-1
/
+1
*
mod_proxy: Follow up to r1892986: APLOGNO()
Yann Ylavic
2021-09-06
1
-1
/
+1
*
mod_proxy: Follow up to r1892814.
Yann Ylavic
2021-09-06
1
-21
/
+34
*
Fix a compilation error in the configuration where this is compiled.
Christophe Jaillet
2021-09-05
1
-1
/
+1
*
mod_proxy: Follow up to r1892814.
Yann Ylavic
2021-09-03
1
-1
/
+1
*
mod_proxy: Follow up to r1892740.
Yann Ylavic
2021-09-03
1
-11
/
+0
*
mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
Yann Ylavic
2021-09-02
1
-2
/
+2
[next]