aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/WebFetchInventoryDescendents (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-520/+0
* If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)2012-06-291-1/+2
* As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)2012-06-201-6/+2
* Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)2012-06-021-1/+1
* minor: tidy up some commentsJustin Clark-Casey (justincc)2012-06-021-4/+2
* Fix various issues with http inventoryJustin Clark-Casey (justincc)2012-06-021-47/+78
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-1/+7
* Guard against null inventory contents.Diva Canto2012-04-061-2/+2
* Implement the FetchInventory2 capability. This accompanies the existing Fetc...Justin Clark-Casey (justincc)2012-01-061-1/+1
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-71/+77
* Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)2011-12-091-1/+84
* 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