aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-3/+3
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* Clean up of simulation version, the number that rules the compatibility of te...Diva Canto2015-10-181-1/+2
* Disable the "show threadpool calls active" console command for now.Justin Clark-Casey (justincc)2015-05-121-5/+5
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)2015-03-041-5/+10
* XML should not contain any BOM. Disabled BOM generation in BaseHttpServerFreaky Tech2015-03-031-1/+2
* Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)2015-01-191-2/+2
* 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