index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
utils
/
curl.rb
Age
Commit message (
Expand
)
Author
2018-01-11
curl: handle more non-executable curl edge-cases.
Mike McQuaid
2017-12-12
Do not specify absolute paths to utilities
Shaun Jackman
2017-12-03
Refactor: Move FormulaAudit.check_http_content to utils/curl
Martin Schimandl
2017-11-27
More environment filtering fixes
Mike McQuaid
2017-11-13
environment filtering: pass through TRAVIS vars.
Mike McQuaid
2017-11-05
curl: unset SSL_CERT_FILE.
Mike McQuaid
2017-09-10
Let `curl_download` handle HTTP 416 error.
Markus Reiter
2017-08-21
Fix `pull`.
Markus Reiter
2017-08-11
Don’t pass `--fail` for `curl_output`.
Markus Reiter
2017-08-10
`curl_download`: Retry once on error `33`.
Markus Reiter
2017-08-08
Allow `curl` args to be overriden.
Markus Reiter
2017-08-08
Simplify CurlDownloadStrategy.
Markus Reiter
2017-08-07
Revert "Refactor SVN and cURL download strategies."
ilovezfs
2017-08-07
Simplify CurlDownloadStrategy.
Markus Reiter
2017-01-07
Allow `brew audit` to fake a Safari user-agent.
Mike McQuaid
2016-12-29
curl: make curl_args more configurable.
Mike McQuaid
2016-09-11
utils/curl: fix Rubocop warnings.
Mike McQuaid
2016-08-17
utils/curl: assume Ruby 2.
Mike McQuaid
2016-07-12
github: produce better curl error messages. (#441)
Mike McQuaid
2016-06-03
Use `curl` for the GitHub API (#295)
Mike McQuaid