aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fox a null ref in the inventory give moduleMelanie Thielker2009-03-221-0/+3
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+42
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-3/+1
* * Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey2009-03-131-4/+6
* * Add basic asset cache get testJustin Clarke Casey2009-03-092-7/+5
* * Move method documentation from AssetCache up to IAssetCacheJustin Clarke Casey2009-03-091-80/+10
* * Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey2009-03-091-4/+1
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-261-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+2
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-192-0/+2
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-192-2/+0
* * Allow inventory archives to be saved from the 'root' inventory directoryJustin Clarke Casey2009-02-171-3/+10
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-174-35/+35
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-166-26/+254
* * refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2009-02-122-30/+19
* * optimized usings.lbsa712009-02-128-14/+10
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-3/+4
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+8
* * Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey2009-02-041-0/+1
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-044-68/+68
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-032-0/+2
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-032-6/+6
* * Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey2009-01-231-7/+3
* No longer append a "texture" parameter on texture asset requests. TheMike Mazur2009-01-191-2/+0
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-2/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-292-17/+14
* Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva2008-12-151-0/+1
* * Extend update test to test situation where it also moves the folderJustin Clarke Casey2008-12-121-7/+8
* * Create update folder testJustin Clarke Casey2008-12-121-0/+1
* * minor: make AddRequest() protected since in principle it shouldn't be used ...Justin Clarke Casey2008-12-121-1/+1
* * refactor: pull out common user profile test code into utility functionsJustin Clarke Casey2008-12-121-1/+0
* * refactor: Stop exposing InventoryFolderImpl.SubFolders publiclyJustin Clarke Casey2008-12-113-58/+82
* * Add get child folder testJustin Clarke Casey2008-12-111-0/+17
* * Add create folder userinfo testJustin Clarke Casey2008-12-111-1/+1
* * test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey2008-12-111-1/+5
* * refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey2008-12-101-279/+0
* * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-102-2/+4
* * Actually update subfolders of parent folders in the inventory cache when a ...Justin Clarke Casey2008-12-093-9/+65
* killing warnings, reformatting RemoteAdminPluginDr Scofield2008-12-051-5/+4
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-042-1/+8
* * test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey2008-11-281-1/+0
* Don't serve texture preview from other people's objects if youMelanie Thielker2008-11-231-0/+27
* - Fix a formatting error in a log message (Mantis#2635).Homer Horwitz2008-11-161-1/+1
* * Restore storing null to represent 'missing asset' requests in the AssetCacheJustin Clarke Casey2008-11-111-6/+9
* * Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby2008-11-111-4/+5
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-111-2/+2
* * Fixed asset bug.Adam Frisby2008-11-091-2/+2
* * Enabled GTCache for AssetCache Adam Frisby2008-11-091-191/+77
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-082-1/+55
* Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke2008-11-062-0/+10