aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-07-241-2/+16
|\
| * Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto2013-07-181-2/+2
| * Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto2013-07-171-2/+2
| * Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto2013-07-171-2/+2
| * Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-0/+14
| * Supply proper type information for the various types of requestsMelanie2013-06-071-3/+1
| * Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-071-3/+16
* | * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-1/+2
* | just remove the damm thingUbitUmarov2012-09-261-8/+1
* | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-2/+8
* | more changes to PollServiceUbitUmarov2012-09-261-0/+1
* | Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-141-1/+2
* | Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2012-08-241-1/+2
* | Merge branch 'avination' into careminsterMelanie2012-07-061-2/+12
|\ \ | |/ |/|
| * Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-0/+8
| * added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-1/+4
* | 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