aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-7/+16
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+5
|
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
|
* * Removing cruft left over from the conversion to the new texture sending ↵John Hurliman2009-10-201-4/+3
| | | | | | and UDP code * Changing the cache modules to only initialize the caches if they are actually enabled. Should save a bit of resources from unused cache systems
* * minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)2009-10-051-1/+1
|
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Removing the default reading of AssetCaching on all cache modules.diva2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* 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