| Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -12/+49 |
2018-07-14 | add a disabled log | UbitUmarov | 1 | -0/+3 |
2017-06-09 | only silent remove threads from watch list if they stopped ( ie still conside... | UbitUmarov | 1 | -4/+2 |
2017-05-26 | change wrong watchdog stopped thread check code, and don't log it | UbitUmarov | 1 | -3/+10 |
2017-05-25 | move assetsconnector threads to whatchdog; Abort all alive threads known to w... | UbitUmarov | 1 | -0/+24 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -57/+49 |
2016-08-25 | watchdog timeouts: replace a silly List copy i added doing it a better way | UbitUmarov | 1 | -6/+10 |
2015-11-27 | revert last change to watchdog timeouts, that should not be needed | UbitUmarov | 1 | -26/+22 |
2015-11-27 | change JobEngine stop code and add a extra check for thread removed on watch... | UbitUmarov | 1 | -22/+28 |
2015-09-05 | fix modifing m_threads on a foreach scanning it | UbitUmarov | 1 | -1/+3 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -138/+11 |
2014-11-25 | Move conditionals which control whether a task is placed in the JobEngine ins... | Justin Clark-Casey (justincc) | 1 | -2/+37 |
2014-11-25 | Temporarily add root agent rez attachments work to job engine if it is runnin... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2014-11-25 | Add experimental job engine to see if queueing some existing async work durin... | Justin Clark-Casey (justincc) | 1 | -0/+18 |
2014-09-26 | Fix long-lived thread name logging. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-09-17 | Undo "Revert "Small changes to threading to send thread names to unmanaged th... | BlueWall | 1 | -6/+7 |
2014-09-17 | Revert "Small changes to threading to send thread names to unmanaged threads.... | BlueWall | 1 | -7/+6 |
2014-09-17 | Small changes to threading to send thread names to unmanaged threads. Needs M... | BlueWall | 1 | -6/+7 |
2014-09-05 | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 1 | -11/+49 |
2014-03-21 | Add monitored thread last update times as stats in "show stats all" | Justin Clark-Casey (justincc) | 1 | -0/+26 |
2013-08-05 | Add checks monitoring framework to provide alerts if certain conditions do no... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-11-16 | Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -33/+2 |
2012-10-12 | Get Watchdog to log thread removal | Justin Clark-Casey (justincc) | 1 | -1/+19 |
2012-08-18 | When reporting a thread timeout, create a copy of the info rather than passin... | Justin Clark-Casey (justincc) | 1 | -1/+14 |
2012-08-15 | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 1 | -5/+26 |
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-25 | Add experimental "OpenSim object memory churn" statistics to output of region... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2012-07-05 | Log warning if time between invocations of the watchdog thread is twice the t... | Justin Clark-Casey (justincc) | 1 | -2/+22 |
2012-07-04 | refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-06-07 | Allow the thread watchdog to accept an alarm method that is invoked if the ti... | Justin Clark-Casey (justincc) | 1 | -17/+23 |
2012-02-24 | Take watchdog alarm calling back outside the m_threads lock. | Justin Clark-Casey (justincc) | 1 | -3/+16 |
2012-02-24 | Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-02-24 | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 1 | -17/+40 |
2011-11-15 | fix build break on UserManagementModule. | Justin Clark-Casey (justincc) | 1 | -4/+7 |
2011-11-15 | Add number of milliseconds since last update to "show threads" | Justin Clark-Casey (justincc) | 1 | -1/+11 |
2011-11-12 | doh - correct build break | Justin Clark-Casey (justincc) | 1 | -6/+7 |
2011-11-12 | Add threads to the watchdog thread list before we start them. | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2011-10-25 | Restart the event queue worker threads that I accidentally disabled earlier t... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-10-25 | In Watchdog, add ability to specific timeout for a thread. | Justin Clark-Casey (justincc) | 1 | -16/+56 |
2011-10-25 | Add m_threads dictionary locking to Watchdog.GetThreads() | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2011-10-25 | Add "threads abort <thread-id>" simulator console command that allows us to a... | Justin Clark-Casey (justincc) | 1 | -2/+23 |
2010-12-22 | Prevent a null ref when an avatar login doesn't go as planned | Melanie | 1 | -1/+1 |
2010-09-14 | Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat... | Justin Clark-Casey (justincc) | 1 | -2/+12 |
2010-08-03 | don't mask current time reads (since we don't mask the corresponding subtract) | Mike Rieker | 1 | -3/+3 |
2009-10-26 | * Changed the watchdog timer to improve the speed of UpdateThread(), only tra... | John Hurliman | 1 | -30/+30 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -0/+183 |