aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/HttpRequest (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-07-181-0/+198
|\
| * 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
* | Merge branch 'master' into careminsterMelanie2013-05-041-1/+1
|\ \ | |/
* | Merge branch 'master' into careminsterMelanie2013-04-101-1/+0
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2013-03-291-9/+70
|\ \ | |/
| * Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-9/+64
* | 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
|\ \ | |/
| * 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
* | 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
|\ \ | |/
| * 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
* | 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
|\ \ | |/
| * 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
* | 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
|/
* 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
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+437