aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Display existing statistic of how many http requests a server is making as se...Justin Clark-Casey (justincc)2013-06-191-1/+1
* Make number of inbound http requests handled available as a httpserver.<port>...Justin Clark-Casey (justincc)2013-06-181-5/+25
* refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)2013-06-171-1/+62
* Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-172-33/+45
* Implement logging of first 80 characters (debug level 5) or full body data (d...Justin Clark-Casey (justincc)2013-06-121-3/+5
* Add port numbers to poll service thread names so that we can tell which belon...Justin Clark-Casey (justincc)2013-06-101-2/+2
* Reinstate explicit starting and stopping of PollServiceRequestManager added i...Justin Clark-Casey (justincc)2013-06-102-4/+7
* Supply proper type information for the various types of requestsMelanie2013-06-071-3/+1
* Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-074-226/+209
* If OpenSimulator is writing a PID file and finds the file already present on ...Justin Clark-Casey (justincc)2013-04-091-0/+5
* * In between the fog, a moment of clarity. This fixes mantis 6570teravus2013-04-041-1/+1
* *Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a c...teravus2013-03-161-3/+14
* Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2013-03-142-11/+21
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2013-03-051-1/+16
|\
| * * Add a Max Payload size property to the Websocket Server Handler. If you ...teravus2013-03-051-1/+16
* | Add method to remove JsonRpc Handlers from the serverBlueWall2013-03-032-0/+8
|/
* Show http poll handlers in separate http (poll) section of "show http-handler...Justin Clark-Casey (justincc)2013-02-271-2/+5
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-12/+3
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* * gracefully handle a Situation where a double close is called on the WebSock...teravus2013-02-141-0/+2
* * Adds Websocket support to baseHttpServer and IHttpServer.cs . This allows...teravus2013-02-074-3/+13
|\
| * Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-053-3/+3
* | This is the final commit that enables the Websocket handlerteravus2013-02-072-2/+1095
* | We're not really done here.. but we're getting there. Socket Read is work...teravus2013-02-052-1/+42
|/
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2013-01-232-5/+15
|\
| * Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)2013-01-192-5/+15
* | Add additional return statusBlueWall2013-01-232-4/+23
|/
* Add Json-Rpc 2.0 To Registered HandlersBlueWall2013-01-155-0/+298
* In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather tha...Justin Clark-Casey (justincc)2012-12-051-1/+1
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-242-2/+4
* Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)2012-11-232-102/+93
* Make "force gc" console command available across all serversJustin Clark-Casey (justincc)2012-11-232-11/+12
* Make "show version" console command available across all serversJustin Clark-Casey (justincc)2012-11-232-8/+7
* Delete unused BaseHttpServer.HandleAgentRequest()Justin Clark-Casey (justincc)2012-11-231-53/+0
* Factor out command script code.Justin Clark-Casey (justincc)2012-11-221-2/+50
* Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-221-3/+137
* Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)2012-11-222-40/+47
* Add "get log level" command - this returns the current server session console...Justin Clark-Casey (justincc)2012-11-221-19/+31
* Remove unused BaseOpenSimServer.ShowHelp()Justin Clark-Casey (justincc)2012-11-221-21/+0
* Make "set log level" command available across all serversJustin Clark-Casey (justincc)2012-11-222-31/+31
* Make "show info" command available across all serversJustin Clark-Casey (justincc)2012-11-222-179/+183
* Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)2012-11-222-66/+76
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-222-34/+55
* refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)2012-11-222-25/+62
* minor: If logging full incoming HTTP data, don't deceptively print ... at the...Justin Clark-Casey (justincc)2012-11-201-2/+5
* A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-142-0/+66
* Add "force gc" region console command which manually invokes garbage collection.Justin Clark-Casey (justincc)2012-10-291-0/+11
* minor: Get content type handler logger to log "unset" for the content type in...Justin Clark-Casey (justincc)2012-10-231-1/+1
* minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data wh...Justin Clark-Casey (justincc)2012-10-231-8/+2
* If we're avoiding printing a long request warning for a GetTexture CAP call, ...Justin Clark-Casey (justincc)2012-10-181-1/+1