aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Watchdog.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-22Prevent a null ref when an avatar login doesn't go as plannedMelanie1-1/+1
2010-09-14Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...Justin Clark-Casey (justincc)1-2/+12
2010-08-03don't mask current time reads (since we don't mask the corresponding subtract)Mike Rieker1-3/+3
2009-10-26* Changed the watchdog timer to improve the speed of UpdateThread(), only tra...John Hurliman1-30/+30
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-0/+183