aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * You can haz more spring cleaning.Adam Frisby2008-05-081-60/+14
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+5
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-041-2/+0
* Formatting cleanup.Jeff Ames2008-03-181-235/+230
* disabled AssetDownloadModule and re-enabled the asset download code in the as...MW2008-02-271-17/+18
* small fix in the showstate data in AssetCache to reflect that now some functi...MW2008-02-271-1/+1
* After seeing sdague do his happy dance over trunk working "the best he has ev...MW2008-02-271-17/+18
* another attempt at fixing asset lockupsMW2008-02-271-224/+247
* Hopefully fixed the bug that was causing a lot of the freezing. Which was hap...MW2008-02-271-33/+51