aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-182-808/+0
* * Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby2009-05-041-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-042-2/+2
* * Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2009-05-041-2/+2
* move the lock out a bit further in the ProccessAssetCache loop to reduceSean Dague2009-04-231-16/+18
* based on recent unit test output, put some extra checking in theSean Dague2009-04-231-1/+9
* cleaning up, fixing warningsDr Scofield2009-04-221-4/+4
* * Comment out user profile cache update method for nowJustin Clarke Casey2009-04-212-18/+21
* * Add the ability to update profiles via the cache, so that cached profiles d...Justin Clarke Casey2009-04-212-1/+24
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-161-2/+1
* * Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey2009-04-161-42/+105
* * Change simple asset cache test to manually pump the asset server rather tha...Justin Clarke Casey2009-04-141-8/+21
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-144-35/+19
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey2009-04-141-43/+40
* Formatting cleanup.Jeff Ames2009-04-141-5/+5
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-5/+5
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-091-11/+32
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-081-0/+43
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-2/+2
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-3/+4
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-2/+2
* * Minor fixes, inverted an if for readability and introduced a virtual pre-pr...lbsa712009-03-261-4/+20
* cleanupDr Scofield2009-03-251-1/+0
* * minor: remove a couple more compiler warningsJustin Clarke Casey2009-03-241-4/+0
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-13/+9
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+51
* Make single item inventory gives work across regionsMelanie Thielker2009-03-221-2/+2
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-221-7/+14
* 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