| Commit message (Expand) | Author | Age | Files | Lines |
* | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual floats... | UbitUmarov | 2016-11-30 | 1 | -2/+4 |
* | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa... | UbitUmarov | 2016-11-30 | 1 | -13/+72 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+5 |
|\ |
|
| * | Expect a missing directory, the asset cache is shared. Prevent spew if | Melanie Thielker | 2014-08-18 | 1 | -0/+5 |
* | | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 2015-01-08 | 1 | -7/+7 |
* | | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ... | Diva Canto | 2014-12-29 | 1 | -1/+1 |
* | | Make "fache assets" console command more efficient by only updating access ti... | Justin Clark-Casey (justincc) | 2014-12-05 | 1 | -17/+24 |
* | | If "fcache assets" is executed, don't stop with an exception if there's an ac... | Justin Clark-Casey (justincc) | 2014-12-04 | 1 | -2/+1 |
* | | refactor: breakout flotasm cache last file access time to separate UpdateFile... | Justin Clark-Casey (justincc) | 2014-12-04 | 1 | -7/+19 |
* | | Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating... | Justin Clark-Casey (justincc) | 2014-12-04 | 1 | -8/+1 |
* | | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
* | | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 2014-09-05 | 1 | -1/+3 |
* | | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 1 | -0/+12 |
* | | - Increased the threadpool timeout to 10 minutes | Oren Hurvitz | 2014-03-26 | 1 | -2/+2 |
|/ |
|
* | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 1 | -2/+2 |
* | Remove redundant methods in FlotsamAssetCache | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -10/+0 |
* | Simplify FlotsamAssetCache.CheckFromMemoryCache() | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -6/+1 |
* | Elminate some copy/paste in FlotsamAssetCache.CheckFromFileCache() and use us... | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -33/+10 |
* | elminate unnecessary asset != null check in FlotsamAssetCache.UpdateFileCache() | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -50/+47 |
* | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 1 | -40/+129 |
* | Make "fcache status" command also display information on disk/mem cache hit r... | Justin Clark-Casey (justincc) | 2013-10-30 | 1 | -18/+38 |
* | Put fcache commands output to console, not log | Justin Clark-Casey (justincc) | 2013-10-30 | 1 | -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-30 | 1 | -25/+27 |
* | Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh... | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -32/+57 |
* | Log missing assets on "fcache assets" found. This ignores references found b... | Justin Clark-Casey (justincc) | 2013-02-02 | 1 | -15/+26 |
* | Possibly fixes mantis #6429 (Flotsam cache having a null ref to the asset ser... | Diva Canto | 2012-11-14 | 1 | -4/+2 |
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
* | Cleaning up some confusion with Addin names introduced in a prior commit. Als... | Diva Canto | 2012-11-10 | 1 | -2/+2 |
* | For FlotsamAssetCache, always update access times of cached scene assets befo... | Justin Clark-Casey (justincc) | 2012-09-15 | 1 | -20/+17 |
* | Adjust namespce of FlotsamCache | BlueWall | 2012-09-09 | 1 | -1/+1 |
* | Revert "Move addin information to CoreModulePlugin.addin.xml" | BlueWall | 2012-09-09 | 1 | -1/+5 |
* | Move addin information to CoreModulePlugin.addin.xml | BlueWall | 2012-09-07 | 1 | -5/+1 |
* | minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini ... | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -1/+1 |
* | Use the more efficient HashSet instead of List for FlotasmAssetCache.m_Curren... | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -1/+1 |
* | Don't try and update the access time of a file that is actively being cached. | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -2/+6 |
* | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -4/+4 |
* | minor: change some comment text in flotsam asset cache | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -4/+3 |
* | On Flotsam asset cache, go back to moving the file from the temporary locatio... | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -26/+47 |
* | Fix a problem in the Flotsam asset cache where assets were being put into the... | Justin Clark-Casey (justincc) | 2011-08-13 | 1 | -2/+6 |
* | refactor: remove a sliver of unnecessary code | Justin Clark-Casey (justincc) | 2011-08-05 | 1 | -4/+1 |
* | Instead of moving the file to its final place when FlotsamCache writes to dis... | Justin Clark-Casey (justincc) | 2011-08-05 | 1 | -2/+7 |
* | Fix Flotsam cache so it will use the disk cache if the memory cache is enabled | Robert Adams | 2011-08-02 | 1 | -2/+2 |
* | Replace the generic exception logging in flotsam asset cache with more specif... | Justin Clark-Casey (justincc) | 2011-07-30 | 1 | -26/+24 |
* | correct misleading "fcache status" text - deep scans are not performed when t... | Justin Clark-Casey (justincc) | 2011-07-30 | 1 | -1/+1 |
* | Make it possible to disable the file part of the flotsam asset cache | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -38/+72 |
* | refactor: Split file cache manipulation code into separate methods, as has al... | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -102/+131 |
* | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 2011-07-04 | 1 | -0/+2 |
* | If the flotsam asset cache console command "fcache clear" is specified on its... | Justin Clark-Casey (justincc) | 2011-06-11 | 1 | -11/+26 |
* | Make the internal flotsam asset cache defaults match config-include/FlotsamCa... | Justin Clark-Casey (justincc) | 2011-06-11 | 1 | -29/+35 |