aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-22* Better error logging for failed SimianGrid web service callsJohn Hurliman1-3/+8
2010-03-26* Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman1-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
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+28
2010-03-03* Added three new helper utility files to OpenSim.Framework. MultipartForm ↵John Hurliman1-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