aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetMesh (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-24* Fix a null ref error in ↵teravus1-0/+3
/..../OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs:339
2012-11-24* Fix a null ref error in ↵teravus1-0/+2
/..../OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs:339
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-1/+20
* Last step is to flip the throttle distribution.
2012-11-15* Fixes mesh loading issues in last commit.teravus1-0/+9
2012-11-09* Prep work switching the GetMeshModule over to a poll service.teravus1-5/+126
* This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet.
2012-05-03Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)1-7/+8
can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing.
2011-08-18Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵Justin Clark-Casey (justincc)1-36/+9
always calls GetCached and code paths were identical
2011-05-05Squish a warningMelanie1-1/+0
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2-0/+222
GetTexture.