| Commit message (Expand) | Author | Files | Lines |
2017-05-26 | avoid some wrong watchdog timeouts | UbitUmarov | 1 | -2/+1 |
2017-05-25 | move assetsconnector threads to whatchdog; Abort all alive threads known to w... | UbitUmarov | 1 | -0/+1 |
2017-05-24 | give up on the code to stop AsyncCommandManager. It fails with many scripts r... | UbitUmarov | 1 | -1/+3 |
2017-05-23 | fix lock position removing a not necessary function | UbitUmarov | 1 | -10/+1 |
2017-05-23 | allow new thread creation if it was aborted on AsyncCommandManager | UbitUmarov | 1 | -3/+6 |
2017-05-23 | protect AsyncCommandManager thread from fails on the several things it checks | UbitUmarov | 1 | -6/+7 |
2017-05-23 | only remove AsyncCommandManager thread when last instance is deleted | UbitUmarov | 1 | -4/+11 |
2017-05-23 | stop a few more threads on exit | UbitUmarov | 1 | -16/+14 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -22/+22 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -22/+1 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-04-30 | Add the "StateChange" function to the async comand manager to differentiate | Melanie | 1 | -1/+23 |
2013-05-31 | Remove unnecessary m_scenes and m_scene from AsyncCommandManager. | Justin Clark-Casey (justincc) | 1 | -6/+1 |
2013-05-31 | Lock areas of AsyncCommandManager where multiple threads could try to access/... | Justin Clark-Casey (justincc) | 1 | -111/+177 |
2013-05-31 | refactor: Remove unused AsyncCommandManager.PleaseShutdown | Justin Clark-Casey (justincc) | 1 | -19/+1 |
2013-05-30 | If an exception occurs in the AsyncCommandManager loop, spit it out to log ra... | Justin Clark-Casey (justincc) | 1 | -8/+6 |
2013-04-04 | Fix bug where outstanding llHTTPRequests for scripts were not being aborted w... | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2012-11-24 | avoid potencial NullReferenceException | UbitUmarov | 1 | -2/+5 |
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-07-11 | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 1 | -6/+9 |
2012-03-06 | Add sensor, dataserver requests, timer and listener counts to "xengine status... | Justin Clark-Casey (justincc) | 1 | -1/+52 |
2012-02-24 | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2010-07-18 | Add a state change method to the Async commands handler to allow timers | Melanie Thielker | 1 | -0/+20 |
2009-11-28 | Add some conditionals to references to the WorldComm module, so that the | Melanie | 1 | -1/+2 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -5/+3 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 1 | -1/+0 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -3/+3 |
2008-11-08 | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 1 | -21/+21 |
2008-09-26 | Fix listeners in multi-region instances | Melanie Thielker | 1 | -3/+3 |
2008-09-25 | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 1 | -55/+61 |
2008-09-24 | Rename lots of stuff in DNE to reduce source code differences in the | Melanie Thielker | 1 | -5/+5 |
2008-09-24 | Decouple AsyncCommands from XEngine and the script instance. Make | Melanie Thielker | 1 | -74/+97 |
2008-09-16 | * minor: method documentation | Justin Clarke Casey | 1 | -0/+3 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -4/+4 |
2008-06-25 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-06-24 | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap... | lbsa71 | 1 | -16/+56 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -12/+10 |
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, h... | Teravus Ovares | 1 | -19/+85 |
2008-05-29 | Mantis#1411. Thank you kindly for Dataserver.cs and a patch | Charles Krinke | 1 | -0/+7 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -1/+1 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -12/+7 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+25 |
2008-02-25 | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 1 | -497/+24 |
2008-02-25 | eol | Tedd Hansen | 1 | -677/+677 |
2008-02-25 | Step 1 in reorganizing AsyncCommandManager | Tedd Hansen | 1 | -677/+677 |
2008-02-25 | Initial patch for llSensor* | Tedd Hansen | 1 | -3/+272 |
2008-02-22 | ScriptEngine works again (startup-nully-error gone) | Tedd Hansen | 1 | -10/+9 |
2008-02-22 | One more: Async LSL command thread is also shared now. | Tedd Hansen | 1 | -28/+53 |