Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 17, 2017
    • JCount's avatar
      audit: online - limit download time based on HTTPS determination · 5e8a9fa3
      JCount authored
      Previously, the http_content_headers_and_checksum method always
      downloaded the entire url, including headers. These downloads
      periodically hang, outputting false positives or wreaking havoc on
      the CI. Therefore, use curl's --max-time arg to prevent this by
      setting a hard limit of 600 seconds when the entire file is going
      to be used to detect whether the url can be changed to use the HTTPS
      protocol instead of HTTP. Otherwise, if the url already is HTTPS, limit
      the download time to 25 seconds since only the headers, not contents, matter.
      5e8a9fa3
  2. Mar 13, 2017
  3. Mar 12, 2017
  4. Mar 11, 2017
Loading