aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-695/+0
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-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-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-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-13/+9
2009-03-13* Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey1-4/+6
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-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-23/+23
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-15/+65
2009-02-12* optimized usings.lbsa711-2/+2
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-3/+4
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-42/+42
2009-01-23* Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey1-7/+3
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-06Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke1-0/+5
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-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
2008-09-21* Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey1-82/+22
2008-09-21* minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey1-12/+9
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-26/+26
2008-08-18Formatting cleanup.Jeff Ames1-7/+7
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+8
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey1-2/+2
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-3/+3
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-2/+0
2008-06-30add the ability to cherry pick expire something from the assetSean Dague1-0/+24
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares1-68/+17
2008-06-16* Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey1-23/+0
2008-06-10* minor: Properly clear the pushed asset cache statistics where the clear-ass...Justin Clarke Casey1-0/+4