aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2017-09-10Let `curl_download` handle HTTP 416 error.Markus Reiter
2017-08-21Fix curl --user flag being broken in dc5a2c17Camden Narzt
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-06-28Refactor using `Forwardable` and `DelegateClass`.Markus Reiter
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-05-13More environment filtering tweaksMike McQuaid
2017-03-06downloads_strategy: docstring typo Gtthub -> GithubJohn Hawkinson
2017-01-08Fix rubocop style warning of download_strategyMasayuki Morita
2017-01-08Validate a token when initializing GitHubPrivateRepositoryDownloadStrategyMasayuki Morita
2017-01-08Generalize GitHubReleaseDownloadStrategy in order to support archive URLMasayuki Morita
2017-01-03Use util/github insted of open-uri in GitHubReleaseDownloadStrategyMasayuki Morita
2017-01-03Move error messages in GitHubReleaseDownloadStrategy to raise argumentMasayuki Morita
2017-01-02New feature: GitHubReleaseDownloadStrategyMasayuki Morita
2016-12-03download_strategy: keep commit short if possibleUladzislau Shablinski
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-11-03Correct a few typosMandar Gokhale
2016-10-15Use BSD tar's libarchive LZMA support if availableMike McQuaid
2016-09-27download_strategy: silence unzip and unrarZhiming Wang
2016-09-24download_strategy: never verbosely untarZhiming Wang
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix Style/PredicateName.Markus Reiter
2016-09-23Fix Lint/EndAlignment.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-17Improve rescue nesting.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-08-19download_strategy: check if commit nilVlad Shablinsky
2016-08-06download_strategy: use short hash for mercurialVlad Shablinsky
2016-08-06download_strategy: allow to suppress outputVlad Shablinsky
2016-08-06Introduce GitHubGitDownloadStrategyVlad Shablinsky
2016-07-16Use HeadVersion for install/reinstallVlad Shablinsky
2016-07-14CurlDownloadStrategy#_fetch: fix unintended variable modificationXu Cheng
2016-07-13CurlDownloadStrategy#_fetch: do not alter variable `@url` (#504)Xu Cheng
2016-07-13Add HOMEBREW_ARTIFACT_DOMAIN option.jainish shah
2016-07-07download_strategy: ensure fixed commit hash lengthMartin Afanasjew
2016-07-06download_strategy: use short hash for git last_commitVlad Shablinsky
2016-07-06VCSDownloadStrategy: add last_commit methodVlad Shablinsky
2016-07-04download_strategy: fix detect_from_symbol method (#446)Camden Narzt
2016-06-03download_strategy: add missing "time" require.Mike McQuaid
2016-05-31download_strategy: fix git submodule references (#303)Martin Afanasjew
2016-05-26CurlDownloadStrategy: move no insecure redirect check to _fetchXu Cheng