aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* This cleans up versioning. Specifically:Diva Canto2014-12-301-76/+0
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)2014-11-251-5/+40
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-0/+8
* Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)2014-11-251-0/+21
* Undo "Revert "Small changes to threading to send thread names to unmanaged th...BlueWall2014-09-172-3/+3
* Revert "Small changes to threading to send thread names to unmanaged threads....BlueWall2014-09-172-3/+3
* Small changes to threading to send thread names to unmanaged threads. Needs M...BlueWall2014-09-172-3/+3
* Temporary stop CAPS service points from being added to stats as this can be a...Justin Clark-Casey (justincc)2014-07-261-12/+17
* Add stats for service endpoints using existing data.Justin Clark-Casey (justincc)2014-07-251-0/+14
* Close streams immediately when we finish using themOren Hurvitz2014-07-214-93/+119
* Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)2014-07-021-1/+7
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Update dev version to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Add [Startup]LogShowStatsSeconds=n parameter which controls the intervalRobert Adams2014-06-131-2/+12
* Add rc3 flavour optionJustin Clark-Casey (justincc)2014-06-101-0/+1
* 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
* 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