| Commit message (Expand) | Author | Files | Lines |
2018-11-27 | remove unmaintaned and obsolete GlynnTucker.Cache | UbitUmarov | 1 | -172/+0 |
2018-06-16 | mantis 8327: refix minor typos | UbitUmarov | 1 | -2/+2 |
2018-06-16 | mantis 8327: fix minor typos | UbitUmarov | 1 | -2/+2 |
2018-02-02 | do not timeout floatsam assets caching thread | UbitUmarov | 1 | -2/+2 |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -1/+1 |
2017-06-09 | make SendCoarseLocations async, since it is http. Make some actions use thre... | UbitUmarov | 1 | -1/+1 |
2017-05-26 | mantis 8181: don't try to delete contents of a non exitent folder | UbitUmarov | 1 | -4/+13 |
2017-03-31 | Squelch an error that happens when the asset cache was mounted RO. | Melanie Thielker | 1 | -0/+3 |
2017-02-01 | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 4 | -36/+34 |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 4 | -15/+36 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 5 | -49/+49 |
2016-12-29 | Add negative caching to flotsam cache. Prevents scripts from hammering the as... | Melanie Thielker | 4 | -0/+42 |
2016-12-29 | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 4 | -13/+13 |
2016-12-29 | Add an option to update the file access time even when an asset is found in c... | Melanie Thielker | 1 | -0/+15 |
2016-12-29 | expire also from weak references | UbitUmarov | 1 | -0/+3 |
2016-12-29 | gc is also a unwanted cache, so use it. With this, memcache with short expire... | UbitUmarov | 1 | -12/+71 |
2016-12-25 | FloatSamCache: dont use slideexpire on current libovm expirecache. Change exa... | UbitUmarov | 1 | -26/+49 |
2016-11-30 | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floats... | UbitUmarov | 1 | -2/+4 |
2016-11-30 | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa... | UbitUmarov | 1 | -13/+72 |
2015-01-08 | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ... | Diva Canto | 1 | -1/+1 |
2014-12-05 | Make "fache assets" console command more efficient by only updating access ti... | Justin Clark-Casey (justincc) | 1 | -17/+24 |
2014-12-04 | If "fcache assets" is executed, don't stop with an exception if there's an ac... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2014-12-04 | refactor: breakout flotasm cache last file access time to separate UpdateFile... | Justin Clark-Casey (justincc) | 1 | -7/+19 |
2014-12-04 | Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating... | Justin Clark-Casey (justincc) | 1 | -8/+1 |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2014-09-05 | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2014-08-18 | Expect a missing directory, the asset cache is shared. Prevent spew if | Melanie Thielker | 1 | -0/+5 |
2014-07-02 | Actually call Close() for shared region modules when the simulator is being s... | Justin Clark-Casey (justincc) | 1 | -3/+6 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 1 | -0/+12 |
2014-03-26 | - Increased the threadpool timeout to 10 minutes | Oren Hurvitz | 1 | -2/+2 |
2014-01-20 | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 1 | -2/+2 |
2014-01-18 | Remove redundant methods in FlotsamAssetCache | Justin Clark-Casey (justincc) | 1 | -10/+0 |
2014-01-18 | implement CoreAssetCache.Check() | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-01-18 | implement GlynnTuckerAssetCache.Check() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-01-18 | Properly implement CenomeAssetCache.Check() | Justin Clark-Casey (justincc) | 1 | -2/+4 |
2014-01-18 | Simplify FlotsamAssetCache.CheckFromMemoryCache() | Justin Clark-Casey (justincc) | 1 | -6/+1 |
2014-01-18 | Elminate some copy/paste in FlotsamAssetCache.CheckFromFileCache() and use us... | Justin Clark-Casey (justincc) | 1 | -33/+10 |
2014-01-18 | elminate unnecessary asset != null check in FlotsamAssetCache.UpdateFileCache() | Justin Clark-Casey (justincc) | 1 | -50/+47 |
2013-12-11 | Committing the Avination Scene Presence and related texture code | Melanie | 4 | -40/+144 |
2013-10-30 | Make "fcache status" command also display information on disk/mem cache hit r... | Justin Clark-Casey (justincc) | 1 | -18/+38 |
2013-10-30 | Put fcache commands output to console, not log | Justin Clark-Casey (justincc) | 1 | -28/+25 |
2013-03-30 | In the flotasm asset cache, if we get a request for a file that we're activel... | Justin Clark-Casey (justincc) | 1 | -25/+27 |
2013-03-23 | Make sharing errors not spew and let the cache retry the files | Melanie Thielker | 1 | -1/+15 |
2013-02-08 | Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh... | Justin Clark-Casey (justincc) | 1 | -32/+57 |
2013-02-02 | Log missing assets on "fcache assets" found. This ignores references found b... | Justin Clark-Casey (justincc) | 1 | -15/+26 |
2012-12-13 | add a Check method to flotsamAssetCache, so to check if a asset is in | UbitUmarov | 4 | -0/+90 |
2012-12-05 | minor: Fix more compiler warnings in CoreModules tests by properly overriding... | Justin Clark-Casey (justincc) | 1 | -1/+3 |