aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Temporary stop CAPS service points from being added to stats as this can be a...Justin Clark-Casey (justincc)2014-08-021-12/+17
* Add stats for service endpoints using existing data.Justin Clark-Casey (justincc)2014-08-021-0/+14
* Close streams immediately when we finish using themOren Hurvitz2014-08-024-93/+119
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-1/+18
* Better error-handling and logging in case User Profile requests failOren Hurvitz2014-05-191-12/+12
* Improved HTTP loggingOren Hurvitz2014-04-291-1/+1
* - Created a standard function to send XML-RPC requests, which logs them like ...Oren Hurvitz2014-04-241-1/+1
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-98/+77
* String matching in REST handlers: must allow '-' as a separator, because the ...Oren Hurvitz2014-04-021-1/+1
* Better string matching when searching for REST handlers: must match an entire...Oren Hurvitz2014-04-021-3/+8
* Fixed last-resort sending of error response (HTTP 500) when an error occurs w...Oren Hurvitz2014-04-021-4/+4
* Merge branch 'master' into m_testBlueWall2014-03-272-2/+16
|\
| * Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz2014-03-252-3/+17
| * Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz2014-03-252-2/+2
* | Sync code that has moved in development branch with changes in masterBlueWall2014-03-251-45/+41
* | Move from UserProfileModule for general availabilityBlueWall2014-03-251-0/+215
|/
* Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou...Oren Hurvitz2014-03-251-2/+2
* Improved logging of HTTP requestsOren Hurvitz2014-03-251-14/+38
* Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...Justin Clark-Casey (justincc)2014-03-181-2/+24
* minor: Correction to description of QueuedPollResponses since this covers lon...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Add httpserver.<port-number>,QueuedPollResponses statJustin Clark-Casey (justincc)2014-03-181-0/+13
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-172-79/+120
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* * Add a session concurrency option per key. Allows developer/config to speci...teravus2013-10-093-8/+21
* * Move the BasicDOSProtector.cs to OpenSim.Framework (all useful classes belo...teravus2013-10-071-181/+0
* * Refactorteravus2013-10-074-410/+213
* * Added a Basic DOS protection container/base object for the most common HTTP...teravus2013-10-073-0/+682
* * Add an initial complete frame timeout to the WebSocket processor to make it...teravus2013-10-041-2/+65
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* Don't use 'Indented' formatting for RpcXml responses.Aleric Inglewood2013-09-221-1/+15
* remove mono compiler warnings from PollServiceRequestManagerJustin Clark-Casey (justincc)2013-08-171-4/+2
* Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)...Diva Canto2013-07-261-1/+1
* Removed verbose debug from previous commitDiva Canto2013-07-211-1/+0
* PollServiceRequestManager: changed the long poll from a Queue to a List. No n...Diva Canto2013-07-211-13/+17
* Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...Diva Canto2013-07-211-1/+11
* Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto2013-07-181-1/+1
* Revert "Revert "Putting the requests back in the queue while testing for coun...Diva Canto2013-07-181-3/+7
* Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto2013-07-182-48/+35
* Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto2013-07-172-35/+48
* Revert "Putting the requests back in the queue while testing for count >0 is ...Diva Canto2013-07-171-7/+3
* Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe...Diva Canto2013-07-171-2/+2
* Revert "This is a completely unreasonable thing to do, effectively defying th...Diva Canto2013-07-171-52/+40
* This is a completely unreasonable thing to do, effectively defying the purpos...Diva Canto2013-07-171-40/+52
* Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan...Diva Canto2013-07-171-2/+2
* Putting the requests back in the queue while testing for count >0 is not the ...Diva Canto2013-07-171-3/+7
* Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto2013-07-172-48/+35
* Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-154-50/+69
* Add missing file BaseOutputStreamHandler.cs from recent commit e19defdJustin Clark-Casey (justincc)2013-07-081-0/+60
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2013-07-081-1/+1
|\
| * BaseHttpServer: if the handler sets the content length, don't override it. Th...Diva Canto2013-07-081-1/+1