aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/HttpRequest (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04Warnings--onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-113/+168
2019-02-24also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr...UbitUmarov1-68/+84
2019-02-24several changes to llHttpRequest processing: options section renamed ScriptsH...UbitUmarov1-62/+103
2019-02-04remove references to obsolete CertificatePolicyUbitUmarov1-8/+0
2018-09-08fix script secure llhttlrequestUbitUmarov1-41/+43
2018-01-15shut up some pesty warningsUbitUmarov1-1/+2
2017-06-29ScriptsHttpReq does not need a permanent threadUbitUmarov1-2/+2
2017-05-27disable llhttprequests secure con, since it still collides with main ssl sett...UbitUmarov1-1/+1
2017-05-23 please DIE! PLEASE??UbitUmarov1-0/+1
2017-05-22disable keepalive on llHttpRequestUbitUmarov1-0/+1
2017-05-20mantis 8171 fix redirection on llHttpRequestUbitUmarov1-11/+2
2017-04-26 mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov1-8/+4
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-16/+16
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-87/+467
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley1-1/+3
2015-12-25assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov1-5/+1
2015-12-25try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov1-16/+33
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-11/+3
2015-07-31Eliminated several warningsOren Hurvitz2-0/+4
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2-12/+116
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-10-13 change/fix previus commitsUbitUmarov1-1/+1
2014-10-13reduce minimum number of smartpool threads and name itUbitUmarov1-3/+3
2014-09-20When sending http requests, close the response stream instead of waitingMelanie Thielker1-1/+4
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-4/+3
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-3/+3
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)1-1/+1
2013-07-11minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)1-3/+0
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2-40/+238
2013-04-10minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)1-1/+0
2013-04-04refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)1-10/+4
2013-04-04Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)1-30/+62
2013-03-29Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens1-9/+64
2013-01-24Null check the response body to make sure we're not crashing the script engineMelanie1-0/+6
2013-01-20Implement HTTP Request froma thread pool to avoid packet congestionMelanie1-14/+45
2013-01-20Revert "Refactor scripted http request to use async calls rather than hard th...Melanie1-87/+53
2013-01-20Refactor scripted http request to use async calls rather than hard threadsMelanie1-53/+87
2012-11-11One more module converted: ScriptsHttpRequests.Diva Canto1-9/+25
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-01-14Allow SmtpClients and other SSL users to work with our cert handler installedMelanie1-9/+25
2012-01-14Allow SmtpClients and other SSL users to work with our cert handler installedMelanie1-9/+25
2012-01-01Fix for failed http request statusBlueWall1-14/+17
2011-12-05Strip CR from http responses and limit them to 2048 charsMelanie1-1/+3
2011-05-13Fix the cert validation handler so that it will not block other parts ofMelanie1-2/+10
2011-04-17Fix the cert validation handler so that it will not block other parts ofMelanie1-2/+10
2011-04-11minor: remove now inaccurate commentJustin Clark-Casey (justincc)1-1/+1
2011-04-11minor: adjust some spacing and indentationJustin Clark-Casey (justincc)1-10/+10