index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy_balancer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-3
/
+3
*
PR62989: DOCTYPE tags in server-generated HTML.
Eric Covener
2020-01-31
1
-1
/
+1
*
restore use of global mutex under !APR_HAS_THREADS
Eric Covener
2019-08-30
1
-6
/
+0
*
PR63688 balancer csrf problems
Eric Covener
2019-08-23
1
-1
/
+1
*
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
Joe Orton
2019-08-08
1
-28
/
+28
*
* modules/proxy/mod_proxy_balancer.c (balancer_handler): Check Referer
Joe Orton
2019-08-08
1
-1
/
+22
*
Follow up to r1847232.
Christophe Jaillet
2019-06-14
1
-2
/
+2
*
Arrange balancer_handler() to be able to call
Jean-Frederic Clere
2019-05-14
1
-98
/
+136
*
Fix some HTML syntax issues.
Christophe Jaillet
2019-03-15
1
-1
/
+2
*
Make proxy modules compile if APR_HAS_THREADS is not defined.
Stefan Sperling
2019-01-29
1
-3
/
+38
*
Arrange the xml display and make it uses xml.
Jean-Frederic Clere
2018-11-23
1
-2
/
+1
*
fix incorrect rv. Sorry.
Jean-Frederic Clere
2018-11-23
1
-2
/
+2
*
Add error messages and return bad request.
Jean-Frederic Clere
2018-11-23
1
-0
/
+11
*
* Always retrieve conditional function. static variable might contain garbage...
Ruediger Pluem
2018-07-20
1
-7
/
+5
*
mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files.
Yann Ylavic
2018-05-20
1
-1
/
+1
*
Revert r1831218, the API garantees slotmem_attach() is called in child_init().
Yann Ylavic
2018-05-11
1
-3
/
+15
*
mod_proxy_balancer: follow up to r1830800.
Yann Ylavic
2018-05-09
1
-1
/
+1
*
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...
Jim Riggs
2018-04-11
1
-1
/
+6
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-2
/
+2
*
mod_proxy_balancer: follow up tp r1822509.
Yann Ylavic
2018-02-08
1
-10
/
+117
*
Revert r1822800 and r1822804.
Yann Ylavic
2018-01-31
1
-6
/
+5
*
mod_proxy_balancer: follow up tp r1822509 and r1822800.
Yann Ylavic
2018-01-31
1
-8
/
+4
*
mod_proxy_balancer: follow up tp r1822509.
Yann Ylavic
2018-01-31
1
-4
/
+9
*
Revert r1813167 (per review).
Yann Ylavic
2017-10-25
1
-8
/
+9
*
mod_proxy_balancer: fix runtime lbfactor value changed in 2.4.28.
Yann Ylavic
2017-10-24
1
-9
/
+8
*
Fix remaining lint from ms capability for hchecks.
Jim Jagielski
2017-08-16
1
-3
/
+3
*
Umm. This is C :)
Jim Jagielski
2017-08-16
1
-4
/
+4
*
loadfactor now decimal
Jim Jagielski
2017-08-16
1
-9
/
+11
*
OK... we display ms, since we want to be able to provide
Jim Jagielski
2017-06-21
1
-4
/
+4
*
allow balancer-manager to also accept subsecond intervals
Jim Jagielski
2017-06-21
1
-4
/
+7
*
https://bz.apache.org/bugzilla/show_bug.cgi?id=58855
Jim Jagielski
2017-01-09
1
-4
/
+4
*
* Prevent redirect loops between workers within a balancer by limiting the
Ruediger Pluem
2016-07-20
1
-4
/
+10
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-3
/
+3
*
Actually, do the nulling indepedent of whether it is being
Jim Jagielski
2016-02-02
1
-3
/
+5
*
If disabling health check (NONE) or using TCP method, then
Jim Jagielski
2016-02-02
1
-1
/
+2
*
Now honor changed params!
Jim Jagielski
2016-02-02
1
-0
/
+40
*
Now input-ize the values... next step is to tie into the
Jim Jagielski
2016-02-02
1
-16
/
+20
*
Tie bal-man to hcheck for dynamic adjustments... right now,
Jim Jagielski
2016-02-02
1
-4
/
+28
*
Better naming
Jim Jagielski
2016-02-02
1
-1
/
+1
*
Only show if hcheck module is loaded
Jim Jagielski
2016-02-02
1
-4
/
+8
*
Since these are externs, prepend proxy_
Jim Jagielski
2016-02-02
1
-0
/
+10
*
expose more worker status info in prep for making
Jim Jagielski
2016-02-02
1
-17
/
+10
*
And make the list of health check conditions viewable via
Jim Jagielski
2016-01-19
1
-0
/
+7
*
Expose the expr
Jim Jagielski
2016-01-19
1
-2
/
+3
*
Use worker status character defines taken
Rainer Jung
2016-01-19
1
-5
/
+5
*
Open up hook/scar to allow for passes/fails and
Jim Jagielski
2016-01-19
1
-2
/
+2
*
Expose this in our API
Jim Jagielski
2016-01-18
1
-12
/
+1
*
Make balancer manager health-check aware
Jim Jagielski
2016-01-17
1
-4
/
+27
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-2
/
+2
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-2
/
+2
[next]