aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/CachedGetAssetStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-081-170/+3
| | | | | | | CachedGetAssetStreamHandler * Added some more tests
* * Added some GetAssetStreamHandlerTestslbsa712009-05-061-2/+2
| | | | | * Minor tweaks to attain testability
* Committing the changed treeMelanie Thielker2009-05-041-0/+218
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-217/+0
|
* Update svn properties.Jeff Ames2009-05-011-217/+217
|
* Thanks Tommil for a patch that adds a caching option to ↵diva2009-04-271-0/+217
GetAssetStreamHandler. It is used in the RegionAssetService.