| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 2 | -7/+5 |
* | * Move method documentation from AssetCache up to IAssetCache | Justin Clarke Casey | 2009-03-09 | 1 | -80/+10 |
* | * Address http://opensimulator.org/mantis/view.php?id=3207 | Justin Clarke Casey | 2009-03-09 | 1 | -4/+1 |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 1 | -1/+1 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -2/+2 |
* | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 2009-02-19 | 2 | -0/+2 |
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 2009-02-19 | 2 | -2/+0 |
* | * Allow inventory archives to be saved from the 'root' inventory directory | Justin Clarke Casey | 2009-02-17 | 1 | -3/+10 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 4 | -35/+35 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-16 | 6 | -26/+254 |
* | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 2009-02-12 | 2 | -30/+19 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 8 | -14/+10 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 1 | -3/+4 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+8 |
* | * Introduce a new "default" option for asset_database in the [STORAGE] section | Justin Clarke Casey | 2009-02-04 | 1 | -0/+1 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 4 | -68/+68 |
* | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2009-02-03 | 2 | -0/+2 |
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 2009-02-03 | 2 | -6/+6 |
* | * Write a simple archive loading test which doesn't actually do any testing y... | Justin Clarke Casey | 2009-01-23 | 1 | -7/+3 |
* | No longer append a "texture" parameter on texture asset requests. The | Mike Mazur | 2009-01-19 | 1 | -2/+0 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -2/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes | Justin Clarke Casey | 2008-12-29 | 2 | -17/+14 |
* | Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc... | diva | 2008-12-15 | 1 | -0/+1 |
* | * Extend update test to test situation where it also moves the folder | Justin Clarke Casey | 2008-12-12 | 1 | -7/+8 |
* | * Create update folder test | Justin Clarke Casey | 2008-12-12 | 1 | -0/+1 |
* | * minor: make AddRequest() protected since in principle it shouldn't be used ... | Justin Clarke Casey | 2008-12-12 | 1 | -1/+1 |
* | * refactor: pull out common user profile test code into utility functions | Justin Clarke Casey | 2008-12-12 | 1 | -1/+0 |
* | * refactor: Stop exposing InventoryFolderImpl.SubFolders publicly | Justin Clarke Casey | 2008-12-11 | 3 | -58/+82 |
* | * Add get child folder test | Justin Clarke Casey | 2008-12-11 | 1 | -0/+17 |
* | * Add create folder userinfo test | Justin Clarke Casey | 2008-12-11 | 1 | -1/+1 |
* | * test: Add simple user profile test that checks for non-existing users | Justin Clarke Casey | 2008-12-11 | 1 | -1/+5 |
* | * refactor: Move inventory handlers out from UserProfileCacheService | Justin Clarke Casey | 2008-12-10 | 1 | -279/+0 |
* | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-10 | 2 | -2/+4 |
* | * Actually update subfolders of parent folders in the inventory cache when a ... | Justin Clarke Casey | 2008-12-09 | 3 | -9/+65 |
* | killing warnings, reformatting RemoteAdminPlugin | Dr Scofield | 2008-12-05 | 1 | -5/+4 |
* | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 2008-12-04 | 2 | -1/+8 |
* | * test: Add a wodge of code in order to be able to slightly extend a test to ... | Justin Clarke Casey | 2008-11-28 | 1 | -1/+0 |
* | Don't serve texture preview from other people's objects if you | Melanie Thielker | 2008-11-23 | 1 | -0/+27 |
* | - Fix a formatting error in a log message (Mantis#2635). | Homer Horwitz | 2008-11-16 | 1 | -1/+1 |
* | * Restore storing null to represent 'missing asset' requests in the AssetCache | Justin Clarke Casey | 2008-11-11 | 1 | -6/+9 |
* | * Minor typing fixes in AssetCache - now uses base types for nearly everything. | Adam Frisby | 2008-11-11 | 1 | -4/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-11 | 1 | -2/+2 |
* | * Fixed asset bug. | Adam Frisby | 2008-11-09 | 1 | -2/+2 |
* | * Enabled GTCache for AssetCache | Adam Frisby | 2008-11-09 | 1 | -191/+77 |
* | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-08 | 2 | -1/+55 |
* | Mantis#2566. Thank you kindly, Diva for a patch that: | Charles Krinke | 2008-11-06 | 2 | -0/+10 |
* | Mantis#2557. Thank you kindly, Diva for a patch that: | Charles Krinke | 2008-11-05 | 1 | -1/+1 |
* | * Check in (disabled) results of not persisting avatar textures but rather se... | Justin Clarke Casey | 2008-10-29 | 1 | -4/+14 |
* | * Possibly fix grey avatar appearance problems | Justin Clarke Casey | 2008-10-28 | 1 | -3/+26 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-10-20 | 1 | -2/+8 |