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_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
*
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 r1879094: make use_original_uri signed for unsigned char archs.
Yann Ylavic
2020-06-23
1
-1
/
+1
*
Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.
Yann Ylavic
2020-06-22
2
-11
/
+12
*
Allow for proxy servlet mapping at pre_translate_name stage.
Yann Ylavic
2020-06-22
2
-10
/
+247
*
ap_proxy_define_match_worker: disable connection reuse by default.
Yann Ylavic
2020-06-19
1
-0
/
+10
*
ap_proxy_define_match_worker: don't copy the url unnecessarily.
Yann Ylavic
2020-06-19
1
-5
/
+5
*
mod_proxy_http: always stream the request body by default.
Yann Ylavic
2020-06-19
1
-64
/
+27
*
make sure the $n of the regular expressions is not included the name of the w...
Jean-Frederic Clere
2020-06-04
1
-1
/
+5
*
mod_proxy_http: put request/response splitting checks under the same comment.
Yann Ylavic
2020-06-01
1
-16
/
+15
*
mod_proxy_http: don't strip EOS when spooling request body to file.
Yann Ylavic
2020-05-29
1
-0
/
+8
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
3
-18
/
+15
*
lognos
Eric Covener
2020-05-16
1
-1
/
+1
*
PR 64365: proxy_fcgi doesn't check expression before unsetting var
Eric Covener
2020-05-16
1
-6
/
+17
*
mod_proxy: binary search for ProxyErrorOverride status codes.
Yann Ylavic
2020-05-14
2
-10
/
+47
*
mod_proxy_http: follow up to r1877696: reindent.
Yann Ylavic
2020-05-13
1
-145
/
+143
*
mod_proxy_http: axe ap_proxy_should_override() duplicate checks.
Yann Ylavic
2020-05-13
2
-5
/
+3
*
mod_proxy_http: follow up to r1877646: send Upgrade header with 101 response.
Yann Ylavic
2020-05-13
1
-6
/
+24
*
mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.
Yann Ylavic
2020-05-12
5
-82
/
+212
*
mod_proxy_http: follow up to r1877557.
Yann Ylavic
2020-05-10
1
-29
/
+17
*
mod_proxy_http: single point of failure in ap_proxy_http_process_response().
Yann Ylavic
2020-05-10
1
-26
/
+31
[next]