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
*
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
*
* Rephrase comment [skip ci]
Ruediger Pluem
2023-04-25
1
-1
/
+1
*
* Clear the dns_pool before to avoid a memory leak in case we did the lookup
Ruediger Pluem
2023-04-25
1
-0
/
+4
*
* For retriggering a DNS lookup worker->cp->addr should be set to NULL and thus
Ruediger Pluem
2023-04-25
1
-6
/
+12
*
mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.
Yann Ylavic
2023-03-31
6
-35
/
+83
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
9
-9
/
+9
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
10
-20
/
+78
*
mod_proxy: Check the query-string for proxy-noencode too.
Yann Ylavic
2023-03-10
4
-40
/
+40
*
don't forward invalid query strings
Eric Covener
2023-03-05
4
-0
/
+40
*
mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation
Yann Ylavic
2023-03-02
1
-14
/
+35
*
mod_proxy_uwsgi: Honor "proxy-nocanon" and "proxy-noencode".
Yann Ylavic
2023-03-02
1
-2
/
+8
*
mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.
Yann Ylavic
2023-03-02
6
-8
/
+30
*
* Optimize code: We know that we already have a valid encoding string,
Ruediger Pluem
2023-02-10
1
-3
/
+4
*
* 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
[next]