Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2012-12-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/InstantMessage/MessageTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather ↵ | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -1/+1 |
| | | | | | | | | than creating a new CultureInfo separately | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-25 | 5 | -176/+116 |
|\ \ | |/ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | ||||
| * | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -2/+4 |
| | | | | | | | | automatically turns off any logging enabled between tests | ||||
| * | Make "show threads" and "thread abort" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 2 | -102/+93 |
| | | |||||
| * | Make "force gc" console command available across all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 2 | -11/+12 |
| | | |||||
| * | Make "show version" console command available across all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 2 | -8/+7 |
| | | |||||
| * | Delete unused BaseHttpServer.HandleAgentRequest() | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -53/+0 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 2 | -332/+547 |
|\ \ | |/ | |||||
| * | Factor out command script code. | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -2/+50 |
| | | | | | | | | This also allows comments in command scripts (lines starting with ;, # or //) to be used across all servers | ||||
| * | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -3/+137 |
| | | |||||
| * | Factor out common pid file creation and removal code. | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -40/+47 |
| | | | | | | | | Log path at which pid file is created or reason for failure to create. | ||||
| * | Add "get log level" command - this returns the current server session ↵ | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -19/+31 |
| | | | | | | | | | | | | console logging level. This supersedes getting information by calling "set log level" without a 4th argument, which is confusing. | ||||
| * | Remove unused BaseOpenSimServer.ShowHelp() | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -21/+0 |
| | | |||||
| * | Make "set log level" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -31/+31 |
| | | |||||
| * | Make "show info" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -179/+183 |
| | | | | | | | | This helpfully lists version information, startup location and console log level | ||||
| * | Factor out common registration of "show uptime" command | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -66/+76 |
| | | |||||
| * | factor out common HandleShow code for "show uptime" | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -34/+55 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 2 | -25/+62 |
|\ \ | |/ | |||||
| * | refactor: Factor out copy/pasted server uptime report code | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -25/+62 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-20 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | minor: If logging full incoming HTTP data, don't deceptively print ... at ↵ | Justin Clark-Casey (justincc) | 2012-11-20 | 1 | -2/+5 |
| | | | | | | | | the end of the body. | ||||
* | | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminster | Melanie | 2012-11-20 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | ||||
| * | | * Prep work switching the GetMeshModule over to a poll service. | teravus | 2012-11-09 | 1 | -1/+2 |
| | | | | | | | | | | | | * This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-11-15 | 2 | -0/+66 |
|\ \ \ | | |/ | |/| | |||||
| * | | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 2 | -0/+66 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-30 | 1 | -0/+11 |
|\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | | Add "force gc" region console command which manually invokes garbage collection. | Justin Clark-Casey (justincc) | 2012-10-29 | 1 | -0/+11 |
| | | | | | | | | | | | | For debugging purposes. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-23 | 1 | -9/+3 |
|\ \ \ | |/ / | |||||
| * | | minor: Get content type handler logger to log "unset" for the content type ↵ | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | instead of blank if no content type was set. | ||||
| * | | minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data ↵ | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | where this wasn't already used. This allows log level 5 (log sample or large part of incoming post data) to operate and removes copy/paste. | ||||
| * | | If we're avoiding printing a long request warning for a GetTexture CAP call, ↵ | Justin Clark-Casey (justincc) | 2012-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | check we received a request handler first since this is not guaranteed. Resolves harmless logged exception when content type and generic xml rpc requests take more than 3 seconds. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-12 | 1 | -28/+4 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | | Extend "show stats" command to "show stats [list|all|<category name>]" | Justin Clark-Casey (justincc) | 2012-10-11 | 1 | -28/+4 |
| | | | | | | | | | | | | | | | | | | This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool. | ||||
| * | | Allow setting max connections for an endpoint | Melanie | 2012-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 3 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | ||||
| * | | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 3 | -0/+4 |
| | | | | | | | | | | | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | ||||
* | | | Merge branch 'avination' into careminster | Melanie | 2012-09-29 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update the Http server with a few additional properties. Adapt the test | Melanie | 2012-09-27 | 1 | -0/+4 |
| | | | | | | | | | | | | server code to match. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-29 | 2 | -5/+5 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: CONTRIBUTORS.txt OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs | ||||
| * | | Fix bug where debug http level 6 could not be specified. Also converts ↵ | Justin Clark-Casey (justincc) | 2012-09-29 | 2 | -5/+5 |
| | | | | | | | | | | | | newlines at this level to '\n' to enable them to be logged. | ||||
* | | | Merge branch 'avination' into careminster | Melanie | 2012-09-27 | 3 | -38/+38 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetsTransactions.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | | create a new PollServiceHttpRequest req per loop since they can be sent to | UbitUmarov | 2012-09-27 | 1 | -5/+1 |
| | | | | | | | | | | | | another working thread | ||||
| * | | just remove the damm thing | UbitUmarov | 2012-09-26 | 3 | -25/+3 |
| | | | |||||
| * | | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 2012-09-26 | 2 | -3/+10 |
| | | | | | | | | | | | | control flag to false | ||||
| * | | keep watchdog happy using it to kill his threads | UbitUmarov | 2012-09-26 | 1 | -9/+1 |
| | | | |||||
| * | | more changes to PollService | UbitUmarov | 2012-09-26 | 2 | -24/+18 |
| | | | |||||
| * | | Change the poll service to use a thread pool for replies to make sure the | Melanie | 2012-09-23 | 1 | -7/+38 |
| | | | | | | | | | | | | event queues aren't blocked by other traffic. | ||||
| * | | Catch a nullref in the code to suppress GetTexture warnign spam we can't | Melanie | 2012-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | do a thing about anyway. | ||||
| * | | Sequence/throttle asset retrievals. | Melanie | 2012-09-14 | 1 | -0/+2 |
| | | |