Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 1a2518d19b Instead of moving the file to its final place when FlotsamCache writes to disk, copy it instead. 13 years ago
  Robert Adams 74b23210a7 Fix Flotsam cache so it will use the disk cache if the memory cache is enabled 13 years ago
  Justin Clark-Casey (justincc) 7791c1fd1e Replace the generic exception logging in flotsam asset cache with more specific stuff to return more information. 13 years ago
  Justin Clark-Casey (justincc) c4c6b457c3 correct misleading "fcache status" text - deep scans are not performed when this command is invoked. 13 years ago
  Justin Clark-Casey (justincc) bebc51a6e0 Make it possible to disable the file part of the flotsam asset cache 13 years ago
  Justin Clark-Casey (justincc) 5dc785bbf2 refactor: Split file cache manipulation code into separate methods, as has already been done for the memory cache 13 years ago
  Justin Clark-Casey (justincc) 46f5893d55 Add basic flotsam asset cache test for retrieved cached asset. 13 years ago
  Justin Clark-Casey (justincc) 9a62bfab0e If the flotsam asset cache console command "fcache clear" is specified on its own, clear both memory and file caches 13 years ago
  Justin Clark-Casey (justincc) b13b54c526 Make the internal flotsam asset cache defaults match config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present. 13 years ago
  Justin Clark-Casey (justincc) 0f545abfc1 Make the file expiration defaults the same whether the whole [FLOTSAM ASSET CACHE] section is missing or just the particular config values 13 years ago
  Justin Clark-Casey (justincc) 939c47ac52 instead of using different default memory expiration depending on whether there is a [FLOTSAM ASSET CACHE] section present at all, use the same default all the time 13 years ago
  Justin Clark-Casey (justincc) beff0ac32f log actual cache directory for FlotsamAssetCache instead of always logging the default 13 years ago
  Justin Clark-Casey (justincc) 197cc3883f Fix bug where having no maximum memory cache timeout would cause the flotsam asset cache to try using Double.MaxValue, which would cause the underlying OpenMetaverse.ExpiringCache to choke. 13 years ago
  Melanie 766ce9a141 Add linden prim renderer and update libOMV 14 years ago
  John Hurliman 3f6c4c150e * Adds IAssetService.GetCached() to allow asset fetching from the local cache only 14 years ago
  John Hurliman 33f5d0d1e9 * UuidGatherer now tracks asset types for assets it discovers. The asset types are inferred from context 14 years ago
  Justin Clark-Casey (justincc) 214b1351fb minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/config-include/FlotsamCache.ini.example 14 years ago
  Justin Clark-Casey (justincc) 7b53067d6d Apply http://opensimulator.org/mantis/view.php?id=4548 14 years ago
  Justin Clark-Casey (justincc) a7af92d5d0 minor: remove some mono compiler warnings 14 years ago
  John Hurliman 32ccd5bb40 * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget() 14 years ago
  John Hurliman 9a5e7222ce * Removing cruft left over from the conversion to the new texture sending and UDP code 15 years ago
  John Hurliman fdce1be3db * Removed OpenSim.Data.NHibernate 15 years ago
  Jeff Ames 0d29614ca1 Formatting cleanup. 15 years ago
  Melanie bf68dad643 0004246: [Patch] FlotsamAssetCache deep scan & cache 15 years ago
  Justin Clark-Casey (justincc) 2a19187e01 * minor: tweak asset cache logging levels downwards 15 years ago
  Diva Canto fe9cca64de Stream needs to be closed before the file can be moved... 15 years ago
  Diva Canto b803d5ab9b Make sure to close the file streams on the FlotsamCache, even if something fails. 15 years ago
  Jeff Ames ee205e7e81 Formatting cleanup. 15 years ago
  Diva Canto eed8a61559 More small changes to FlotsamAssetCache as per mcortez' request. 15 years ago
  Teravus Ovares (Dan Olivares) dc3798ddc3 * Another Timer lock 15 years ago