aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-13/+9
* * Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey2009-03-131-4/+6
* * 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
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-23/+23
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-15/+65
* * optimized usings.lbsa712009-02-121-2/+2
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-3/+4
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-42/+42
* * Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey2009-01-231-7/+3
* - Fix a formatting error in a log message (Mantis#2635).Homer Horwitz2008-11-161-1/+1
* * Restore storing null to represent 'missing asset' requests in the AssetCacheJustin Clarke Casey2008-11-111-6/+9
* * Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby2008-11-111-4/+5
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-111-2/+2
* * Fixed asset bug.Adam Frisby2008-11-091-2/+2
* * Enabled GTCache for AssetCache Adam Frisby2008-11-091-191/+77
* Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke2008-11-061-0/+5
* Mantis#2557. Thank you kindly, Diva for a patch that:Charles Krinke2008-11-051-1/+1
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-291-4/+14
* * Possibly fix grey avatar appearance problemsJustin Clarke Casey2008-10-281-3/+26
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
* * minor: Remove some of the redundant asset id storage for nowJustin Clarke Casey2008-09-211-11/+12
* * Start recording asset request times after a cache miss. This is very primt...Justin Clarke Casey2008-09-211-3/+17
* * Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey2008-09-211-82/+22
* * minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey2008-09-211-12/+9
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-26/+26
* Formatting cleanup.Jeff Ames2008-08-181-7/+7
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-1/+8
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-071-2/+2
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-3/+3
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-2/+0
* add the ability to cherry pick expire something from the assetSean Dague2008-06-301-0/+24
* * Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares2008-06-181-68/+17
* * Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey2008-06-161-23/+0
* * minor: Properly clear the pushed asset cache statistics where the clear-ass...Justin Clarke Casey2008-06-101-0/+4
* Formatting cleanup.Jeff Ames2008-05-281-10/+10
* Thank you very much, Xantor for a patch that:Charles Krinke2008-05-271-1/+34
* * Fix mantis 1325. This is a minor issue where 'show assets' would not work ...Justin Clarke Casey2008-05-221-8/+14
* * Minor: Tidy ups and logging tweaks.Justin Clarke Casey2008-05-221-1/+1
* * Refactor: Eliminate empty if clause from AssetCache.GetAsset()Justin Clarke Casey2008-05-181-4/+1
* * Eliminate occurences of "Got a texture uuid ... with no sender object to ha...Justin Clarke Casey2008-05-161-1/+1
* * Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey2008-05-161-13/+30
* * Removing unnecessary LLUUID.Zero check from AssetCacheJustin Clarke Casey2008-05-161-62/+58
* Formatting cleanup.Jeff Ames2008-05-161-11/+11
* * Experiment in Zerocoding.Teravus Ovares2008-05-101-1/+3