aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/WebFetchInventoryDescendents (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-1/+1
* Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)2011-11-261-0/+13
* Stop locking the requests coming in to WebFetchInvDecHandler.Justin Clark-Casey (justincc)2011-11-261-8/+8
* Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)2011-11-251-40/+43
* Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)2011-11-251-1/+1
* Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)2011-11-251-2/+3
* Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)2011-11-251-8/+15
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-022-0/+375