aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
AgeCommit message (Expand)Author
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
2013-12-03SubversionDownloadStrategy: no need to escape 'svn'Jack Nagel
2013-12-03download_strategy: use clear_cache where appropriateJack Nagel
2013-11-29support .lz archivesAdam Vandenberg
2013-11-26ApacheDownloadStrategy: fall back to specified mirrorsJack Nagel
2013-11-18Implement inferred CVS dependencyJack Nagel
2013-11-13Whitelist llvm.org for shallow git clonesJack Nagel
2013-11-11Fix Apache download strategy in verbose modeJack Nagel
2013-11-05Add git.sv.gnu.org repositories to shallow-clone whitelistJack Nagel
2013-10-31fetch: clear partial downloads when --force is givenJack Nagel
2013-10-30Use curl to download list of Apache mirrorsJack Nagel
2013-10-12CurlDownloadStrategy: no need to to_s, name should never be nilJack Nagel
2013-10-11SubversionDownloadStrategy: don't mutate URL stringJack Nagel
2013-10-11CurlDownloadStrategy: dup mirror list before mutating itJack Nagel
2013-10-11GitDownloadStrategy: remove redundant use of nostdoutJack Nagel
2013-10-11GitDownloadStrategy: remove redundant use of :quiet_flagJack Nagel
2013-10-11GitDownloadStrategy: @@git is always a string, so inline itJack Nagel
2013-10-11SubversionDownloadStrategy: @@svn is always a string, so inline itJack Nagel
2013-10-11VCSDownloadStrategy: pull construction of @clone into superclassJack Nagel
2013-10-11VCSDownloadStrategy: rename checkout_name to cache_filenameJack Nagel
2013-10-10Move cached_location up to VCSDownloadStrategyJack Nagel
2013-10-10download_strategy: rename @co to @clone for uniformityJack Nagel
2013-10-10MercurialDownloadStrategy: avoid creating Formula object just for opt_prefixJack Nagel
2013-10-09S3DownloadStrategy: use temporary_path accessorJack Nagel
2013-10-09Move checkout_name from AbstractDownloadStrategy to VCSDownloadStrategyJack Nagel
2013-10-09VCSDownloadStrategy: destructure spec hash more efficientlyJack Nagel
2013-10-09Extract a new superclass for VCS-based download strategiesJack Nagel
2013-10-09SubversionDownloadStrategy: stop mutating revisions hashJack Nagel
2013-10-09download_strategy: style nitsJack Nagel
2013-10-09download_strategy: rename @spec to @ref_typeJack Nagel
2013-09-30Handle invalid names in download strategiesJack Nagel