index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
download_strategy.rb
Age
Commit message (
Expand
)
Author
2014-06-15
Remove an unnecessary use of ARGV.build_head?
Jack Nagel
2014-06-04
Fix some places where encoding issues manifest on ruby 2.0
Jack Nagel
2014-06-01
Remove unnecessary use of Dir[]
Jack Nagel
2014-06-01
Remove no-op directory traversal
Jack Nagel
2014-05-13
download_strategy: fix Git repo updating.
Mike McQuaid
2014-04-06
Recognize and extract xar files
Jack Nagel
2014-04-06
Extract common decompression code to a method
Jack Nagel
2014-04-06
Handle untarred bzip2 files
Jack Nagel
2014-03-18
Set bottle download strategy directly
Jack Nagel
2014-03-18
Reorder download strategy symbols by frequency
Jack Nagel
2014-03-18
Reorder download strategy regexps by frequency
Jack Nagel
2014-02-21
Adapt to Git 1.9's `submodule foreach` changes
Josh Tilles
2014-02-15
GitDownloadStrategy: fix typo'd parameter name
Jack Nagel
2014-02-14
GitDownloadStrategy: allow disabling of shallow clone
Jack Nagel
2014-02-14
VCSDownloadStrategy: use REF_TYPES when extracting ref to use
Jack Nagel
2014-02-14
VCSDownloadStrategy: document acceptable ref types
Jack Nagel
2014-02-14
GitDownloadStrategy: inline simple method
Jack Nagel
2014-02-14
GitDownloadStrategy: move constant to top of class body
Jack Nagel
2013-12-05
fix typo in this notice
Adam Vandenberg
2013-12-03
SubversionDownloadStrategy: handle changed repository URL
Jack Nagel
2013-12-03
SubversionDownloadStrategy: no need to escape 'svn'
Jack Nagel
2013-12-03
download_strategy: use clear_cache where appropriate
Jack Nagel
2013-11-29
support .lz archives
Adam Vandenberg
2013-11-26
ApacheDownloadStrategy: fall back to specified mirrors
Jack Nagel
2013-11-18
Implement inferred CVS dependency
Jack Nagel
2013-11-13
Whitelist llvm.org for shallow git clones
Jack Nagel
2013-11-11
Fix Apache download strategy in verbose mode
Jack Nagel
2013-11-05
Add git.sv.gnu.org repositories to shallow-clone whitelist
Jack Nagel
2013-10-31
fetch: clear partial downloads when --force is given
Jack Nagel
2013-10-30
Use curl to download list of Apache mirrors
Jack Nagel
2013-10-12
CurlDownloadStrategy: no need to to_s, name should never be nil
Jack Nagel
2013-10-11
SubversionDownloadStrategy: don't mutate URL string
Jack Nagel
2013-10-11
CurlDownloadStrategy: dup mirror list before mutating it
Jack Nagel
2013-10-11
GitDownloadStrategy: remove redundant use of nostdout
Jack Nagel
2013-10-11
GitDownloadStrategy: remove redundant use of :quiet_flag
Jack Nagel
2013-10-11
GitDownloadStrategy: @@git is always a string, so inline it
Jack Nagel
2013-10-11
SubversionDownloadStrategy: @@svn is always a string, so inline it
Jack Nagel
2013-10-11
VCSDownloadStrategy: pull construction of @clone into superclass
Jack Nagel
2013-10-11
VCSDownloadStrategy: rename checkout_name to cache_filename
Jack Nagel
2013-10-10
Move cached_location up to VCSDownloadStrategy
Jack Nagel
2013-10-10
download_strategy: rename @co to @clone for uniformity
Jack Nagel
2013-10-10
MercurialDownloadStrategy: avoid creating Formula object just for opt_prefix
Jack Nagel
2013-10-09
S3DownloadStrategy: use temporary_path accessor
Jack Nagel
2013-10-09
Move checkout_name from AbstractDownloadStrategy to VCSDownloadStrategy
Jack Nagel
2013-10-09
VCSDownloadStrategy: destructure spec hash more efficiently
Jack Nagel
2013-10-09
Extract a new superclass for VCS-based download strategies
Jack Nagel
2013-10-09
SubversionDownloadStrategy: stop mutating revisions hash
Jack Nagel
2013-10-09
download_strategy: style nits
Jack Nagel
2013-10-09
download_strategy: rename @spec to @ref_type
Jack Nagel
2013-09-30
Handle invalid names in download strategies
Jack Nagel
[next]