aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)1-0/+2
2014-11-28Stop writing SizeZ config parameter for now when creating regions from consol...Justin Clark-Casey (justincc)1-1/+1
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)4-141/+226
2014-11-25Change jobengine logging command to "debug jobengine log <int>" rather than l...Justin Clark-Casey (justincc)1-7/+6
2014-11-25Move conditionals which control whether a task is placed in the JobEngine ins...Justin Clark-Casey (justincc)1-2/+37
2014-11-25Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2-6/+67
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)3-11/+22
2014-11-25Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)2-1/+36
2014-11-25If an exception makes it to the top of a JobEngine request, catch and log ins...Justin Clark-Casey (justincc)1-1/+10
2014-11-25Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)1-0/+4
2014-11-25minor: remove warning in BasicHttpAuthentication by commenting out unused rem...Justin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-11-25Add loglevel to jobengine that can be controlled via "debug jobengine logleve...Justin Clark-Casey (justincc)1-6/+26
2014-11-25Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)1-4/+4
2014-11-25Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2-0/+310
2014-10-31Add "region set" console command.Justin Clark-Casey (justincc)1-8/+4
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-0/+1
2014-09-26Fix long-lived thread name logging.Justin Clark-Casey (justincc)1-1/+1
2014-09-23Add persistent command history in consoleJak Daniels1-2/+56
2014-09-17Undo "Revert "Small changes to threading to send thread names to unmanaged th...BlueWall3-9/+10
2014-09-17Revert "Small changes to threading to send thread names to unmanaged threads....BlueWall3-10/+9
2014-09-17Small changes to threading to send thread names to unmanaged threads. Needs M...BlueWall3-9/+10
2014-09-09Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c cha...Justin Clark-Casey (justincc)1-1/+1
2014-09-09For stat names containing periods, replace with '#' rather than throw exceptionJustin Clark-Casey (justincc)1-1/+2
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2-41/+49
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)4-36/+36
2014-08-15If a user moves back in sight of a child region before the agent has been clo...Justin Clark-Casey (justincc)1-0/+5
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-08-13Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)1-0/+3
2014-07-29Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)1-2/+42
2014-07-26Temporary stop CAPS service points from being added to stats as this can be a...Justin Clark-Casey (justincc)1-12/+17
2014-07-25Add stats for service endpoints using existing data.Justin Clark-Casey (justincc)1-0/+14
2014-07-25Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...Justin Clark-Casey (justincc)1-22/+31
2014-07-21minor: Limit processor related stats to 3 decimal places instead of all the p...Justin Clark-Casey (justincc)1-4/+4
2014-07-21Fix CPU processor use reporting on Mono.Justin Clark-Casey (justincc)1-10/+4
2014-07-21Don't append attachments multiple timesOren Hurvitz1-0/+6
2014-07-21Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ...Oren Hurvitz2-7/+31
2014-07-21In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz1-0/+1
2014-07-21Write UDP statistics to the log, not just the console (e.g., "show queues")Oren Hurvitz1-31/+22
2014-07-21Better logging of threadpool activity in Overload mode: if we didn't log "Que...Oren Hurvitz1-1/+7
2014-07-21Close streams immediately when we finish using themOren Hurvitz7-137/+164
2014-07-19minor: remove long unused RegionInfo.ignoreIncomingConfigurationJustin Clark-Casey (justincc)1-5/+0
2014-07-19minor: remove long unused RegionInfo.commFailTFJustin Clark-Casey (justincc)1-1/+0
2014-07-18minor: add method doc to ICommands.HasCommand()Justin Clark-Casey (justincc)1-0/+5
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)3-17/+36
2014-07-14Use thread-safe version of .NET Random as the SDK class is not thread-safe.Justin Clark-Casey (justincc)2-1/+73
2014-07-09Turn RestClient.Request() logging down the debug and comment out for now.Justin Clark-Casey (justincc)1-5/+5
2014-07-08Fix issue with running "stats record start|stop" console commandJustin Clark-Casey (justincc)1-4/+4
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)2-2/+13
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)9-9/+9