aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianAssetServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-22/+30
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-170/+356
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-5/+1
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-1/+5
* Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-121-1/+1
* HG: AAdded a few missing /'s at the end of URLsDiva Canto2011-12-231-0/+2
* Append asset ID to URL for storage requests to allow caching proxies to work ...Dan Lake2011-11-231-1/+3
* Drop the CopyTo parameter from Int32.MaxValue to 4096. This is a buffer sizeMic Bowman2011-11-021-1/+1
* Revert "fix CopyTo call that was breaking under mono 2.10"Melanie2011-11-031-1/+1
* fix CopyTo call that was breaking under mono 2.10Mic Bowman2011-11-021-1/+1
* Added constructor that takes an URL to asset and inventory simian connectors.Diva Canto2010-09-081-0/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-09-071-17/+20
|\
| * Fix Simian regressionMelanie2010-09-071-17/+20
* | * Added sanity checks to the SimianAssetServiceConnector so it will throw a s...John Hurliman2010-09-071-0/+30
|/
* As an exmple, add the code to disable connectors intot he simian assetMelanie2010-09-051-12/+23
* * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to...John Hurliman2010-09-031-16/+9
* * 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