aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianAssetServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fixed a casing typo for Simian profile dataJohn Hurliman2010-08-131-1/+1
* Fix a simian compiler warningMelanie2010-06-271-1/+1
* * SimianAssetServiceConnector Delete() was expecting the wrong type of respon...John Hurliman2010-06-241-7/+22
* * Better error logging for failed SimianGrid web service callsJohn Hurliman2010-04-221-4/+9
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-081-0/+8
* * Fixing incorrect documentation for the continuation passing style IAssetSer...John Hurliman2010-04-071-1/+1
* * In the async asset fetch method, cache check before firing any async code. ...John Hurliman2010-04-051-47/+62
* Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman2010-03-261-7/+7
* Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman2010-03-151-1/+1
* Minor tweak to clean up SimianGrid asset service URLsJohn Hurliman2010-03-121-1/+1
* * Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman2010-03-121-14/+17
* Fixing the previous patch to work correctly with standalone modeJohn Hurliman2010-03-121-4/+4
* Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman2010-03-121-6/+6
* Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)2010-03-121-1/+1
* Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+407