커밋 기록

작성자 SHA1 메시지 날짜
  Dan Lake 70084c5e3a More descriptive debug msg for ServiceOSDRequest failures. 13 년 전
  Diva Canto 7592a033df Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. 13 년 전
  Marck 19d3792278 Fix and simplify QBasedComparer. 13 년 전
  Justin Clark-Casey (justincc) a42faca5b9 With mic's permission, adjust long call time info messages to 500ms from 200ms 13 년 전
  Mic Bowman 984a9b4085 Added more performance checks to the HTTP server. Each request 13 년 전
  Mic Bowman e0da281e3d Cleaned up debugging messages in the WebRequest handlers 13 년 전
  Mic Bowman df5e4a1e5b Standardize the way WebRequests are made in the SimulationServiceConnector. Added 13 년 전
  Diva Canto 1070cffcf9 Added ability for GetTexture to serve multiple formats. The format may come as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>. 13 년 전
  John Hurliman 550c3572a1 * Tweaked WebUtil.PostToService() to help debug an object disposed exception 14 년 전
  John Hurliman 6848465ae2 * SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors 14 년 전
  John Hurliman 67990ea7e4 * Better error logging for failed SimianGrid web service calls 14 년 전
  John Hurliman 5a2315c68c * Fixed a bug with null value handling in WebUtil.BuildQueryString() 14 년 전
  Jeff Ames f58a0394ed Formatting cleanup. Add copyright notices. 14 년 전
  John Hurliman 61a63ff851 * Added three new helper utility files to OpenSim.Framework. MultipartForm 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 14 년 전