aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker2-808/+0
2009-05-04* Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker2-2/+2
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey1-2/+2
2009-04-23move the lock out a bit further in the ProccessAssetCache loop to reduceSean Dague1-16/+18
2009-04-23based on recent unit test output, put some extra checking in theSean Dague1-1/+9
2009-04-22cleaning up, fixing warningsDr Scofield1-4/+4
2009-04-21* Comment out user profile cache update method for nowJustin Clarke Casey2-18/+21
2009-04-21* Add the ability to update profiles via the cache, so that cached profiles d...Justin Clarke Casey2-1/+24
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-2/+1
2009-04-16* Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey1-42/+105
2009-04-14* Change simple asset cache test to manually pump the asset server rather tha...Justin Clarke Casey1-8/+21
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey4-35/+19
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey1-43/+40
2009-04-14Formatting cleanup.Jeff Ames1-5/+5
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-5/+5
2009-04-09* Added some more experimental code; nothing wired in so far.lbsa711-11/+32
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+43
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+2
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-3/+4
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-2/+2
2009-03-26* Minor fixes, inverted an if for readability and introduced a virtual pre-pr...lbsa711-4/+20
2009-03-25cleanupDr Scofield1-1/+0
2009-03-24* minor: remove a couple more compiler warningsJustin Clarke Casey1-4/+0
2009-03-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-13/+9
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+51
2009-03-22Make single item inventory gives work across regionsMelanie Thielker1-2/+2
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-7/+14
2009-03-22Fox a null ref in the inventory give moduleMelanie Thielker1-0/+3
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+42
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey1-3/+1
2009-03-13* Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey1-4/+6
2009-03-09* Add basic asset cache get testJustin Clarke Casey2-7/+5
2009-03-09* Move method documentation from AssetCache up to IAssetCacheJustin Clarke Casey1-80/+10
2009-03-09* Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey1-4/+1
2009-02-26* Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+2
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712-0/+2
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712-2/+0
2009-02-17* Allow inventory archives to be saved from the 'root' inventory directoryJustin Clarke Casey1-3/+10
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur4-35/+35
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague6-26/+254
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2-30/+19
2009-02-12* optimized usings.lbsa718-14/+10
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-3/+4
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+8
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-0/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur4-68/+68
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2-0/+2
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2-6/+6