OpenSimMirror/OpenSim/Framework/Servers/HttpServer
Diva Canto 31d040dc1e Better error message. 2010-04-26 17:40:00 -07:00
..
Interfaces minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell the caller that the best match for an incoming request URI is invoked 2010-03-11 23:33:55 +00:00
AsynchronousRestObjectRequester.cs Leaving the MemoryStreams unclosed. 2009-10-04 09:20:01 -07:00
BaseHTTPHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
BaseHttpServer.cs minor: Print out port that http servers are using 2010-03-25 21:36:57 +00:00
BaseRequestHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
BaseStreamHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
BinaryStreamHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
GenericHTTPMethod.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
LLSDMethod.cs Formatting cleanup. 2009-06-10 04:28:56 +00:00
LLSDMethodString.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpHttpHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpRequest.cs minor logging changes to BaseHttpServer, OSHttpRequest 2010-03-16 22:58:12 +00:00
OSHttpRequestPump.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpRequestQueue.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpResponse.cs * Fixed another potential httpserver leak. 2009-07-30 18:16:00 +00:00
OSHttpServer.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpStatusCodes.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
OSHttpXmlRpcHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
PollServiceEventArgs.cs Thank you, Intari, for a patch that implements the missing pieces of 2009-09-22 17:04:34 +01:00
PollServiceHttpRequest.cs Add a RequestID (UUID.Random()) to the PollRequest and pass it to all 2009-09-21 18:11:40 +01:00
PollServiceRequestManager.cs Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated 2009-10-22 12:33:23 -07:00
PollServiceWorkerThread.cs Formatting cleanup. 2009-11-23 11:26:06 +09:00
RestDeserialiseHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestHTTPHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestMethod.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestObjectPoster.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestObjectPosterResponse.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestSessionService.cs Close was being called to early on the Memory stream. 2009-10-03 16:27:55 -07:00
RestStreamHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
SynchronousRestFormsRequester.cs Better error message. 2010-04-26 17:40:00 -07:00
SynchronousRestObjectRequester.cs Closing another stream. 2009-10-02 20:35:15 -07:00
XmlRpcMethod.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00