index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
proxy_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the tunnelled connections to report the
Jean-Frederic Clere
2021-05-06
1
-8
/
+17
*
* modules/proxy/proxy_util.c (ap_proxy_define_balancer):
Joe Orton
2021-03-16
1
-0
/
+2
*
mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.
Yann Ylavic
2021-01-07
1
-4
/
+10
*
Revert r1480058, -1'ed on dev@ and STATUS.
Yann Ylavic
2020-12-10
1
-3
/
+4
*
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.
Yann Ylavic
2020-12-03
1
-0
/
+262
*
mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.
Yann Ylavic
2020-11-23
1
-3
/
+2
*
mod_proxy: Add support for an optional third argument to ProxyRemote*
Joe Orton
2020-09-17
1
-5
/
+15
*
mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.
Yann Ylavic
2020-07-23
1
-139
/
+164
*
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
1
-118
/
+170
*
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
*
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: binary search for ProxyErrorOverride status codes.
Yann Ylavic
2020-05-14
1
-9
/
+21
*
mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.
Yann Ylavic
2020-05-12
1
-0
/
+11
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+2
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
1
-0
/
+27
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
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
1
-140
/
+300
*
mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.
Yann Ylavic
2019-11-03
1
-1
/
+193
*
Fix pool concurrency problems
Ruediger Pluem
2019-10-11
1
-53
/
+78
*
* 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
1
-2
/
+0
*
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
*
remove APR_HAS_THREADS check
Eric Covener
2019-08-26
1
-4
/
+0
*
* modules/proxy/proxy_util.c (ap_proxy_share_balancer): Create the
Joe Orton
2019-08-08
1
-4
/
+5
*
remove request details from error documents (CVE-2019-10092).
Eric Covener
2019-08-02
1
-4
/
+1
*
* Fix the logic to follow the comment. So far we only forwarded the header if
Ruediger Pluem
2019-05-22
1
-2
/
+2
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
1
-0
/
+3
*
Fix for: [Bug 62372] Load balancer byrequests required when bytraffic chosen
Jim Jagielski
2019-04-02
1
-2
/
+5
*
mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.
Yann Ylavic
2019-03-16
1
-0
/
+13
*
Make proxy modules compile if APR_HAS_THREADS is not defined.
Stefan Sperling
2019-01-29
1
-0
/
+18
*
If ProxyPassReverse is used for reverse mapping of relative redirects, subseq...
Christophe Jaillet
2018-08-01
1
-2
/
+6
*
mod_proxy_http: follow up to r1836588: avoid 100-continue responses from core.
Yann Ylavic
2018-07-25
1
-8
/
+0
*
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
Ruediger Pluem
2018-07-25
1
-5
/
+17
*
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
Ruediger Pluem
2018-07-20
1
-0
/
+1
*
Add default schema ports for websockets
Jim Jagielski
2018-06-21
1
-0
/
+2
*
* modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpool
Joe Orton
2018-06-05
1
-1
/
+2
*
In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...
Christophe Jaillet
2018-05-26
1
-48
/
+54
*
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...
Jim Riggs
2018-04-11
1
-0
/
+116
*
Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().
Yann Ylavic
2018-03-09
1
-7
/
+6
*
Follow up to r1609680: simpler/faster ap_proxy_strcmp_ematch().
Yann Ylavic
2018-03-09
1
-3
/
+5
*
Set the notice when hostname is too long for legacy proxy modules to info level.
Graham Leggett
2018-02-16
1
-1
/
+1
*
Tone down the message that worker hostname is too long noting it only
Graham Leggett
2018-02-16
1
-4
/
+5
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-18
/
+21
*
too-long worker schemes and/or hostnames are no longer fatal errors
Jim Jagielski
2018-02-07
1
-2
/
+4
[next]