aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-4/+71
2014-05-13Fix behaviour change in recent commit bbc1dc6 so that SynchronousRestObjectRe...Justin Clark-Casey (justincc)1-5/+10
2014-05-12Replace existing 0 timeout in internal overloaded SynchronousRestObjectReques...Justin Clark-Casey (justincc)1-3/+4
2014-05-12minor: Add method doc to SynchronousRestObjectRequester.MakeRequest() methodsJustin Clark-Casey (justincc)1-5/+27
2014-05-12In SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(string ver...Justin Clark-Casey (justincc)1-0/+2
2014-04-29Improved HTTP loggingOren Hurvitz1-3/+2
2014-04-24- Created a standard function to send XML-RPC requests, which logs them like ...Oren Hurvitz1-74/+138
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-12/+12
2014-04-02Fixed last-resort sending of error response (HTTP 500) when an error occurs w...Oren Hurvitz1-6/+6
2014-03-27Fixed a case where logging an HTTP response failed because the stream was non...Oren Hurvitz1-23/+28
2014-03-27Log errors in MakeRequest() as INFO, not ERROR. Some communications problems ...Oren Hurvitz1-2/+2
2014-03-25Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz1-1/+1
2014-03-25Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz1-3/+5
2014-03-25Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou...Oren Hurvitz1-19/+10
2014-03-25Improved logging of HTTP requestsOren Hurvitz1-35/+87
2014-02-27Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri...Justin Clark-Casey (justincc)1-41/+13
2014-02-27refactor: More consistently use using construct within WebUtil to match other...Justin Clark-Casey (justincc)1-225/+218
2014-02-27Add more details to InvalidOperationException logging in SychronousRestFormsR...Justin Clark-Casey (justincc)1-3/+4
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-3/+3
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-08-05Make it possible to switch whether we serialize osd requests per endpoint or ...Justin Clark-Casey (justincc)1-4/+16
2013-08-02Issue: 10 simultaneous TPs, many not making it. Now bypassing the per-url loc...Diva Canto1-3/+3
2013-07-04Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT."Diva Canto1-4/+0
2013-07-04WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT.Diva Canto1-0/+4
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+9
2013-06-12Implement logging of first 80 characters (debug level 5) or full body data (d...Justin Clark-Casey (justincc)1-2/+52
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-30/+31
2012-09-30Allow setting connection limits, part 2Melanie1-1/+26
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-5/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+5
2012-09-21minor: Make slow outgoing request log messages consistent with other log mess...Justin Clark-Casey (justincc)1-7/+7
2012-09-21Add request number counting to incoming HTTP requests in the same way that th...Justin Clark-Casey (justincc)1-1/+1
2012-09-20Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...Justin Clark-Casey (justincc)1-0/+24
2012-09-20Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)1-8/+33
2012-05-04Change LongCallTime on WebUtil to 3000, to match the time where request handl...Justin Clark-Casey (justincc)1-1/+1
2012-05-04Extend 'slow' request logging to other server outbound requests (forms, rest,...Justin Clark-Casey (justincc)1-79/+194
2012-04-26Add request verb and url to error messages in WebUtil that lack this.Justin Clark-Casey (justincc)1-17/+38
2012-03-12Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams1-1/+6
2012-03-09Serialize all web requests to a particular host:port pair; only applied to th...Mic Bowman1-0/+41
2012-02-27Some clean up in WebUtil, remove unused ServiceRequest function.Mic Bowman1-71/+7
2011-11-25remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)1-1/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-31/+29
2011-07-13minor: remove whitespaceJustin Clark-Casey (justincc)1-1/+0
2011-07-13Remove an unused 404 checker since on a 404, GetResponse() throws a WebExcept...Justin Clark-Casey (justincc)1-3/+0
2011-07-13if a SynchronousRestObjectRequester request fails, then unless it's due to a ...Justin Clark-Casey (justincc)1-0/+11
2011-07-13Remove the obsoleted SynchronousRestObjectPosterJustin Clark-Casey (justincc)1-9/+0
2011-05-14Changed yet more Warns to Debugs.Diva Canto1-4/+4
2011-05-14Also changed a couple of messages in WebUtil from Wanr/Info to Debug.Diva Canto1-2/+2
2011-05-14Stop spamming Nebadon's console when assets aren't found in the asset server.Diva Canto1-1/+4