| Commit message (Expand) | Author | Files | Lines |
2009-12-23 | Change in how the Library returns its descendant folders, so that it includes... | Diva Canto | 1 | -1/+20 |
2009-12-21 | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se... | Diva Canto | 1 | -0/+2 |
2009-12-21 | Making the library read the item's flag, so that clothing items can have the ... | Diva Canto | 1 | -0/+1 |
2009-12-11 | Fix to make [bad] tests happy. | Diva Canto | 1 | -4/+4 |
2009-12-11 | Attempt at fixing mantis #4411. | Diva Canto | 1 | -1/+15 |
2009-11-04 | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 1 | -2/+2 |
2009-10-07 | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 1 | -27/+39 |
2009-10-07 | Revert "Merging in diva's locking fixes" | Melanie | 1 | -27/+39 |
2009-10-06 | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 1 | -39/+27 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 2 | -3/+3 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 2 | -21/+21 |
2009-08-22 | Moved AuthedSessionCache to where it is used -- Grid/InventoryServer. | Diva Canto | 1 | -133/+0 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 1 | -1/+1 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -1/+3 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -2/+2 |
2009-08-11 | Establish CachedUserInfo.OnInventoryReceived event so that region/test invent... | Justin Clark-Casey (justincc) | 1 | -3/+16 |
2009-08-10 | More clean up from asset cache legacy. None of these classes are used anymore. | Diva Canto | 4 | -1066/+0 |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 2 | -85/+24 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-06-07 | First draft of inventory service connectors, and service implementation. No h... | diva | 1 | -470/+0 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 7 | -7/+7 |
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2 | -808/+0 |
2009-05-04 | * Attempting to find cause of NotSupportedException in Asset subsystem. | Adam Frisby | 1 | -1/+1 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2 | -2/+2 |
2009-05-04 | * Refactor: Simplify InventoryFolderImpl. No functional change. | Justin Clarke Casey | 1 | -2/+2 |
2009-04-23 | move the lock out a bit further in the ProccessAssetCache loop to reduce | Sean Dague | 1 | -16/+18 |
2009-04-23 | based on recent unit test output, put some extra checking in the | Sean Dague | 1 | -1/+9 |
2009-04-22 | cleaning up, fixing warnings | Dr Scofield | 1 | -4/+4 |
2009-04-21 | * Comment out user profile cache update method for now | Justin Clarke Casey | 2 | -18/+21 |
2009-04-21 | * Add the ability to update profiles via the cache, so that cached profiles d... | Justin Clarke Casey | 2 | -1/+24 |
2009-04-16 | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 1 | -2/+1 |
2009-04-16 | * Add name keyed cache to UserProfileCacheService | Justin Clarke Casey | 1 | -42/+105 |
2009-04-14 | * Change simple asset cache test to manually pump the asset server rather tha... | Justin Clarke Casey | 1 | -8/+21 |
2009-04-14 | * Explicitly start the asset server thread so that unit tests can run single ... | Justin Clarke Casey | 4 | -35/+19 |
2009-04-14 | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... | Justin Clarke Casey | 1 | -43/+40 |
2009-04-14 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -5/+5 |
2009-04-09 | * Added some more experimental code; nothing wired in so far. | lbsa71 | 1 | -11/+32 |
2009-04-08 | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 1 | -0/+43 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 1 | -2/+2 |
2009-03-31 | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 1 | -3/+4 |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-03-26 | * Minor fixes, inverted an if for readability and introduced a virtual pre-pr... | lbsa71 | 1 | -4/+20 |
2009-03-25 | cleanup | Dr Scofield | 1 | -1/+0 |
2009-03-24 | * minor: remove a couple more compiler warnings | Justin Clarke Casey | 1 | -4/+0 |
2009-03-24 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -13/+9 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+51 |
2009-03-22 | Make single item inventory gives work across regions | Melanie Thielker | 1 | -2/+2 |
2009-03-22 | Add QueryItem method to secure inventory and HG inventory, change method sig to | Melanie Thielker | 1 | -7/+14 |
2009-03-22 | Fox a null ref in the inventory give module | Melanie Thielker | 1 | -0/+3 |