aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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-311-0/+2
* | | | | | | | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-041-10/+114
* | | | | | | | 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
* | | | | | | Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2013-07-111-40/+37
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
* | | | Allow SmtpClients and other SSL users to work with our cert handler installedMelanie2012-01-141-9/+25
| |_|/ |/| |
* | | Fix for failed http request statusBlueWall2012-01-011-14/+17
* | | Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
| |/ |/|
* | minor: remove now inaccurate commentJustin Clark-Casey (justincc)2011-04-111-1/+1
* | minor: adjust some spacing and indentationJustin Clark-Casey (justincc)2011-04-111-10/+10
* | Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard2011-04-111-3/+31
|/
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-1/+0
* * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Added the ability to set User-Agent in llHTTPRequest. No new default value ha...idb2009-03-071-1/+4
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-13/+13
* * optimized usings.lbsa712009-02-121-14/+13