Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thanks cmickeyb for a patch that checks for null assets in Cenome asset ↵ | Dahlia Trimble | 2009-06-19 | 1 | -3/+7 |
| | | | | cache - Mantis #3819 | ||||
* | Removing the default reading of AssetCaching on all cache modules. | diva | 2009-06-10 | 2 | -2/+2 |
| | |||||
* | Reverse the default setting in Flotsam Asset Cache. Nothing should be the ↵ | Melanie Thielker | 2009-06-10 | 1 | -1/+1 |
| | | | | default | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -3/+3 |
| | |||||
* | Letting the Flotsam cache be enabled even when [AssetCache] section is ↵ | diva | 2009-06-09 | 1 | -8/+9 |
| | | | | missing. Thank you mcortez! | ||||
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 2 | -37/+37 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-09 | 1 | -523/+523 |
| | |||||
* | Updating the flotsam asset cache. Thank you, mcortez! | Melanie Thielker | 2009-06-08 | 1 | -438/+523 |
| | | | | | | Fixes Mantis #3784 | ||||
* | Committing mcortez's FlotsamAssetCache after several positive reviews. | Melanie Thielker | 2009-06-05 | 1 | -0/+438 |
| | | | | | | Thank you, mcortez! | ||||
* | Changed a comment to reflect changes in config. | diva | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. | Jeff Ames | 2009-06-04 | 1 | -9/+27 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-04 | 1 | -382/+382 |
| | |||||
* | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 2009-06-03 | 1 | -0/+382 |
| | | | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method. | ||||
* | revert r9765 due to too many errors on some compilers. Affects Mantis #3759 | Dahlia Trimble | 2009-06-03 | 1 | -381/+0 |
| | |||||
* | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 2009-06-02 | 1 | -0/+381 |
| | | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | Instrumenting GlynnTuckerCache to find out the hit rate. | diva | 2009-05-28 | 1 | -0/+29 |
| | |||||
* | Adding the GlynnTucker cache module as the default choice in .ini's. | diva | 2009-05-27 | 1 | -1/+1 |
| | | | | | Minor log message change in the module itself. | ||||
* | Update svn properties. | Jeff Ames | 2009-05-27 | 1 | -126/+126 |
| | |||||
* | Experimental alternative cache module implementation, using ↵ | diva | 2009-05-26 | 1 | -0/+126 |
| | | | | GlynnTucker.Cache.dll. | ||||
* | Bug fix and config rename. | diva | 2009-05-18 | 1 | -1/+2 |
| | |||||
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 1 | -2/+1 |
| | |||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -1/+5 |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | ||||
* | Make the accet cache module actually register the interface | Melanie Thielker | 2009-05-12 | 1 | -0/+2 |
| | |||||
* | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2009-05-10 | 1 | -1/+1 |
| | | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache | ||||
* | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 2009-05-10 | 1 | -1/+9 |
| | | | | | | for asset retrieval (full asset only) to ease migration to the new system | ||||
* | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 2009-05-10 | 1 | -13/+19 |
| | | | | | | keys to allow caching the new crop of URI identified objects. | ||||
* | Fix the build break | Melanie Thielker | 2009-05-10 | 1 | -0/+1 |
| | |||||
* | Small asset cache addition. Comment a debug output left in CAPS | Melanie Thielker | 2009-05-10 | 1 | -0/+11 |
| | |||||
* | COmmitting the asset cache skeleton | Melanie Thielker | 2009-05-09 | 1 | -0/+99 |