aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-16minor: change some comment text in flotsam asset cacheJustin Clark-Casey (justincc)1-4/+3
2011-08-16On Flotsam asset cache, go back to moving the file from the temporary locatio...Justin Clark-Casey (justincc)1-26/+47
2011-08-13Fix a problem in the Flotsam asset cache where assets were being put into the...Justin Clark-Casey (justincc)1-2/+6
2011-08-05refactor: remove a sliver of unnecessary codeJustin Clark-Casey (justincc)1-4/+1
2011-08-05Instead of moving the file to its final place when FlotsamCache writes to dis...Justin Clark-Casey (justincc)1-2/+7
2011-08-02Fix Flotsam cache so it will use the disk cache if the memory cache is enabledRobert Adams1-2/+2
2011-07-30Replace the generic exception logging in flotsam asset cache with more specif...Justin Clark-Casey (justincc)1-26/+24
2011-07-30correct misleading "fcache status" text - deep scans are not performed when t...Justin Clark-Casey (justincc)1-1/+1
2011-07-04Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)1-38/+72
2011-07-04refactor: Split file cache manipulation code into separate methods, as has al...Justin Clark-Casey (justincc)1-102/+131
2011-07-04Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)1-0/+2
2011-06-11If the flotsam asset cache console command "fcache clear" is specified on its...Justin Clark-Casey (justincc)1-11/+26
2011-06-11Make the internal flotsam asset cache defaults match config-include/FlotsamCa...Justin Clark-Casey (justincc)1-29/+35
2011-02-25Make the file expiration defaults the same whether the whole [FLOTSAM ASSET C...Justin Clark-Casey (justincc)1-3/+3
2011-02-25instead of using different default memory expiration depending on whether the...Justin Clark-Casey (justincc)1-11/+2
2011-02-25log actual cache directory for FlotsamAssetCache instead of always logging th...Justin Clark-Casey (justincc)1-1/+1
2011-02-25Fix bug where having no maximum memory cache timeout would cause the flotsam ...Justin Clark-Casey (justincc)1-1/+1
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-2/+2
2010-10-04Add linden prim renderer and update libOMVMelanie1-2/+2
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...John Hurliman1-1/+1
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-1/+1
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+5
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-1/+1
2010-02-19minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/c...Justin Clark-Casey (justincc)1-2/+2
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=4548Justin Clark-Casey (justincc)1-1/+1
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-6/+2
2009-10-20* Removing cruft left over from the conversion to the new texture sending and...John Hurliman1-31/+20
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-2/+2
2009-10-19Formatting cleanup.Jeff Ames1-2/+2
2009-10-120004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie1-37/+270
2009-10-05* minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)1-4/+1
2009-10-04Stream needs to be closed before the file can be moved...Diva Canto1-5/+6
2009-10-04Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto1-4/+12
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-25More small changes to FlotsamAssetCache as per mcortez' request.Diva Canto1-2/+2
2009-09-10* Another Timer lockTeravus Ovares (Dan Olivares)1-1/+4
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)1-1/+4
2009-09-08Thank you, mcortez, for a patch to fix errors in FlotsamCache and expandMelanie1-28/+130
2009-08-28Standardize FlotsamAssetCache headerJustin Clark-Casey (justincc)1-25/+25
2009-08-27Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid dup...Justin Clark-Casey (justincc)1-51/+0
2009-08-27Apply http://opensimulator.org/mantis/view.php?id=3829Justin Clark-Casey (justincc)1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-07-29Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker1-4/+4
2009-07-28Thank you, mcortez, for a patch to correct a folder bloat issue in theMelanie Thielker1-3/+54
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-06-10Reverse the default setting in Flotsam Asset Cache. Nothing should be the def...Melanie Thielker1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-3/+3
2009-06-09Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva1-8/+9