| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 1 | -5/+1 |
* | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 1 | -1/+5 |
* | Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). | Robert Adams | 2012-03-12 | 1 | -1/+1 |
* | HG: AAdded a few missing /'s at the end of URLs | Diva Canto | 2011-12-23 | 1 | -0/+2 |
* | Append asset ID to URL for storage requests to allow caching proxies to work ... | Dan Lake | 2011-11-23 | 1 | -1/+3 |
* | Drop the CopyTo parameter from Int32.MaxValue to 4096. This is a buffer size | Mic Bowman | 2011-11-02 | 1 | -1/+1 |
* | Revert "fix CopyTo call that was breaking under mono 2.10" | Melanie | 2011-11-03 | 1 | -1/+1 |
* | fix CopyTo call that was breaking under mono 2.10 | Mic Bowman | 2011-11-02 | 1 | -1/+1 |
* | Added constructor that takes an URL to asset and inventory simian connectors. | Diva Canto | 2010-09-08 | 1 | -0/+5 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-09-07 | 1 | -17/+20 |
|\ |
|
| * | Fix Simian regression | Melanie | 2010-09-07 | 1 | -17/+20 |
* | | * Added sanity checks to the SimianAssetServiceConnector so it will throw a s... | John Hurliman | 2010-09-07 | 1 | -0/+30 |
|/ |
|
* | As an exmple, add the code to disable connectors intot he simian asset | Melanie | 2010-09-05 | 1 | -12/+23 |
* | * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to... | John Hurliman | 2010-09-03 | 1 | -16/+9 |
* | * Fixed a casing typo for Simian profile data | John Hurliman | 2010-08-13 | 1 | -1/+1 |
* | Fix a simian compiler warning | Melanie | 2010-06-27 | 1 | -1/+1 |
* | * SimianAssetServiceConnector Delete() was expecting the wrong type of respon... | John Hurliman | 2010-06-24 | 1 | -7/+22 |
* | * Better error logging for failed SimianGrid web service calls | John Hurliman | 2010-04-22 | 1 | -4/+9 |
* | * Adds IAssetService.GetCached() to allow asset fetching from the local cache... | John Hurliman | 2010-04-08 | 1 | -0/+8 |
* | * Fixing incorrect documentation for the continuation passing style IAssetSer... | John Hurliman | 2010-04-07 | 1 | -1/+1 |
* | * In the async asset fetch method, cache check before firing any async code. ... | John Hurliman | 2010-04-05 | 1 | -47/+62 |
* | Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi... | John Hurliman | 2010-03-26 | 1 | -7/+7 |
* | Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors | John Hurliman | 2010-03-15 | 1 | -1/+1 |
* | Minor tweak to clean up SimianGrid asset service URLs | John Hurliman | 2010-03-12 | 1 | -1/+1 |
* | * Added a better check to the SimianGrid connectors to test if they are enabl... | John Hurliman | 2010-03-12 | 1 | -14/+17 |
* | Fixing the previous patch to work correctly with standalone mode | John Hurliman | 2010-03-12 | 1 | -4/+4 |
* | Fixed SimianGrid connectors to gracefully exit if the required config section... | John Hurliman | 2010-03-12 | 1 | -6/+6 |
* | Simplify database setup and remove migration problems by moving all sqlite co... | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -1/+1 |
* | Adding the SimianGrid connectors | John Hurliman | 2010-03-11 | 1 | -0/+407 |