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
/
download_strategy.rb
Age
Commit message (
Expand
)
Author
2017-09-10
Let `curl_download` handle HTTP 416 error.
Markus Reiter
2017-08-21
Fix curl --user flag being broken in dc5a2c17
Camden Narzt
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-06-28
Refactor using `Forwardable` and `DelegateClass`.
Markus Reiter
2017-06-12
Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs
1.2.3
Mike McQuaid
2017-06-12
Autocorrect Rubocop Style/SpecialGlobalVars.
Mike McQuaid
2017-06-10
Autocorrect Rubocop Style/PerlBackrefs.
Mike McQuaid
2017-06-02
Re-revert "Fix operator spacing."
Markus Reiter
2017-06-01
Revert "Fix operator spacing."
ilovezfs
2017-05-31
Fix operator spacing.
Markus Reiter
2017-05-13
More environment filtering tweaks
Mike McQuaid
2017-03-06
downloads_strategy: docstring typo Gtthub -> Github
John Hawkinson
2017-01-08
Fix rubocop style warning of download_strategy
Masayuki Morita
2017-01-08
Validate a token when initializing GitHubPrivateRepositoryDownloadStrategy
Masayuki Morita
2017-01-08
Generalize GitHubReleaseDownloadStrategy in order to support archive URL
Masayuki Morita
2017-01-03
Use util/github insted of open-uri in GitHubReleaseDownloadStrategy
Masayuki Morita
2017-01-03
Move error messages in GitHubReleaseDownloadStrategy to raise argument
Masayuki Morita
2017-01-02
New feature: GitHubReleaseDownloadStrategy
Masayuki Morita
2016-12-03
download_strategy: keep commit short if possible
Uladzislau Shablinski
2016-11-20
Replace Utils::JSON with corelib JSON calls.
William Woodruff
2016-11-03
Correct a few typos
Mandar Gokhale
2016-10-15
Use BSD tar's libarchive LZMA support if available
Mike McQuaid
2016-09-27
download_strategy: silence unzip and unrar
Zhiming Wang
2016-09-24
download_strategy: never verbosely untar
Zhiming Wang
2016-09-24
RuboCop: Style/AccessorMethodName
Markus Reiter
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Fix Style/PredicateName.
Markus Reiter
2016-09-23
Fix Lint/EndAlignment.
Markus Reiter
2016-09-23
Fix RuboCop CaseEquality.
Markus Reiter
2016-09-17
Improve rescue nesting.
Mike McQuaid
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2016-08-19
download_strategy: check if commit nil
Vlad Shablinsky
2016-08-06
download_strategy: use short hash for mercurial
Vlad Shablinsky
2016-08-06
download_strategy: allow to suppress output
Vlad Shablinsky
2016-08-06
Introduce GitHubGitDownloadStrategy
Vlad Shablinsky
2016-07-16
Use HeadVersion for install/reinstall
Vlad Shablinsky
2016-07-14
CurlDownloadStrategy#_fetch: fix unintended variable modification
Xu Cheng
2016-07-13
CurlDownloadStrategy#_fetch: do not alter variable `@url` (#504)
Xu Cheng
2016-07-13
Add HOMEBREW_ARTIFACT_DOMAIN option.
jainish shah
2016-07-07
download_strategy: ensure fixed commit hash length
Martin Afanasjew
2016-07-06
download_strategy: use short hash for git last_commit
Vlad Shablinsky
2016-07-06
VCSDownloadStrategy: add last_commit method
Vlad Shablinsky
2016-07-04
download_strategy: fix detect_from_symbol method (#446)
Camden Narzt
2016-06-03
download_strategy: add missing "time" require.
Mike McQuaid
2016-05-31
download_strategy: fix git submodule references (#303)
Martin Afanasjew
2016-05-26
CurlDownloadStrategy: move no insecure redirect check to _fetch
Xu Cheng
[next]