aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not timeout floatsam assets caching threadUbitUmarov2018-02-021-2/+2
* make SendCoarseLocations async, since it is http. Make some actions use thre...UbitUmarov2017-06-091-1/+1
* mantis 8181: don't try to delete contents of a non exitent folderUbitUmarov2017-05-261-4/+13
* Squelch an error that happens when the asset cache was mounted RO.Melanie Thielker2017-03-311-0/+3
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-014-36/+34
* Make negative asset caching actually workMelanie Thielker2017-01-304-15/+36
* Massive tab and trailing space cleanupMelanie Thielker2017-01-055-49/+49
* Add negative caching to flotsam cache. Prevents scripts from hammering the as...Melanie Thielker2016-12-294-0/+42
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker2016-12-294-13/+13
* Add an option to update the file access time even when an asset is found in c...Melanie Thielker2016-12-291-0/+15
* expire also from weak referencesUbitUmarov2016-12-291-0/+3
* gc is also a unwanted cache, so use it. With this, memcache with short expire...UbitUmarov2016-12-291-12/+71
* FloatSamCache: dont use slideexpire on current libovm expirecache. Change exa...UbitUmarov2016-12-251-26/+49
* fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floats...UbitUmarov2016-11-301-2/+4
* slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa...UbitUmarov2016-11-301-13/+72
* bad merge?UbitUmarov2015-09-011-0/+5
|\
| * Expect a missing directory, the asset cache is shared. Prevent spew ifMelanie Thielker2014-08-181-0/+5
* | Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-7/+7
* | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* | Make "fache assets" console command more efficient by only updating access ti...Justin Clark-Casey (justincc)2014-12-051-17/+24
* | If "fcache assets" is executed, don't stop with an exception if there's an ac...Justin Clark-Casey (justincc)2014-12-041-2/+1
* | refactor: breakout flotasm cache last file access time to separate UpdateFile...Justin Clark-Casey (justincc)2014-12-041-7/+19
* | Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating...Justin Clark-Casey (justincc)2014-12-041-8/+1
* | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* | For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-1/+3
* | Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)2014-07-021-3/+6
* | Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-0/+12
* | - Increased the threadpool timeout to 10 minutesOren Hurvitz2014-03-261-2/+2
|/
* Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-2/+2
* Remove redundant methods in FlotsamAssetCacheJustin Clark-Casey (justincc)2014-01-181-10/+0
* implement CoreAssetCache.Check()Justin Clark-Casey (justincc)2014-01-181-1/+2
* implement GlynnTuckerAssetCache.Check()Justin Clark-Casey (justincc)2014-01-181-1/+1
* Properly implement CenomeAssetCache.Check()Justin Clark-Casey (justincc)2014-01-181-2/+4
* Simplify FlotsamAssetCache.CheckFromMemoryCache()Justin Clark-Casey (justincc)2014-01-181-6/+1
* Elminate some copy/paste in FlotsamAssetCache.CheckFromFileCache() and use us...Justin Clark-Casey (justincc)2014-01-181-33/+10
* elminate unnecessary asset != null check in FlotsamAssetCache.UpdateFileCache()Justin Clark-Casey (justincc)2014-01-181-50/+47
* Committing the Avination Scene Presence and related texture codeMelanie2013-12-114-40/+144
* Make "fcache status" command also display information on disk/mem cache hit r...Justin Clark-Casey (justincc)2013-10-301-18/+38
* Put fcache commands output to console, not logJustin Clark-Casey (justincc)2013-10-301-28/+25
* In the flotasm asset cache, if we get a request for a file that we're activel...Justin Clark-Casey (justincc)2013-03-301-25/+27
* Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh...Justin Clark-Casey (justincc)2013-02-081-32/+57
* Log missing assets on "fcache assets" found. This ignores references found b...Justin Clark-Casey (justincc)2013-02-021-15/+26
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+3
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Possibly fixes mantis #6429 (Flotsam cache having a null ref to the asset ser...Diva Canto2012-11-141-4/+2
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-133-0/+6
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Cleaning up some confusion with Addin names introduced in a prior commit. Als...Diva Canto2012-11-101-2/+2