aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+6
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-3/+28
* Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-2/+7
* Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-2/+2
* Completely remove the prior implementation of the request event handlingMelanie2009-09-221-1/+4
* Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie2009-09-211-3/+3
* Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie2009-09-211-1/+1
* * Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares2009-07-291-0/+53