aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* Instrumenting GlynnTuckerCache to find out the hit rate.diva2009-05-281-0/+29
|
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-271-1/+1
| | | | | Minor log message change in the module itself.
* Update svn properties.Jeff Ames2009-05-271-126/+126
|
* Experimental alternative cache module implementation, using ↵diva2009-05-261-0/+126
| | | | GlynnTucker.Cache.dll.
* Bug fix and config rename.diva2009-05-181-1/+2
|
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-2/+1
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-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 interfaceMelanie Thielker2009-05-121-0/+2
|
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-101-1/+1
| | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-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 stringMelanie Thielker2009-05-101-13/+19
| | | | | | keys to allow caching the new crop of URI identified objects.
* Fix the build breakMelanie Thielker2009-05-101-0/+1
|
* Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker2009-05-101-0/+11
|
* COmmitting the asset cache skeletonMelanie Thielker2009-05-091-0/+99