aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change 0.8-post-fixes branch back to Post_Fixes flavourJustin Clark-Casey2014-08-231-1/+1
* Change 0.8 post fixes branch to version 0.8.0.1 with release flavour.0.8.0.1Justin Clark-Casey2014-08-221-2/+2
* 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
* Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)2014-08-021-1/+7
* Change flavour to post-fixesJustin Clark-Casey2014-06-171-1/+1
* Change 0.8 flavour to release0.8Justin Clark-Casey2014-06-171-1/+1
* Add [Startup]LogShowStatsSeconds=n parameter which controls the intervalRobert Adams2014-06-161-2/+12
* Change release flavour to rc30.8-rc3Justin Clark-Casey2014-06-101-1/+1
* Add rc3 flavour optionJustin Clark-Casey (justincc)2014-06-101-0/+1
* Change release flavour to RC2Justin Clark-Casey2014-05-271-1/+1
* Merge branch 'master' into 0.8-post-fixesJustin Clark-Casey2014-05-272-13/+30
|\
| * 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
* | Change version flavour to RC1. Make version number more normal "0.8" rather ...Justin Clark-Casey2014-05-061-2/+2
|/
* 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
* Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz2014-03-251-0/+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-173-397/+122
* After previous discussion, put eye-catcher 'SCRIPT READY' messages to console...Justin Clark-Casey (justincc)2013-12-141-2/+2
* 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-042-2/+2
* 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
* Add "debug threadpool status" console command to show min/max/current worker/...Justin Clark-Casey (justincc)2013-08-061-0/+23
* Add "debug comms status" command to show current debug comms settingsJustin Clark-Casey (justincc)2013-08-051-0/+11
* Make it possible to switch whether we serialize osd requests per endpoint or ...Justin Clark-Casey (justincc)2013-08-051-0/+37
* minor: move "threads abort" and "force gc" console commands into debug catego...Justin Clark-Casey (justincc)2013-08-051-2/+2
* Make it possible to set worker/iocp min/max threadpool limits on the fly with...Justin Clark-Casey (justincc)2013-08-051-0/+78
* Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)2013-08-051-0/+1