aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-22/+1
* bad merge?UbitUmarov2015-09-011-3/+27
|\
| * Merge branch 'master' into careminsterMelanie2013-06-041-139/+187
| |\
| * | avoid potencial NullReferenceExceptionUbitUmarov2012-11-241-2/+5
| * | Merge branch 'master' into careminsterMelanie2012-07-281-0/+1
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-07-121-6/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-03-071-1/+52
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-241-1/+3
| |\ \ \ \ \
| * | | | | | Add a state change method to the Async commands handler to allow timersMelanie Thielker2010-07-181-0/+20
* | | | | | | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* | | | | | | Add the "StateChange" function to the async comand manager to differentiateMelanie2014-04-301-1/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove unnecessary m_scenes and m_scene from AsyncCommandManager.Justin Clark-Casey (justincc)2013-05-311-6/+1
* | | | | | Lock areas of AsyncCommandManager where multiple threads could try to access/...Justin Clark-Casey (justincc)2013-05-311-111/+177
* | | | | | refactor: Remove unused AsyncCommandManager.PleaseShutdownJustin Clark-Casey (justincc)2013-05-311-19/+1
* | | | | | If an exception occurs in the AsyncCommandManager loop, spit it out to log ra...Justin Clark-Casey (justincc)2013-05-301-8/+6
* | | | | | Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)2013-04-041-1/+7
| |_|_|_|/ |/| | | |
* | | | | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
| |_|_|/ |/| | |
* | | | Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-6/+9
| |_|/ |/| |
* | | Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-1/+52
| |/ |/|
* | Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-241-1/+3
|/
* Add some conditionals to references to the WorldComm module, so that theMelanie2009-11-281-1/+2
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-5/+3
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-1/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-3/+3
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-081-21/+21
* Fix listeners in multi-region instancesMelanie Thielker2008-09-261-3/+3
* Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker2008-09-251-55/+61
* Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker2008-09-241-5/+5
* Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker2008-09-241-74/+97
* * minor: method documentationJustin Clarke Casey2008-09-161-0/+3
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
* Minor formatting cleanup.Jeff Ames2008-06-251-1/+1
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa712008-06-241-0/+308