| Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-03 | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 1 | -1/+1 |
2009-08-28 | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2009-08-22 | Moved a debug message. | Diva Canto | 1 | -1/+1 |
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 1 | -2/+14 |
2009-08-20 | Made HandleFetchInventoryDescendents async, so that the client thread doesn't... | Diva Canto | 1 | -3/+1 |
2009-08-19 | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 1 | -3/+3 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 1 | -0/+18 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -4/+8 |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+23 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -2/+2 |
2009-08-11 | Improved test for system folders. Removed log messages. | Diva Canto | 1 | -1/+2 |
2009-08-11 | System folders inventory cache added to OUT inventory modules. This tracks ag... | Diva Canto | 1 | -0/+20 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 1 | -0/+40 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 1 | -3/+3 |
2009-08-06 | Disable all IAR tests for now due to possible failure-causing race condition | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2009-06-15 | Moving these nice HG connectors to their homes. | diva | 1 | -242/+0 |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 1 | -5/+5 |
2009-06-11 | Changed the inventory service so that is uses exactly one DB plugin, not many... | diva | 2 | -115/+28 |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 3 | -49/+132 |
2009-06-08 | IInentoryDataPlugins were missing. | diva | 1 | -2/+7 |
2009-06-08 | Added more functions to IInventoryService. Unsure about whether all of these ... | diva | 1 | -6/+67 |
2009-06-07 | First draft of inventory service connectors, and service implementation. No h... | diva | 3 | -0/+820 |