aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetTexture/GetTextureRobustHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* robust textures add missing returns or redir caseUbitUmarov2016-12-261-0/+2
|
* workaround potencial memory leakUbitUmarov2016-08-221-17/+21
|
* Fixed Robust-bound GetTexture handler that had been knocked off with the new ↵Diva Canto2015-10-141-0/+431
sim-bound handler that uses a Poll service. Rather than hammering both handlers into one single class, I'm splitting them into 2 classes, because they are considerably different.