OpenSimMirror/OpenSim/Framework/Servers/HttpServer
UbitUmarov 6627da693e suport client certificate validation per listenner, with a supplied static callback 2016-12-09 04:07:06 +00:00
..
Interfaces remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author 2016-09-03 08:50:22 +01:00
Properties Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore. 2016-02-21 11:14:02 -08:00
BaseHTTPHandler.cs Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00
BaseHttpServer.cs suport client certificate validation per listenner, with a supplied static callback 2016-12-09 04:07:06 +00:00
BaseOutputStreamHandler.cs Add missing file BaseOutputStreamHandler.cs from recent commit e19defd 2013-07-08 23:50:40 +01:00
BaseRequestHandler.cs Temporary stop CAPS service points from being added to stats as this can be a huge number. 2014-07-26 01:41:03 +01:00
BaseStreamHandler.cs Make private services forbid llHTTPRequest() calls by rejecting those that have the X-SecondLife-Shard header. 2015-03-04 18:27:51 +00:00
BaseStreamHandlerBasicDOSProtector.cs * Add a session concurrency option per key. Allows developer/config to specify number of concurrent requests on a service. 2013-10-09 22:21:25 -05:00
BinaryStreamHandler.cs Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
GenericHTTPBasicDOSProtector.cs * Add a session concurrency option per key. Allows developer/config to specify number of concurrent requests on a service. 2013-10-09 22:21:25 -05:00
GenericHTTPMethod.cs
JsonRPCMethod.cs Add additional return status 2013-01-23 08:14:21 -05:00
JsonRpcRequestManager.cs Better error-handling and logging in case User Profile requests fail 2014-05-19 11:11:06 +01: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 Thanks Kevin Cozens for a patch that: 2011-03-17 05:48:42 -04:00
OSHttpHttpHandler.cs
OSHttpRequest.cs Use the "X-Content-Encoding" header to indicate gzipped data, because old OpenSims fail if they get an unknown "Content-Encoding" 2014-03-25 18:09:23 +01:00
OSHttpRequestPump.cs Undo "Revert "Small changes to threading to send thread names to unmanaged threads. Needs Mono 3.6+ to see thread names in utilities like top -H . Some formatting of the thread name to fin in the 16 byte limit on Linux. Please test on Windows to see if the work has any adverse effects."" 2014-09-17 20:03:54 -04:00
OSHttpRequestQueue.cs
OSHttpResponse.cs remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author 2016-09-03 08:50:22 +01:00
OSHttpServer.cs Undo "Revert "Small changes to threading to send thread names to unmanaged threads. Needs Mono 3.6+ to see thread names in utilities like top -H . Some formatting of the thread name to fin in the 16 byte limit on Linux. Please test on Windows to see if the work has any adverse effects."" 2014-09-17 20:03:54 -04:00
OSHttpStatusCodes.cs adding status codes from rfc 6585 2012-05-24 12:09:15 -04:00
OSHttpXmlRpcHandler.cs
PollServiceEventArgs.cs add a Drop method to PollService Event handlers, Drop requests on connections known to be lost or delay event check if they are sending a response 2016-07-17 13:20:56 +01:00
PollServiceHttpRequest.cs remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author 2016-09-03 08:50:22 +01:00
PollServiceRequestManager.cs add a Drop method to PollService Event handlers, Drop requests on connections known to be lost or delay event check if they are sending a response 2016-07-17 13:20:56 +01:00
RestDeserialiseHandler.cs Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
RestHTTPHandler.cs Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00
RestMethod.cs Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse. 2011-12-05 20:44:20 +00:00
RestObjectPoster.cs Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
RestObjectPosterResponse.cs Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
RestSessionService.cs Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
RestStreamHandler.cs Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
WebsocketServerHandler.cs * Add an initial complete frame timeout to the WebSocket processor to make it easier to write WebSocket service code that is resistant to Denial of Service attacks. 2013-10-04 20:37:59 -05:00
XmlRpcBasicDOSProtector.cs * Add a session concurrency option per key. Allows developer/config to specify number of concurrent requests on a service. 2013-10-09 22:21:25 -05:00
XmlRpcMethod.cs