aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* instead of using different default memory expiration depending on whether the...Justin Clark-Casey (justincc)2011-02-251-11/+2
* log actual cache directory for FlotsamAssetCache instead of always logging th...Justin Clark-Casey (justincc)2011-02-251-1/+1
* Fix bug where having no maximum memory cache timeout would cause the flotsam ...Justin Clark-Casey (justincc)2011-02-251-1/+1
* Add linden prim renderer and update libOMVMelanie2010-10-041-2/+2
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-081-0/+5
* * UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2010-03-151-1/+1
* minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/c...Justin Clark-Casey (justincc)2010-02-191-2/+2
* Apply http://opensimulator.org/mantis/view.php?id=4548Justin Clark-Casey (justincc)2010-01-291-1/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-6/+2
* * Removing cruft left over from the conversion to the new texture sending and...John Hurliman2009-10-201-31/+20
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-2/+2
* Formatting cleanup.Jeff Ames2009-10-191-2/+2
* 0004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie2009-10-121-37/+270
* * minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)2009-10-051-4/+1
* Stream needs to be closed before the file can be moved...Diva Canto2009-10-041-5/+6
* Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto2009-10-041-4/+12
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* More small changes to FlotsamAssetCache as per mcortez' request.Diva Canto2009-09-251-2/+2
* * Another Timer lockTeravus Ovares (Dan Olivares)2009-09-101-1/+4
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-091-28/+130
|\
| * Thank you, mcortez, for a patch to fix errors in FlotsamCache and expandMelanie2009-09-081-28/+130
* | * Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)2009-09-091-1/+4
|/
* Standardize FlotsamAssetCache headerJustin Clark-Casey (justincc)2009-08-281-25/+25
* Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid dup...Justin Clark-Casey (justincc)2009-08-271-51/+0
* Apply http://opensimulator.org/mantis/view.php?id=3829Justin Clark-Casey (justincc)2009-08-271-1/+1
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+1
* Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker2009-07-291-4/+4
* Thank you, mcortez, for a patch to correct a folder bloat issue in theMelanie Thielker2009-07-281-3/+54
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Reverse the default setting in Flotsam Asset Cache. Nothing should be the def...Melanie Thielker2009-06-101-1/+1
* Formatting cleanup.Jeff Ames2009-06-101-3/+3
* Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva2009-06-091-8/+9
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-3/+3
* Update svn properties.Jeff Ames2009-06-091-523/+523
* Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker2009-06-081-438/+523
* Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker2009-06-051-0/+438