| Commit message (Expand) | Author | Files | Lines |
2012-09-07 | Move addin information to CoreModulePlugin.addin.xml | BlueWall | 2 | -6/+2 |
2012-06-20 | minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-04 | Use the more efficient HashSet instead of List for FlotasmAssetCache.m_Curren... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-04 | Don't try and update the access time of a file that is actively being cached. | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2012-04-27 | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-03-08 | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-10-22 | refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-08-16 | minor: change some comment text in flotsam asset cache | Justin Clark-Casey (justincc) | 1 | -4/+3 |
2011-08-16 | On Flotsam asset cache, go back to moving the file from the temporary locatio... | Justin Clark-Casey (justincc) | 1 | -26/+47 |
2011-08-13 | Fix a problem in the Flotsam asset cache where assets were being put into the... | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2011-08-06 | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2011-08-06 | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-08-05 | refactor: remove a sliver of unnecessary code | Justin Clark-Casey (justincc) | 1 | -4/+1 |
2011-08-05 | Instead of moving the file to its final place when FlotsamCache writes to dis... | Justin Clark-Casey (justincc) | 1 | -2/+7 |
2011-08-02 | Fix Flotsam cache so it will use the disk cache if the memory cache is enabled | Robert Adams | 1 | -2/+2 |
2011-07-30 | Replace the generic exception logging in flotsam asset cache with more specif... | Justin Clark-Casey (justincc) | 1 | -26/+24 |
2011-07-30 | correct misleading "fcache status" text - deep scans are not performed when t... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-07-04 | Add TestClearCache() | Justin Clark-Casey (justincc) | 1 | -0/+17 |
2011-07-04 | add TestExpireAsset() | Justin Clark-Casey (justincc) | 1 | -0/+20 |
2011-07-04 | refactor: Move test setup code into setup method | Justin Clark-Casey (justincc) | 1 | -13/+20 |
2011-07-04 | Make it possible to disable the file part of the flotsam asset cache | Justin Clark-Casey (justincc) | 2 | -39/+74 |
2011-07-04 | refactor: Split file cache manipulation code into separate methods, as has al... | Justin Clark-Casey (justincc) | 1 | -102/+131 |
2011-07-04 | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 2 | -0/+84 |
2011-06-11 | If the flotsam asset cache console command "fcache clear" is specified on its... | Justin Clark-Casey (justincc) | 1 | -11/+26 |
2011-06-11 | Make the internal flotsam asset cache defaults match config-include/FlotsamCa... | Justin Clark-Casey (justincc) | 1 | -29/+35 |
2011-02-25 | Make the file expiration defaults the same whether the whole [FLOTSAM ASSET C... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2011-02-25 | instead of using different default memory expiration depending on whether the... | Justin Clark-Casey (justincc) | 1 | -11/+2 |
2011-02-25 | log actual cache directory for FlotsamAssetCache instead of always logging th... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-02-25 | Fix bug where having no maximum memory cache timeout would cause the flotsam ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-10-04 | Revert "Add linden prim renderer and update libOMV" | Melanie | 1 | -2/+2 |
2010-10-04 | Add linden prim renderer and update libOMV | Melanie | 1 | -2/+2 |
2010-09-07 | Rolling back the recent libomv update but keeping the ExpiringCache cleanups ... | John Hurliman | 1 | -1/+1 |
2010-09-07 | * Cache null account responses in the SimianUserAccountServiceConnector to av... | John Hurliman | 1 | -1/+1 |
2010-04-08 | * Adds IAssetService.GetCached() to allow asset fetching from the local cache... | John Hurliman | 1 | -0/+5 |
2010-03-15 | * UuidGatherer now tracks asset types for assets it discovers. The asset type... | John Hurliman | 1 | -1/+1 |
2010-02-19 | minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/c... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 1 | -13/+14 |
2010-02-05 | Revert "Old OpenSim installations may have no AssetCaching setting in config-... | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2010-02-05 | Old OpenSim installations may have no AssetCaching setting in config-include/... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2010-01-29 | Apply http://opensimulator.org/mantis/view.php?id=4548 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-09 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 1 | -6/+2 |
2009-10-20 | * Removing cruft left over from the conversion to the new texture sending and... | John Hurliman | 4 | -66/+45 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 1 | -2/+2 |
2009-10-19 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-10-12 | 0004246: [Patch] FlotsamAssetCache deep scan & cache | Melanie | 1 | -37/+270 |
2009-10-05 | * minor: tweak asset cache logging levels downwards | Justin Clark-Casey (justincc) | 4 | -12/+9 |
2009-10-04 | Stream needs to be closed before the file can be moved... | Diva Canto | 1 | -5/+6 |
2009-10-04 | Make sure to close the file streams on the FlotsamCache, even if something fa... | Diva Canto | 1 | -4/+12 |