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