index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
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-12-06
Extract part of stage method to VCS strategy superclass
Jack Nagel
2014-12-06
Remove years-old TODO
Jack Nagel
2014-12-06
Demote FIXME to a normal comment
Jack Nagel
2014-12-06
Mark private SubversionDownloadStrategy methods
Jack Nagel
2014-12-06
Move fetch implementation into VCS strategy superclass
Jack Nagel
2014-12-06
Use start_with? instead of a regexp
Jack Nagel
2014-12-06
Move SVN URL munging to initialize
Jack Nagel
2014-12-06
Remove method that duplicates superclass implementation
Jack Nagel
2014-12-06
Extract update from fetch in VCS strategies
Jack Nagel
2014-12-06
Add clone_repo to remaining VCS strategies
Jack Nagel
2014-12-06
Add repo_valid? to remaining VCS strategies
Jack Nagel
2014-12-06
Make repo_valid? private
Jack Nagel
2014-12-06
Make __path methods private
Jack Nagel
2014-12-06
Make cache_tag private
Jack Nagel
2014-12-06
Mark private VCSDownloadStrategy methods
Jack Nagel
2014-12-05
CurlDownloadStrategy: initialize attributes in initializer
Jack Nagel
2014-12-05
Provide VCSDownloadStrategy#head?
Jack Nagel
2014-12-05
Stop supporting hg found in share/python
Jack Nagel
2014-12-03
Make the git download strategy default to :branch => "master"
Jack Nagel
2014-10-19
Use curl -d to pass query parameters in the bottle download strategy
Jack Nagel
2014-10-07
Simplify UnsafeSubversionDownloadStrategy
Jack Nagel
2014-10-05
Remove last usage of StrictSubversionDownloadStrategy
Jack Nagel
2014-08-24
Add friendlier local file missing error
Larry Shaffer
2014-07-23
Modify "git rev-parse --verify" args in "has_ref?"
Dabrien 'Dabe' Murphy
2014-07-18
Fix checking out recursive git submodules
Maurus Cuelenaere
2014-07-17
Remove dead code
Jack Nagel
2014-07-17
Remove special case for now-deprecated GitHub URLs
Jack Nagel
2014-07-16
Remove more dead code
Jack Nagel
2014-07-16
Remove dead code
Jack Nagel
2014-07-05
Use popen wrapper
Jack Nagel
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
[prev]
[next]