aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
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
2016-05-26DownloadStrategy: preserve timestamp for cpXu Cheng
2016-05-24download_strategy: cvs source_modified_time (#268)Uladzislau Shablinski
2016-05-01download_strategy: use svn info --xml (#174)Uladzislau Shablinski
2016-05-01download_strategy: fossil source_modified_timeVlad Shablinsky
2016-05-01download_strategy: bazaar source_modified_timeVlad Shablinsky
2016-05-01download_strategy: mercurial source_modified_timeVlad Shablinsky
2016-04-30download_strategy: add svn source_modified_time (#156)Uladzislau Shablinski
2016-04-22Tiger tar requires explicit formatMisty De Meo
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-03-06download_strategy: correct S3 url regexXu Cheng
2016-03-03Allow S3 buckets to have dotsKel Cecil
2016-01-15download_strategy: add source_modified_timeXu Cheng
2016-01-05download_strategy: don't do `tar v` on Travis CI.Mike McQuaid
2016-01-04download_strategy: untar verbosely when --verbose is presentZhiming Wang
2015-10-17downloads: fix undefined local variableXu Cheng
2015-10-16downloads: Fix checkout on initial cloneAndrew Janke
2015-09-06download_strategy: add Apache mirror lua.Jan Lehnardt
2015-08-20CurlApacheMirrorDownloadStrategy: ignore HOMEBREW_CURL_VERBOSEXu Cheng
2015-08-18allowing rescue https redirect errorXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-07-21move deprecated codes into compatXu Cheng
2015-07-10download_strategy: kill special ssl3 supportDominyk Tiller
2015-07-09download_strategy: private method allowing extra curl options.Indrajit Raychaudhuri