| Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-09 | Serialize all web requests to a particular host:port pair; only applied to th... | Mic Bowman | 1 | -0/+41 |
2012-02-27 | Some clean up in WebUtil, remove unused ServiceRequest function. | Mic Bowman | 1 | -71/+7 |
2011-11-25 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-11-19 | Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-10-25 | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 1 | -31/+29 |
2011-07-13 | minor: remove whitespace | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2011-07-13 | Remove an unused 404 checker since on a 404, GetResponse() throws a WebExcept... | Justin Clark-Casey (justincc) | 1 | -3/+0 |
2011-07-13 | if a SynchronousRestObjectRequester request fails, then unless it's due to a ... | Justin Clark-Casey (justincc) | 1 | -0/+11 |
2011-07-13 | Remove the obsoleted SynchronousRestObjectPoster | Justin Clark-Casey (justincc) | 1 | -9/+0 |
2011-07-10 | Dammit, loggin the type of an exception without providing the FULL DUMP is NOT | Melanie | 1 | -0/+1 |
2011-05-14 | Changed yet more Warns to Debugs. | Diva Canto | 1 | -4/+4 |
2011-05-14 | Also changed a couple of messages in WebUtil from Wanr/Info to Debug. | Diva Canto | 1 | -2/+2 |
2011-05-14 | Stop spamming Nebadon's console when assets aren't found in the asset server. | Diva Canto | 1 | -1/+4 |
2011-05-12 | Hopefully this fixes offline messages. The problem was: the server is not set... | Diva Canto | 1 | -7/+2 |
2011-05-12 | One more thing printed out. #OfflineIM | Diva Canto | 1 | -4/+1 |
2011-05-12 | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 1 | -0/+16 |
2011-05-12 | One more debug message for offline IMs. | Diva Canto | 1 | -1/+2 |
2011-05-12 | Sequencing the using and try clauses as they were before, but this shows that... | Diva Canto | 1 | -7/+7 |
2011-05-12 | Bummer, can't print the data I wanted to see. Printing just the context. | Diva Canto | 1 | -9/+1 |
2011-05-12 | Tracking a problem with offline IMs coming in as null list. | Diva Canto | 1 | -6/+19 |
2011-05-11 | This makes compression of fatpacks actually work. Previously they always fail... | Diva Canto | 1 | -7/+7 |
2011-05-08 | Fix content-type to be application/x-www-form-urlencoded | Diva Canto | 1 | -1/+1 |
2011-05-08 | Also compress the actual fatpacks | Melanie | 1 | -0/+5 |
2011-05-08 | Also compress the actual fatpacks | Melanie | 1 | -0/+5 |
2011-05-08 | Enable compressed (gzip) fatpack transfers. | Melanie | 1 | -8/+35 |
2011-05-08 | Enable compressed (gzip) fatpack transfers. | Melanie | 1 | -8/+35 |
2011-05-02 | Turns out that it's a bad idea to let Agent position updates linger for a lon... | Diva Canto | 1 | -9/+9 |
2011-04-30 | Increased Timeout to 30 secs. | Diva Canto | 1 | -3/+3 |