index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
balancers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Arrange the bybusyness logic and prevent bad busy values
Jean-Frederic Clere
2023-09-11
1
-3
/
+10
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-2
/
+0
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
* ap_proxy_balancer_get_best_worker cannot be exported and used as an optional
Ruediger Pluem
2018-07-25
3
-6
/
+6
*
* Add missing log numbers
Ruediger Pluem
2018-07-20
3
-3
/
+3
*
* Always retrieve conditional function. static variable might contain garbage...
Ruediger Pluem
2018-07-20
1
-6
/
+4
*
* Remove invalid copy and paste comments
Ruediger Pluem
2018-07-20
2
-8
/
+0
*
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
Ruediger Pluem
2018-07-20
3
-3
/
+81
*
mod_proxy_balancer: follow up to r1828890: indentation and 80 col.
Yann Ylavic
2018-05-29
3
-8
/
+11
*
mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...
Jim Riggs
2018-04-11
3
-230
/
+49
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-1
/
+1
*
Make sure updatelbstatus() is NULL
Jim Jagielski
2017-07-24
4
-4
/
+8
*
Fix proxy balancer lbmethod --enable defaults to follow proxy_balancer
William A. Rowe Jr
2016-06-28
1
-4
/
+4
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+1
*
No need to search twice for the same value.
Christophe Jaillet
2016-01-19
1
-9
/
+9
*
Fix curly braces style
Christophe Jaillet
2014-12-02
4
-18
/
+22
*
Use apr_pstrmemdup instead of apr_pstrndup when this is safe.
Christophe Jaillet
2013-12-09
1
-1
/
+1
*
mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
Jeff Trawick
2012-07-23
1
-2
/
+2
*
Revert a whole mess that was not ment to be committed
William A. Rowe Jr
2012-01-05
4
-32
/
+32
*
Cure size_t abuse, curse some recent code
William A. Rowe Jr
2012-01-05
4
-32
/
+32
*
Various fixes for log message tags:
Stefan Fritsch
2011-12-07
1
-3
/
+3
*
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x
Stefan Fritsch
2011-12-07
1
-5
/
+7
*
Change the provider names to match the module names:
Stefan Fritsch
2011-12-04
1
-2
/
+5
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
4
-8
/
+8
*
mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows
Graham Leggett
2011-12-02
4
-5
/
+54
*
Move useful and shared balancer stuff to the shm slot...
Jim Jagielski
2011-11-25
3
-3
/
+3
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
3
-15
/
+15
*
Create wrapper API for apr_random;
Stefan Fritsch
2011-09-15
1
-38
/
+1
*
Implement draining capability for proxy workers... only accept
Jim Jagielski
2011-09-13
3
-11
/
+20
*
fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
Jeff Trawick
2011-07-14
1
-1
/
+2
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
4
-4
/
+4
*
Implement reset() funcs for the LBmethods...
Jim Jagielski
2011-03-31
3
-3
/
+28
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-7
/
+3
*
More movement to shared stuff...
Jim Jagielski
2011-01-13
4
-5
/
+5
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
4
-4
/
+4
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
1
-1
/
+1
*
When pick was zero no worker where choosen.
Jean-Frederic Clere
2009-10-08
1
-1
/
+1
*
Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)
Jean-Frederic Clere
2009-10-07
1
-7
/
+18
*
Try to have consistent interface regardless of slotmem or
Jim Jagielski
2009-09-30
1
-5
/
+19
*
Add port in the logic.
Jean-Frederic Clere
2009-09-30
1
-0
/
+6
*
typo.
Jean-Frederic Clere
2009-09-29
1
-1
/
+1
*
mark some private module data as "static", resolving
Jeff Trawick
2009-07-29
1
-1
/
+1
*
fix type mismatch in argument to attach() method
Jeff Trawick
2009-07-29
1
-1
/
+1
*
Put the hm_slot_server_t in a common include.
Jean-Frederic Clere
2009-07-28
1
-10
/
+1
*
* Silence compiler warnings about unused variables.
Ruediger Pluem
2009-07-09
1
-3
/
+1
*
Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.
Jean-Frederic Clere
2009-07-06
1
-2
/
+87
*
server_rec *r... Oops should be server_rec *s.
Jean-Frederic Clere
2009-05-13
4
-8
/
+8
*
Arrange the proxy_balancer_method:
Jean-Frederic Clere
2009-05-12
4
-16
/
+16
*
Change the order of mod_proxy and mod_proxy_balancer child_init().
Jean-Frederic Clere
2009-05-05
4
-46
/
+46
*
Add balancer module targets
William A. Rowe Jr
2009-05-05
4
-0
/
+492
[next]