Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Tweaked WebUtil.PostToService() to help debug an object disposed exception | John Hurliman | 2010-07-29 | 1 | -3/+4 |
| | |||||
* | * SimianAssetServiceConnector Delete() was expecting the wrong type of ↵ | John Hurliman | 2010-06-24 | 1 | -1/+1 |
| | | | | | | response, reporting false errors * Fixed a typo in a WebUtil error message | ||||
* | * Better error logging for failed SimianGrid web service calls | John Hurliman | 2010-04-22 | 1 | -3/+8 |
| | |||||
* | * Fixed a bug with null value handling in WebUtil.BuildQueryString() | John Hurliman | 2010-03-26 | 1 | -2/+6 |
| | | | | | * Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+28 |
| | |||||
* | * Added three new helper utility files to OpenSim.Framework. MultipartForm ↵ | John Hurliman | 2010-03-03 | 1 | -0/+330 |
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams |