aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2018-02-12Make ext use bounded iteratorKevin Abel
2018-02-02Add root dirname as a escape value tooKevin Abel
2018-01-13Handle reaching the top of a URL which searching for file extKevin Abel
2018-01-09Fix auditKevin Abel
2018-01-09Fix cached download file extension for certain URLKevin Abel
2018-01-08Use hgpath instead of "hg" to fix --HEAD hg buildsSteven Peters
2017-12-12Remove with_system_pathShaun Jackman
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
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