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
...
*
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
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
7
-0
/
+9
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
7
-18
/
+82
*
wss also needs is_ssl.
Jean-Frederic Clere
2020-03-24
1
-1
/
+1
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear any
Ruediger Pluem
2020-03-18
1
-0
/
+1
*
PR64140: Allow %{Content-Type} in health check expressions
Eric Covener
2020-02-28
1
-0
/
+7
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
10
-16
/
+16
*
trap bad FTP responses
Eric Covener
2020-02-07
1
-5
/
+15
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
2
-2
/
+2
*
proxy: add local address to body-forwarding errors
Eric Covener
2020-01-12
1
-2
/
+4
*
Axe an empty line in order to synch with 2.4.x
Christophe Jaillet
2019-12-07
1
-1
/
+0
*
mod_proxy: Improve tunneling loop.
Yann Ylavic
2019-11-05
4
-161
/
+342
*
mod_proxy: Add proxy check_trans hook.
Yann Ylavic
2019-11-05
3
-0
/
+33
*
mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.
Yann Ylavic
2019-11-03
4
-365
/
+329
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
1
-33
/
+13
*
Revert r1869222, wrong files committed.
Yann Ylavic
2019-10-31
2
-246
/
+41
*
mod_proxy_http: follow up to r1869216.
Yann Ylavic
2019-10-31
2
-41
/
+246
*
mod_proxy_http: fix load-balancer fallback for requests with a body.
Yann Ylavic
2019-10-31
1
-14
/
+40
*
mod_proxy_http: follow up to r1868576.
Yann Ylavic
2019-10-20
1
-0
/
+12
*
mod_proxy_http: revert r1868625.
Yann Ylavic
2019-10-20
1
-10
/
+10
*
Synch 2.4.x and trunk.
Christophe Jaillet
2019-10-20
1
-1
/
+1
*
mod_proxy_http: follow up to r1868576.
Yann Ylavic
2019-10-19
1
-10
/
+10
*
mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.
Yann Ylavic
2019-10-18
1
-0
/
+15
*
Fix pool concurrency problems
Ruediger Pluem
2019-10-11
3
-59
/
+87
*
* Add back logging goodness
Ruediger Pluem
2019-10-11
1
-4
/
+4
*
* Revert r1865944 and r1865938
Ruediger Pluem
2019-10-11
1
-29
/
+5
*
restore use of global mutex under !APR_HAS_THREADS
Eric Covener
2019-08-30
3
-9
/
+1
*
* Lock the worker, not the balancer. We even do not know if we have a balancer
Ruediger Pluem
2019-08-29
1
-2
/
+2
*
lognos
Eric Covener
2019-08-26
1
-6
/
+6
*
PR63503: fix pool concurrency problems in mod_proxy
Eric Covener
2019-08-26
1
-5
/
+29
[prev]
[next]