aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/HttpRequest (follow)
Commit message (Expand)AuthorAgeFilesLines
* ScriptsHttpReq does not need a permanent threadUbitUmarov2017-06-291-2/+2
* please DIE! PLEASE??UbitUmarov2017-05-231-0/+1
* disable keepalive on llHttpRequestUbitUmarov2017-05-221-0/+1
* mantis 8171 fix redirection on llHttpRequestUbitUmarov2017-05-201-11/+2
* mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov2017-04-261-8/+4
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-16/+16
* Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley2016-03-141-1/+3
* assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov2015-12-251-5/+1
* try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov2015-12-251-16/+33
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-11/+3
* | bad merge?UbitUmarov2015-09-011-87/+146
|\ \ | |/ |/|
| * change/fix previus commitsUbitUmarov2014-10-131-1/+1
| * reduce minimum number of smartpool threads and name itUbitUmarov2014-10-131-3/+3
| * When sending http requests, close the response stream instead of waitingMelanie Thielker2014-09-201-1/+4
| * Merge branch 'master' into careminsterMelanie2013-11-231-3/+3
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-07-181-0/+198
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-05-041-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-04-101-1/+0
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into careminsterMelanie2013-03-291-9/+70
| |\ \ \ \
| * | | | | Null check the response body to make sure we're not crashing the script engineMelanie2013-01-241-0/+6
| * | | | | Implement HTTP Request froma thread pool to avoid packet congestionMelanie2013-01-201-14/+45
| * | | | | Revert "Refactor scripted http request to use async calls rather than hard th...Melanie2013-01-201-87/+53
| * | | | | Refactor scripted http request to use async calls rather than hard threadsMelanie2013-01-201-53/+87
| * | | | | Merge branch 'master' into careminsterMelanie2012-11-121-9/+25
| |\ \ \ \ \
| * | | | | | Allow SmtpClients and other SSL users to work with our cert handler installedMelanie2012-01-141-9/+25
| * | | | | | Merge branch 'master' into careminsterMelanie2012-01-021-3/+15
| |\ \ \ \ \ \
| * | | | | | | Strip CR from http responses and limit them to 2048 charsMelanie2011-12-051-1/+3
| * | | | | | | Fix the cert validation handler so that it will not block other parts ofMelanie2011-04-171-2/+10
| * | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-7/+35
| |\ \ \ \ \ \ \
| * | | | | | | | If llHTTPRequest results in an error, still attempt to get the response text....Tom2011-01-291-1/+11
| * | | | | | | | Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su...Tom2010-12-141-0/+4
| * | | | | | | | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-25/+11
| * | | | | | | | Updates all IRegionModules to the new style region modules.Revolution2010-01-231-11/+25
* | | | | | | | | Eliminated several warningsOren Hurvitz2015-07-312-0/+4
* | | | | | | | | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-042-12/+116
* | | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* | | | | | | | | Make sure Web streams are disposed after useOren Hurvitz2014-01-311-4/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2013-07-111-1/+1
* | | | | | | minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)2013-07-111-3/+0
* | | | | | | Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2013-07-112-40/+238
| |_|_|_|_|/ |/| | | | |
* | | | | | minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)2013-04-101-1/+0
* | | | | | refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)2013-04-041-10/+4
* | | | | | Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)2013-04-041-30/+62
| |_|_|_|/ |/| | | |
* | | | | Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-9/+64
| |_|_|/ |/| | |
* | | | One more module converted: ScriptsHttpRequests.Diva Canto2012-11-111-9/+25
* | | | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* | | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1