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