aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* 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
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* 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
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+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
* 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