aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-31Eliminated several warningsOren Hurvitz1-2/+5
2015-06-23FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero i...Diva Canto1-1/+12
2015-06-04Mantis #7603 -- bad folders in inventory could produce null pointer exception...Diva Canto1-1/+1
2015-06-04Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto1-14/+0
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto1-16/+19
2015-06-02I suspect the viewer doesn't need the target of linked items inside linked fo...Diva Canto1-14/+14
2015-06-01Mantis #7594: putting things as they were before regarding duplicate removal....Diva Canto1-4/+3
2015-06-01Mantis #7594. Fixing the broken code I just introduced.Diva Canto1-1/+4
2015-06-01More on mantis #7594, this a=time addressing the reported exception, which se...Diva Canto1-0/+3
2015-06-01Mantis #7594. This should be functionally equivalent to what it was, but just...Diva Canto1-2/+2
2015-05-10Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik...Diva Canto1-0/+0
2015-05-09Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new invento...Diva Canto1-9/+17
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-102/+140
2015-05-08Restore handling of bad folders. I'm not entirely sure this is part of the pr...Diva Canto1-9/+48
2015-05-08Apparently Firestorm sometimes sends duplicate folder ids on the same request...Diva Canto1-2/+8
2015-05-08Additional debug message to help diagnose a warning message and exception rel...Diva Canto1-0/+3
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-84/+365
2015-03-03corrected response when a not existing folder is requested by a viewer in tha...Freaky Tech1-9/+28
2015-01-13And finally renamed the classes themselves.Diva Canto1-5/+5
2015-01-13Renamed the folder too.Diva Canto1-0/+0
2015-01-13Renamed these 2 files, because their names are misleading. This is no longer ...Diva Canto1-0/+0
2014-02-20If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r...Justin Clark-Casey (justincc)1-1/+9
2012-06-29If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)1-1/+2
2012-06-20As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)1-6/+2
2012-06-02Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)1-1/+1
2012-06-02minor: tidy up some commentsJustin Clark-Casey (justincc)1-4/+2
2012-06-02Fix various issues with http inventoryJustin Clark-Casey (justincc)1-47/+78
2012-04-06Guard against null inventory contents.Diva Canto1-2/+2
2012-01-06Implement the FetchInventory2 capability. This accompanies the existing Fetc...Justin Clark-Casey (justincc)1-1/+1
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-71/+77
2011-12-09Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)1-1/+84
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-1/+1
2011-11-26Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)1-0/+13
2011-11-26Stop locking the requests coming in to WebFetchInvDecHandler.Justin Clark-Casey (justincc)1-8/+8
2011-11-25Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)1-40/+43
2011-11-25Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)1-1/+1
2011-11-25Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)1-2/+3
2011-11-25Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)1-8/+15
2011-05-02WebFetchInventoryDescendents working. Tested with robust.Diva Canto1-0/+299