aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-23* Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey1-7/+3
2009-01-19No longer append a "texture" parameter on texture asset requests. TheMike Mazur1-2/+0
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-2/+1
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2-17/+14
2008-12-15Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva1-0/+1
2008-12-12* Extend update test to test situation where it also moves the folderJustin Clarke Casey1-7/+8
2008-12-12* Create update folder testJustin Clarke Casey1-0/+1
2008-12-12* minor: make AddRequest() protected since in principle it shouldn't be used ...Justin Clarke Casey1-1/+1
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-1/+0
2008-12-11* refactor: Stop exposing InventoryFolderImpl.SubFolders publiclyJustin Clarke Casey3-58/+82
2008-12-11* Add get child folder testJustin Clarke Casey1-0/+17
2008-12-11* Add create folder userinfo testJustin Clarke Casey1-1/+1
2008-12-11* test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey1-1/+5
2008-12-10* refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey1-279/+0
2008-12-10* Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2-2/+4
2008-12-09* Actually update subfolders of parent folders in the inventory cache when a ...Justin Clarke Casey3-9/+65
2008-12-05killing warnings, reformatting RemoteAdminPluginDr Scofield1-5/+4
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2-1/+8
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey1-1/+0
2008-11-23Don't serve texture preview from other people's objects if youMelanie Thielker1-0/+27
2008-11-16- Fix a formatting error in a log message (Mantis#2635).Homer Horwitz1-1/+1
2008-11-11* Restore storing null to represent 'missing asset' requests in the AssetCacheJustin Clarke Casey1-6/+9
2008-11-11* Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby1-4/+5
2008-11-11Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-09* Fixed asset bug.Adam Frisby1-2/+2
2008-11-09* Enabled GTCache for AssetCache Adam Frisby1-191/+77
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2-1/+55
2008-11-06Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke2-0/+10
2008-11-05Mantis#2557. Thank you kindly, Diva for a patch that:Charles Krinke1-1/+1
2008-10-29* Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey1-4/+14
2008-10-28* Possibly fix grey avatar appearance problemsJustin Clarke Casey1-3/+26
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+8
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-1/+1
2008-10-16fix line endings, as apparently the bot didn't do this yetSean Dague1-527/+527
2008-10-15* refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey1-3/+3
2008-10-14* Adding CrytoGridAssetClient support - allows encrypting assets that are sto...Adam Frisby1-0/+527
2008-09-29* Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey1-0/+15
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-21* minor: Remove some of the redundant asset id storage for nowJustin Clarke Casey1-11/+12
2008-09-21* Start recording asset request times after a cache miss. This is very primt...Justin Clarke Casey1-3/+17