aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-1/+1
2011-01-05Added more performance checks to the HTTP server. Each requestMic Bowman1-47/+68
2011-01-03Cleaned up debugging messages in the WebRequest handlersMic Bowman1-5/+8
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. A...Mic Bowman1-3/+165
2010-12-08Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto1-0/+81
2010-07-29* Tweaked WebUtil.PostToService() to help debug an object disposed exceptionJohn Hurliman1-3/+4
2010-06-24* SimianAssetServiceConnector Delete() was expecting the wrong type of respon...John Hurliman1-1/+1
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
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+28
2010-03-03* Added three new helper utility files to OpenSim.Framework. MultipartForm is...John Hurliman1-0/+330