| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-02-24 | 1 | -18/+54 |
|\ |
|
| * | Take watchdog alarm calling back outside the m_threads lock. | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -3/+16 |
| * | Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ... | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -1/+1 |
| * | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -17/+40 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-17 | 1 | -1/+14 |
|\ \
| |/ |
|
| * | fix build break on UserManagementModule. | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -4/+7 |
| * | Add number of milliseconds since last update to "show threads" | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -1/+11 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-12 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | doh - correct build break | Justin Clark-Casey (justincc) | 2011-11-12 | 1 | -6/+7 |
| * | Add threads to the watchdog thread list before we start them. | Justin Clark-Casey (justincc) | 2011-11-12 | 1 | -5/+5 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 1 | -8/+0 |
|\ \
| |/ |
|
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 1 | -16/+86 |
|\ \
| |/ |
|
| * | Restart the event queue worker threads that I accidentally disabled earlier t... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -2/+2 |
| * | In Watchdog, add ability to specific timeout for a thread. | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -16/+56 |
| * | Add m_threads dictionary locking to Watchdog.GetThreads() | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -1/+2 |
| * | Add "threads abort <thread-id>" simulator console command that allows us to a... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -2/+23 |
* | | Prevent a null ref when an avatar login doesn't go as planned | Melanie | 2010-12-22 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-14 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat... | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -2/+12 |
* | | don't mask current time reads (since we don't mask the corresponding subtract) | Mike Rieker | 2010-08-03 | 1 | -3/+3 |
|/ |
|
* | * Changed the watchdog timer to improve the speed of UpdateThread(), only tra... | John Hurliman | 2009-10-26 | 1 | -30/+30 |
* | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 2009-10-22 | 1 | -0/+183 |