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
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-1
/
+1
*
max_attempts_set needs to be set too.
Jean-Frederic Clere
2021-04-08
1
-0
/
+1
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
* modules/proxy/proxy_util.c (ap_proxy_define_balancer):
Joe Orton
2021-03-16
1
-0
/
+2
*
Fix the fixed timeout, thanks RĂ¼diger.
Jean-Frederic Clere
2021-03-10
1
-6
/
+17
*
Add CPING to health check logic.
Jean-Frederic Clere
2021-03-10
4
-1
/
+63
*
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
*
Use an optional function as adviced by RĂ¼diger.
Jean-Frederic Clere
2021-03-09
2
-2
/
+12
*
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
Joe Orton
2021-03-05
1
-0
/
+1
*
Add balancer_manage() to allow external module to fill workers for balancers.
Jean-Frederic Clere
2021-03-04
1
-0
/
+37
*
Simplify balancer-manager XSS protection, no functional change:
Joe Orton
2021-03-03
1
-26
/
+20
*
rollback r1887138. Sorry ;-(
Jean-Frederic Clere
2021-03-03
2
-119
/
+81
*
Allow empty <balancer://mycluster/> and add a provider to allow other modules...
Jean-Frederic Clere
2021-03-03
2
-81
/
+119
*
Enable mod_cgid stderr handling via Unix socket fd transfer by
Joe Orton
2021-02-25
1
-6
/
+1
*
mod_proxy_http: follow up to r1886141, axe overlong scheme check.
Yann Ylavic
2021-02-03
1
-5
/
+0
*
* We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)
Ruediger Pluem
2021-02-02
1
-5
/
+5
*
mod_proxy_hcheck: don't pile up health checks. PR 63010.
Yann Ylavic
2021-01-19
1
-25
/
+40
*
mod_proxy_wstunnel: follow up to r1885239: use ap_find_linked_module().
Yann Ylavic
2021-01-07
1
-11
/
+2
*
mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.
Yann Ylavic
2021-01-07
1
-1
/
+1
*
mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.
Yann Ylavic
2021-01-07
4
-70
/
+143
*
Revert r1480058, -1'ed on dev@ and STATUS.
Yann Ylavic
2020-12-10
3
-122
/
+55
*
mod_proxy_fcgi: follow up to r1884068 and r1884069.
Yann Ylavic
2020-12-03
1
-6
/
+11
*
mod_proxy_fcgi: follow up to r1884068.
Yann Ylavic
2020-12-03
1
-34
/
+83
*
mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".
Yann Ylavic
2020-12-03
1
-7
/
+72
*
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.
Yann Ylavic
2020-12-03
3
-247
/
+323
*
mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.
Yann Ylavic
2020-11-23
3
-9
/
+10
*
Make HTTP_IN filter send 100 continue in blocking mode only.
Yann Ylavic
2020-11-19
1
-55
/
+8
*
* modules/proxy/mod_proxy_wstunnel.c (proxyws_set_aysnch_delay):
Joe Orton
2020-11-10
1
-2
/
+2
*
Add a missing </tr>
Christophe Jaillet
2020-10-03
1
-1
/
+1
*
mod_proxy: Add support for an optional third argument to ProxyRemote*
Joe Orton
2020-09-17
3
-15
/
+40
*
Follow up to r1880205, APLOGNO().
Yann Ylavic
2020-07-23
1
-1
/
+1
*
mod_proxy_uwsgi: Error out on HTTP header larger than 16K
Yann Ylavic
2020-07-23
1
-3
/
+10
*
mod_proxy_http: follow up to r1879419.
Yann Ylavic
2020-07-23
1
-5
/
+4
*
mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.
Yann Ylavic
2020-07-23
2
-139
/
+165
*
Avoid NULL pointer dereferences for empty environment variable values
Ruediger Pluem
2020-07-15
1
-3
/
+5
*
Follow up to r1879449: yet better MPM poll callback API.
Yann Ylavic
2020-07-02
2
-40
/
+17
*
mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.
Yann Ylavic
2020-07-02
2
-38
/
+35
*
mod_proxy_wstunnel: follow up to r1879418: handle first async lifetime too.
Yann Ylavic
2020-07-02
1
-9
/
+27
*
mod_proxy_http: follow up to r1879419: clarify poll callback pds/subpool.
Yann Ylavic
2020-07-02
1
-7
/
+16
*
mod_proxy_http: handle async tunneling of Upgrade(d) protocols.
Yann Ylavic
2020-07-02
3
-54
/
+220
*
mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool.
Yann Ylavic
2020-07-02
1
-7
/
+23
*
mod_ssl: release coalesced data when called from ap_filter_output_pending().
Yann Ylavic
2020-07-02
1
-6
/
+0
*
mod_proxy: reindent ap_proxy_transfer_between_connections() after r1879401.
Yann Ylavic
2020-07-01
1
-46
/
+44
*
mod_proxy: improved and reentrant tunneling loop.
Yann Ylavic
2020-07-01
4
-130
/
+176
*
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
2
-8
/
+32
*
Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.
Yann Ylavic
2020-06-24
2
-38
/
+55
*
Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.
Yann Ylavic
2020-06-24
1
-2
/
+3
[next]