aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceHttpRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean a bitUbitUmarov2018-12-031-49/+50
* avoid a data copyUbitUmarov2018-12-031-1/+7
* avoid a data copyUbitUmarov2018-12-021-52/+60
* replace GetMeshModule and GetTextureModuleUbitUmarov2018-12-011-12/+5
* we should only have one http poll service manager per instanceUbitUmarov2018-11-031-3/+115
* pesty warningUbitUmarov2018-09-131-8/+8
* some cleanupUbitUmarov2018-09-121-20/+1
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie2018-09-121-5/+13
|\
| * http reusecontext is obsoleteUbitUmarov2018-07-141-1/+0
| * http reusecontext is obsoleteUbitUmarov2018-07-141-1/+0
| * simplify http bycontext keyUbitUmarov2018-01-241-18/+0
| * shut up some pesty warningsUbitUmarov2018-01-151-1/+2
| * some conditional dispose on http requests inputstreamUbitUmarov2017-05-081-0/+6
| * remove reuse context code, they had notthing worth using and on original code...UbitUmarov2016-09-031-2/+2
| * identify contexts by ID now avaiable ( pipeline serialization)UbitUmarov2016-07-171-4/+9
* | Squelch "connection reset by peer" exceptionsMelanie2018-09-121-1/+8
|/
* minor cleanupUbitUmarov2015-12-091-17/+4
* bad merge?UbitUmarov2015-09-011-0/+60
|\
| * change pollService stop() to send 503 error and no keepalive. ( untested )UbitUmarov2015-08-181-1/+23
| * try to serialize http requests from same connection, so they are processedUbitUmarov2015-08-181-0/+38
* | Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)2015-01-191-2/+2
|/
* Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-0/+45
* Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-3/+4
* Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie2009-09-211-0/+3
* * Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares2009-07-291-0/+48