OpenSimMirror/OpenSim/Framework/Servers
Dr Scofield 4b622ec881 (from awebb)
Fixes a bug in BaseRequestHandler.

If the length of the patter is equal to, or greater than, the length of
the actual request path, then an exception is thrown. System using is
added to support use of String.Empty. Exception is used to ensure most
efficient operation on (assumed to be most common) successful case.
2008-05-19 18:30:25 +00:00
..
BaseHttpServer.cs (from awebb) 2008-05-19 17:35:29 +00:00
BaseOpenSimServer.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
BaseRequestHandler.cs (from awebb) 2008-05-19 18:30:25 +00:00
BaseStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
BinaryStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
CheckSumServer.cs * More refactorings of UDPServer. 2008-05-02 18:26:19 +00:00
GenericHTTPMethod.cs * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
IHttpAgentHandler.cs (from awebb) 2008-05-19 17:35:29 +00:00
IStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
LLSDMethod.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
MessageServerInfo.cs * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
OSHttpRequest.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
OSHttpResponse.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
RestDeserialiseHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
RestMethod.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00
RestObjectPoster.cs * Correct asset type of Lost and Found folder - this might stop it appearing twice 2008-03-27 18:26:01 +00:00
RestObjectPosterResponse.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
RestStreamHandler.cs adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and HttpListenerResponse respectively. 2008-05-19 11:38:35 +00:00
SynchronousRestObjectPoster.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
XmlRpcMethod.cs Formatting cleanup. 2008-03-18 05:16:43 +00:00