This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-26 00:15:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bb841ea9cefb937c548646d366f689ef3bb80c61
opensim
/
OpenSim
/
Framework
/
Servers
/
HttpServer
History
Melanie
17a902fed4
Clean up poll service
2013-06-07 22:39:27 +02:00
..
Interfaces
Add method to remove JsonRpc Handlers from the server
2013-03-03 09:40:44 -05:00
Properties
Deleted all AssemblyFileVersion directives
2013-02-19 17:14:55 -08:00
BaseHTTPHandler.cs
…
BaseHttpServer.cs
Merge commit '464201b41d5f5fdd7c88ab5e95dd7b6fbae6d766' into careminster
2013-03-19 00:54:23 +00:00
BaseRequestHandler.cs
…
BaseStreamHandler.cs
…
BinaryStreamHandler.cs
…
GenericHTTPMethod.cs
…
JsonRPCMethod.cs
Add additional return status
2013-01-23 08:14:21 -05:00
JsonRpcResponse.cs
Add Json-Rpc 2.0 To Registered Handlers
2013-01-15 10:04:16 -05:00
LLSDMethod.cs
…
LLSDMethodString.cs
…
OSHttpHandler.cs
…
OSHttpHttpHandler.cs
…
OSHttpRequest.cs
…
OSHttpRequestPump.cs
…
OSHttpRequestQueue.cs
…
OSHttpResponse.cs
…
OSHttpServer.cs
…
OSHttpStatusCodes.cs
…
OSHttpXmlRpcHandler.cs
…
PollServiceEventArgs.cs
* Prep work switching the GetMeshModule over to a poll service.
2012-11-09 23:55:30 -05:00
PollServiceHttpRequest.cs
Avoid a race condition where an incoming request to a script external URL can trigger an exception is the URL was being removed at the same time.
2012-06-22 23:16:18 +01:00
PollServiceRequestManager.cs
Clean up poll service
2013-06-07 22:39:27 +02:00
RestDeserialiseHandler.cs
…
RestHTTPHandler.cs
…
RestMethod.cs
…
RestObjectPoster.cs
Revert "Added request.Proxy=null everywhere, as discussed in
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
."
2012-09-30 07:48:03 -07:00
RestObjectPosterResponse.cs
Revert "Added request.Proxy=null everywhere, as discussed in
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
."
2012-09-30 07:48:03 -07:00
RestSessionService.cs
Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already.
2013-02-27 00:21:02 +00:00
RestStreamHandler.cs
…
WebsocketServerHandler.cs
* Add a Max Payload size property to the Websocket Server Handler. If you would like to restrict the maximum packet size, (and therefore protect against Memory DOSing) then you should set this. I defaulted it to 40MB. This means that in theory, a malicious user could connect and send a packet that claims that the payload is up to 40 mb (even if it doesn't actually turn out to be 40mb. More testing needs to be done on it where the packets are maliciously malformed.
2013-03-05 00:04:09 -05:00
XmlRpcMethod.cs
…