aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianAssetServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-22* Better error logging for failed SimianGrid web service callsJohn Hurliman1-4/+9
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+8
2010-04-07* Fixing incorrect documentation for the continuation passing style IAssetSer...John Hurliman1-1/+1
2010-04-05* In the async asset fetch method, cache check before firing any async code. ...John Hurliman1-47/+62
2010-03-26Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman1-7/+7
2010-03-15Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman1-1/+1
2010-03-12Minor tweak to clean up SimianGrid asset service URLsJohn Hurliman1-1/+1
2010-03-12* Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman1-14/+17
2010-03-12Fixing the previous patch to work correctly with standalone modeJohn Hurliman1-4/+4
2010-03-12Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman1-6/+6
2010-03-12Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)1-1/+1
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+407