index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cluster
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
complete r771579, refactoring mod_watchdog as loadable on win32
William A. Rowe Jr
2009-05-05
2
-0
/
+246
*
* Add missing include to fix compiler warnings
Ruediger Pluem
2009-04-16
1
-0
/
+1
*
write Ok to tomcat.
Jean-Frederic Clere
2009-04-14
1
-1
/
+7
*
Add a logic to use an handler and HTTP.
Jean-Frederic Clere
2009-04-14
1
-29
/
+68
*
Remove the C++ style comment and use 1 for keep_running.
Jean-Frederic Clere
2009-04-08
1
-2
/
+1
*
Arrange traces.
Jean-Frederic Clere
2009-04-07
1
-17
/
+18
*
Set keep_running and clean pool if not.
Jean-Frederic Clere
2009-04-07
1
-0
/
+2
*
clean up apr_time_from_msec() compatibility macros
Jeff Trawick
2009-04-02
1
-6
/
+0
*
* Removed unused variables.
Ruediger Pluem
2009-03-30
1
-7
/
+0
*
Use named watchdog for heartmonitor.
Mladen Turk
2009-03-30
1
-177
/
+98
*
Use correct check logic
Mladen Turk
2009-03-30
1
-1
/
+1
*
If there are multiple hook watchdog threads registered, make sure we fire on ...
Mladen Turk
2009-03-30
1
-1
/
+1
*
Use child singleton watchdog for running the heartbeat module
Mladen Turk
2009-03-29
1
-161
/
+22
*
* modules/cluster/mod_heartmonitor.c
Paul Querna
2009-03-27
1
-1
/
+13
*
no ap_my_generation
Jeff Trawick
2009-03-25
1
-2
/
+5
*
Declare variables prior to code statements otherwise some compilers choke.
Bradley Nicholes
2009-03-24
1
-1
/
+1
*
Tag the pool at creation time.
Paul Querna
2009-01-22
1
-1
/
+1
*
Use the more traditional create/clear/destroy style for the main loop pool.
Paul Querna
2009-01-22
1
-3
/
+4
*
Use cmd->temp_pool for temp allocations during configuration.
Paul Querna
2008-12-07
2
-5
/
+5
*
Make ctx:status an apr_status_t, and be consistent about checking and setting...
Paul Querna
2008-12-07
2
-10
/
+10
*
Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.
Paul Querna
2008-12-07
2
-2
/
+2
*
Also init mutex_path in hm_create_config.
Paul Querna
2008-12-05
1
-0
/
+2
*
Print the correct enum value for the lock mech.
Paul Querna
2008-12-05
1
-7
/
+9
*
Add a comment explaining the start mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
Log the correct function name.
Paul Querna
2008-12-05
1
-1
/
+1
*
D'oh. Fix r723672 and use the correct define.
Paul Querna
2008-12-05
1
-1
/
+1
*
Make the frequency with how often we write the stats file a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
Make hm_ctx_t:keep_running a volatile.
Paul Querna
2008-12-05
1
-1
/
+1
*
Show the correct mutex type (even if its just the enum id) rather than the de...
Paul Querna
2008-12-05
1
-5
/
+8
*
Add comment explaining the startup mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
Use correct function name in log message.
Paul Querna
2008-12-05
1
-1
/
+1
*
Don't overcount busy servers from previous generations.
Paul Querna
2008-12-05
1
-1
/
+2
*
Make hb_ctx_t:keep_running volatile.
Paul Querna
2008-12-05
1
-1
/
+1
*
Don't do anything by defautl if we haven't been configured.
Paul Querna
2008-12-02
1
-10
/
+15
*
When not configured, don't do anything by default.
Paul Querna
2008-12-02
1
-2
/
+17
*
Add the new modules to the netware build
Bradley Nicholes
2008-12-01
3
-0
/
+762
*
Move the variable declarations to the beginning of the code blocks to avoid c...
Bradley Nicholes
2008-12-01
2
-8
/
+13
*
Move variable declartions to the top of functions for c89'ness.
Paul Querna
2008-12-01
2
-9
/
+13
*
Add two new modules to handle load balancing across multiple apache servers
Paul Querna
2008-12-01
6
-0
/
+978
[prev]