aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/BakedTextures (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In XBakesModule.Get() use using() to always dispose of RestClient which ↵Justin Clark-Casey (justincc)2014-12-201-31/+35
| | | | disposes the stream rather than disposing the stream directly
* Use using() semantics in XBakesModule to ensure disposable objects are alway ↵Justin Clark-Casey (justincc)2014-12-201-39/+42
| | | | disposed no matter what
* Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* XBakes: store the assets only in the sim's local assets cache; not in the ↵Oren Hurvitz2014-07-211-1/+2
| | | | main assets server. Also, some cleanup.
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-3/+5
|
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
|
* Remove the added whitespace, test concludedMelanie2014-02-041-1/+1
|
* Bot testMelanie2014-02-041-1/+1
|
* Remove compile error from returning value in void functionRobert Adams2014-02-031-1/+1
|
* Add one check for a blank URL because the module wasn't quite sure not to ↵Melanie2014-02-041-1/+3
| | | | work when unconfigured :|
* Adding the Avination XBakesModule, the client for the persistent bakes systemMelanie2014-02-041-0/+189