| Commit message (Expand) | Author | Files | Lines |
2015-09-09 | revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i... | UbitUmarov | 1 | -1/+1 |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -10/+8 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -123/+23 |
2014-11-01 | remove last debug msg | UbitUmarov | 1 | -1/+1 |
2014-11-01 | debug msg | UbitUmarov | 1 | -1/+1 |
2014-10-15 | fix some errors when using http debug level > 4 | UbitUmarov | 1 | -6/+8 |
2014-08-17 | make webutilmore verbose on PUT for avatar updates. Reduce LargeTime debug | UbitUmarov | 1 | -2/+17 |
2014-07-21 | Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ... | Oren Hurvitz | 1 | -1/+1 |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -3/+4 |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -4/+71 |
2014-05-13 | Fix behaviour change in recent commit bbc1dc6 so that SynchronousRestObjectRe... | Justin Clark-Casey (justincc) | 1 | -5/+10 |
2014-05-12 | Replace existing 0 timeout in internal overloaded SynchronousRestObjectReques... | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2014-05-12 | minor: Add method doc to SynchronousRestObjectRequester.MakeRequest() methods | Justin Clark-Casey (justincc) | 1 | -5/+27 |
2014-05-12 | In SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(string ver... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2014-04-29 | Improved HTTP logging | Oren Hurvitz | 1 | -3/+2 |
2014-04-24 | - Created a standard function to send XML-RPC requests, which logs them like ... | Oren Hurvitz | 1 | -74/+138 |
2014-04-24 | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 1 | -12/+12 |
2014-04-02 | Fixed last-resort sending of error response (HTTP 500) when an error occurs w... | Oren Hurvitz | 1 | -6/+6 |
2014-03-27 | Fixed a case where logging an HTTP response failed because the stream was non... | Oren Hurvitz | 1 | -23/+28 |
2014-03-27 | Log errors in MakeRequest() as INFO, not ERROR. Some communications problems ... | Oren Hurvitz | 1 | -2/+2 |
2014-03-25 | Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope... | Oren Hurvitz | 1 | -1/+1 |
2014-03-25 | Use the "Content-Encoding" header to indicate gzipped streams | Oren Hurvitz | 1 | -3/+5 |
2014-03-25 | Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou... | Oren Hurvitz | 1 | -19/+10 |
2014-03-25 | Improved logging of HTTP requests | Oren Hurvitz | 1 | -35/+87 |
2014-02-27 | Set up a StreamReader and call ReadToEnd() instead of using the GetStreamStri... | Justin Clark-Casey (justincc) | 1 | -41/+13 |
2014-02-27 | refactor: More consistently use using construct within WebUtil to match other... | Justin Clark-Casey (justincc) | 1 | -225/+218 |
2014-02-27 | Add more details to InvalidOperationException logging in SychronousRestFormsR... | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2014-01-31 | Make sure Web streams are disposed after use | Oren Hurvitz | 1 | -3/+3 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-05 | Make it possible to switch whether we serialize osd requests per endpoint or ... | Justin Clark-Casey (justincc) | 1 | -4/+16 |
2013-08-02 | Issue: 10 simultaneous TPs, many not making it. Now bypassing the per-url loc... | Diva Canto | 1 | -3/+3 |
2013-07-04 | Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT." | Diva Canto | 1 | -4/+0 |
2013-07-04 | WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT. | Diva Canto | 1 | -0/+4 |
2013-06-29 | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 1 | -1/+9 |
2013-06-12 | Implement logging of first 80 characters (debug level 5) or full body data (d... | Justin Clark-Casey (justincc) | 1 | -2/+52 |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 1 | -30/+31 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -65/+16 |
2012-10-05 | make sure a buffer is closed, and changed a misleading log msg | UbitUmarov | 1 | -8/+20 |
2012-09-30 | Allow setting connection limits, part 2 | Melanie | 1 | -1/+26 |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 1 | -5/+0 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 1 | -0/+5 |
2012-09-21 | minor: Make slow outgoing request log messages consistent with other log mess... | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2012-09-21 | Add request number counting to incoming HTTP requests in the same way that th... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-09-20 | Insert 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-20 | Add ability to turn on/off logging of outgoing HTTP requests flowing through ... | Justin Clark-Casey (justincc) | 1 | -8/+33 |
2012-09-14 | Allow setting connection limits, part 2 | Melanie | 1 | -0/+20 |
2012-05-04 | Change LongCallTime on WebUtil to 3000, to match the time where request handl... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-04 | Extend 'slow' request logging to other server outbound requests (forms, rest,... | Justin Clark-Casey (justincc) | 1 | -79/+194 |
2012-04-26 | Add request verb and url to error messages in WebUtil that lack this. | Justin Clark-Casey (justincc) | 1 | -17/+38 |
2012-03-12 | Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). | Robert Adams | 1 | -1/+6 |