Commit History

作者 SHA1 備註 提交日期
  Melanie 3589acdab1 Merge branch 'master' into careminster 10 年之前
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 10 年之前
  Justin Clark-Casey (justincc) 44e9849ed1 Fix regression where llHTTPRequests which did not get an OK response returned 499 and the exception message in the http_response event rather than the actual response code and body. 11 年之前
  Melanie 3aa83738e2 Merge branch 'master' into careminster 11 年之前
  Melanie 7cf377fff0 Merge branch 'master' into careminster 11 年之前
  Justin Clark-Casey (justincc) 148e46563f minor: fix mono compiler warning in ScriptsHttpRequests.cs 11 年之前
  Justin Clark-Casey (justincc) f281a994e8 refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply iterate through pending requests without unnecessary checks. 11 年之前
  Justin Clark-Casey (justincc) 831e4c3850 Fix bug where outstanding llHTTPRequests for scripts were not being aborted when they were deleted. 11 年之前
  Kevin Cozens cbc9ae898c Added missing functionality (mainly custom headers) to llHTTPRequest. 11 年之前
  Melanie d5d6a274a7 Merge branch 'master' into careminster 11 年之前
  Melanie 9d2e832b85 Null check the response body to make sure we're not crashing the script engine 11 年之前
  Melanie b7b3063849 Implement HTTP Request froma thread pool to avoid packet congestion 11 年之前
  Melanie cf4bf7432a Revert "Refactor scripted http request to use async calls rather than hard threads" 11 年之前
  Melanie 461ecd7cf9 Refactor scripted http request to use async calls rather than hard threads 11 年之前
  Melanie d9b149b375 Merge branch 'master' into careminster 11 年之前
  Diva Canto 963b1e861c One more module converted: ScriptsHttpRequests. 11 年之前
  Diva Canto 91a5c602e3 Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." 11 年之前
  Diva Canto 531edd51d8 Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. 11 年之前
  Melanie ec299bfa87 Allow SmtpClients and other SSL users to work with our cert handler installed 12 年之前
  Melanie 72247bdaef Allow SmtpClients and other SSL users to work with our cert handler installed 12 年之前
  Melanie a6e305063e Merge branch 'master' into careminster 12 年之前
  BlueWall 87374274b9 Fix for failed http request status 12 年之前
  Melanie 3281b99362 Strip CR from http responses and limit them to 2048 chars 12 年之前
  Melanie eceedba23b Fix the cert validation handler so that it will not block other parts of 13 年之前
  Melanie 2761810531 Fix the cert validation handler so that it will not block other parts of 13 年之前
  Melanie 42b96a8be0 Merge branch 'master' into careminster-presence-refactor 13 年之前
  Justin Clark-Casey (justincc) 64dc7e9f14 minor: remove now inaccurate comment 13 年之前
  Justin Clark-Casey (justincc) 3a98fb080a minor: adjust some spacing and indentation 13 年之前
  E. Allen Soard 464fa45ec9 Implimented HTTP_VERIFY_CERT for llHttpRequest 13 年之前
  Tom 35d29ef3e3 If llHTTPRequest results in an error, still attempt to get the response text. If we can't (which implies the server is unreachable), return the StatusDescription as before. 13 年之前