aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-05-28Formatting cleanup.Jeff Ames1-10/+10
2008-05-27Thank you very much, Xantor for a patch that:Charles Krinke1-1/+34
2008-05-22* Fix mantis 1325. This is a minor issue where 'show assets' would not work ...Justin Clarke Casey1-8/+14
2008-05-22* Minor: Tidy ups and logging tweaks.Justin Clarke Casey1-1/+1
2008-05-18* Refactor: Eliminate empty if clause from AssetCache.GetAsset()Justin Clarke Casey1-4/+1
2008-05-16* Eliminate occurences of "Got a texture uuid ... with no sender object to ha...Justin Clarke Casey1-1/+1
2008-05-16* Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey1-13/+30
2008-05-16* Removing unnecessary LLUUID.Zero check from AssetCacheJustin Clarke Casey1-62/+58
2008-05-16Formatting cleanup.Jeff Ames1-11/+11
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-1/+3
2008-05-08* You can haz more spring cleaning.Adam Frisby1-60/+14
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+5
2008-04-04From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-2/+0
2008-03-18Formatting cleanup.Jeff Ames1-235/+230
2008-02-27disabled AssetDownloadModule and re-enabled the asset download code in the as...MW1-17/+18
2008-02-27small fix in the showstate data in AssetCache to reflect that now some functi...MW1-1/+1
2008-02-27After seeing sdague do his happy dance over trunk working "the best he has ev...MW1-17/+18