aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-06-301-1/+9
|\
| * Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto2013-06-291-1/+9
* | Merge branch 'master' into careminsterMelanie2013-06-131-2/+52
|\ \ | |/
| * Implement logging of first 80 characters (debug level 5) or full body data (d...Justin Clark-Casey (justincc)2013-06-121-2/+52
* | Merge branch 'master' into careminsterMelanie2013-02-271-30/+31
|\ \ | |/
| * 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
* | Merge branch 'avination' into careminsterMelanie2012-10-181-8/+20
|\ \
| * | make sure a buffer is closed, and changed a misleading log msgUbitUmarov2012-10-051-8/+20
* | | Merge branch 'master' into careminsterMelanie2012-09-241-16/+65
|\ \ \ | |/ / |/| / | |/
| * 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
* | Allow setting connection limits, part 2Melanie2012-09-141-0/+20
* | Merge branch 'master' into careminsterMelanie2012-05-051-81/+196
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-04-271-17/+38
|\ \ | |/
| * Add request verb and url to error messages in WebUtil that lack this.Justin Clark-Casey (justincc)2012-04-261-17/+38
* | Merge branch 'master' into careminsterMelanie2012-03-141-1/+6
|\ \ | |/
| * Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-121-1/+6
* | Merge branch 'master' into careminsterMelanie2012-03-111-0/+41
|\ \ | |/
| * Serialize all web requests to a particular host:port pair; only applied to th...Mic Bowman2012-03-091-0/+41
* | Merge branch 'master' into careminsterMelanie2012-03-031-71/+7
|\ \ | |/
| * Some clean up in WebUtil, remove unused ServiceRequest function.Mic Bowman2012-02-271-71/+7
* | Merge branch 'master' into bigmergeMelanie2011-11-281-1/+1
|\ \ | |/
| * remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-251-1/+1
* | Merge branch 'master' into bigmergeMelanie2011-11-191-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
* | Merge branch 'master' into bigmergeMelanie2011-10-261-31/+29
|\ \ | |/
| * Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-31/+29
* | Resolve merge commits, stage 1Tom2011-09-041-13/+11
|\ \ | |/
| * 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
* | Dammit, loggin the type of an exception without providing the FULL DUMP is NOTMelanie2011-07-101-0/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-4/+4
|\ \ | |/
| * Changed yet more Warns to Debugs.Diva Canto2011-05-141-4/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-3/+6
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-131-9/+23
|\ \ | |/
| * Hopefully this fixes offline messages. The problem was: the server is not set...Diva Canto2011-05-121-7/+2
| * One more thing printed out. #OfflineIMDiva Canto2011-05-121-4/+1
| * Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+16
| * One more debug message for offline IMs.Diva Canto2011-05-121-1/+2