aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-118/+102
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-340/+588
2012-09-30Allow setting connection limits, part 2Melanie1-1/+26
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-5/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+5
2012-09-21minor: Make slow outgoing request log messages consistent with other log mess...Justin Clark-Casey (justincc)1-7/+7
2012-09-21Add request number counting to incoming HTTP requests in the same way that th...Justin Clark-Casey (justincc)1-1/+1
2012-09-20Insert 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-20Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)1-8/+33
2012-05-04Change LongCallTime on WebUtil to 3000, to match the time where request handl...Justin Clark-Casey (justincc)1-1/+1
2012-05-04Extend 'slow' request logging to other server outbound requests (forms, rest,...Justin Clark-Casey (justincc)1-79/+194
2012-04-26Add request verb and url to error messages in WebUtil that lack this.Justin Clark-Casey (justincc)1-17/+38
2012-03-12Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams1-1/+6
2012-03-09Serialize all web requests to a particular host:port pair; only applied to th...Mic Bowman1-0/+41
2012-02-27Some clean up in WebUtil, remove unused ServiceRequest function.Mic Bowman1-71/+7
2011-11-25remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)1-1/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-31/+29
2011-07-13minor: remove whitespaceJustin Clark-Casey (justincc)1-1/+0
2011-07-13Remove an unused 404 checker since on a 404, GetResponse() throws a WebExcept...Justin Clark-Casey (justincc)1-3/+0
2011-07-13if a SynchronousRestObjectRequester request fails, then unless it's due to a ...Justin Clark-Casey (justincc)1-0/+11
2011-07-13Remove the obsoleted SynchronousRestObjectPosterJustin Clark-Casey (justincc)1-9/+0
2011-05-14Changed yet more Warns to Debugs.Diva Canto1-4/+4
2011-05-14Also changed a couple of messages in WebUtil from Wanr/Info to Debug.Diva Canto1-2/+2
2011-05-14Stop spamming Nebadon's console when assets aren't found in the asset server.Diva Canto1-1/+4
2011-05-12Hopefully this fixes offline messages. The problem was: the server is not set...Diva Canto1-7/+2
2011-05-12One more thing printed out. #OfflineIMDiva Canto1-4/+1
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+16
2011-05-12One more debug message for offline IMs.Diva Canto1-1/+2
2011-05-12Sequencing the using and try clauses as they were before, but this shows that...Diva Canto1-7/+7
2011-05-12Bummer, can't print the data I wanted to see. Printing just the context.Diva Canto1-9/+1
2011-05-12Tracking a problem with offline IMs coming in as null list.Diva Canto1-6/+19
2011-05-11This makes compression of fatpacks actually work. Previously they always fail...Diva Canto1-7/+7
2011-05-08Fix content-type to be application/x-www-form-urlencodedDiva Canto1-1/+1
2011-05-08Also compress the actual fatpacksMelanie1-0/+5
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-8/+35
2011-05-02Turns out that it's a bad idea to let Agent position updates linger for a lon...Diva Canto1-9/+9
2011-04-30Increased Timeout to 30 secs.Diva Canto1-3/+3
2011-04-30Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because i...Diva Canto1-12/+3
2011-04-30XXX DEBUGGING!Diva Canto1-1/+10
2011-04-16More descriptive debug msg for ServiceOSDRequest failures.Dan Lake1-2/+2
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-0/+335
2011-02-13Fix and simplify QBasedComparer.Marck1-13/+7
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-1/+1
2011-01-05Added more performance checks to the HTTP server. Each requestMic Bowman1-47/+68
2011-01-03Cleaned up debugging messages in the WebRequest handlersMic Bowman1-5/+8
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. A...Mic Bowman1-3/+165
2010-12-08Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto1-0/+81
2010-07-29* Tweaked WebUtil.PostToService() to help debug an object disposed exceptionJohn Hurliman1-3/+4
2010-06-24* SimianAssetServiceConnector Delete() was expecting the wrong type of respon...John Hurliman1-1/+1