aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
2014-12-06Extract part of stage method to VCS strategy superclassJack Nagel
2014-12-06Remove years-old TODOJack Nagel
2014-12-06Demote FIXME to a normal commentJack Nagel
2014-12-06Mark private SubversionDownloadStrategy methodsJack Nagel
2014-12-06Move fetch implementation into VCS strategy superclassJack Nagel
2014-12-06Use start_with? instead of a regexpJack Nagel
2014-12-06Move SVN URL munging to initializeJack Nagel
2014-12-06Remove method that duplicates superclass implementationJack Nagel
2014-12-06Extract update from fetch in VCS strategiesJack Nagel
2014-12-06Add clone_repo to remaining VCS strategiesJack Nagel
2014-12-06Add repo_valid? to remaining VCS strategiesJack Nagel
2014-12-06Make repo_valid? privateJack Nagel
2014-12-06Make __path methods privateJack Nagel
2014-12-06Make cache_tag privateJack Nagel
2014-12-06Mark private VCSDownloadStrategy methodsJack Nagel
2014-12-05CurlDownloadStrategy: initialize attributes in initializerJack Nagel
2014-12-05Provide VCSDownloadStrategy#head?Jack Nagel
2014-12-05Stop supporting hg found in share/pythonJack Nagel
2014-12-03Make the git download strategy default to :branch => "master"Jack Nagel
2014-10-19Use curl -d to pass query parameters in the bottle download strategyJack Nagel
2014-10-07Simplify UnsafeSubversionDownloadStrategyJack Nagel
2014-10-05Remove last usage of StrictSubversionDownloadStrategyJack Nagel
2014-08-24Add friendlier local file missing errorLarry Shaffer
2014-07-23Modify "git rev-parse --verify" args in "has_ref?"Dabrien 'Dabe' Murphy
2014-07-18Fix checking out recursive git submodulesMaurus Cuelenaere
2014-07-17Remove dead codeJack Nagel
2014-07-17Remove special case for now-deprecated GitHub URLsJack Nagel
2014-07-16Remove more dead codeJack Nagel
2014-07-16Remove dead codeJack Nagel
2014-07-05Use popen wrapperJack Nagel
2014-06-15Remove an unnecessary use of ARGV.build_head?Jack Nagel
2014-06-04Fix some places where encoding issues manifest on ruby 2.0Jack Nagel
2014-06-01Remove unnecessary use of Dir[]Jack Nagel
2014-06-01Remove no-op directory traversalJack Nagel
2014-05-13download_strategy: fix Git repo updating.Mike McQuaid
2014-04-06Recognize and extract xar filesJack Nagel
2014-04-06Extract common decompression code to a methodJack Nagel
2014-04-06Handle untarred bzip2 filesJack Nagel
2014-03-18Set bottle download strategy directlyJack Nagel
2014-03-18Reorder download strategy symbols by frequencyJack Nagel
2014-03-18Reorder download strategy regexps by frequencyJack Nagel
2014-02-21Adapt to Git 1.9's `submodule foreach` changesJosh Tilles
2014-02-15GitDownloadStrategy: fix typo'd parameter nameJack Nagel
2014-02-14GitDownloadStrategy: allow disabling of shallow cloneJack Nagel
2014-02-14VCSDownloadStrategy: use REF_TYPES when extracting ref to useJack Nagel
2014-02-14VCSDownloadStrategy: document acceptable ref typesJack Nagel
2014-02-14GitDownloadStrategy: inline simple methodJack Nagel
2014-02-14GitDownloadStrategy: move constant to top of class bodyJack Nagel
2013-12-05fix typo in this noticeAdam Vandenberg
2013-12-03SubversionDownloadStrategy: handle changed repository URLJack Nagel