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
/
cmd
/
fetch.rb
Age
Commit message (
Expand
)
Author
2014-10-21
Point to a tap when installing or fetching.
Mike McQuaid
2014-09-10
Store the object itself in the failed download set
Jack Nagel
2014-08-22
Use a set to track failed downloads
Jack Nagel
2014-08-22
Rescue only DownloadError
Jack Nagel
2014-08-16
fetch: retry the download on a failure.
Mike McQuaid
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-03-13
Teach fetch to download patches
Jack Nagel
2014-03-10
Update fetch command for generalized bottle implementation
Jack Nagel
2014-03-08
fetch: fix --retry with resources.
Mike McQuaid
2014-03-06
fetch: fix overloading Homebrew.failed.
Mike McQuaid
2014-03-01
fetch: add --retry option to retry fetch once.
Mike McQuaid
2013-10-31
fetch: check for existing cache file before downloading
Jack Nagel
2013-10-31
fetch: clear partial downloads when --force is given
Jack Nagel
2013-09-11
Allow resource fetching
Adam Vandenberg
2013-05-16
Formula#fetch: always return the cached path
Jack Nagel
2013-05-16
Adjust semantics of Formula#fetch
Jack Nagel
2013-05-16
fetch: rename 'tarball' to 'download'
Jack Nagel
2013-05-16
fetch: use concat rather than << and flatten
Jack Nagel
2013-02-01
Refactor fetch
Jack Nagel
2013-01-26
Replace usages of recursive_deps with recursive_dependencies
Jack Nagel
2013-01-26
brew-fetch: remove MD5 output.
Mike McQuaid
2012-09-03
brew-fetch: Return error code on unmatched hash.
Mike McQuaid
2012-07-08
fetch: remove dead code
Jack Nagel
2012-07-04
fetch: use new checksum verification
Jack Nagel
2012-07-04
fetch: make use of new formula specs
Jack Nagel
2012-04-02
fetch: don't display cached location twice
Jack Nagel
2012-03-21
brew fetch: show downloaded path
Adam Vandenberg
2012-03-18
Use fetch for downloading bottles.
Mike McQuaid
2012-02-15
fetch: compare checksums case-insensitively
Jack Nagel
2012-02-04
Warn the user of required arguments
Jack Nagel
2011-10-09
fetch: use correct sha256 instance variable
Jack Nagel
2011-09-19
mirror support: Add mirror method to Formula.rb
Charlie Sharpsteen
2011-09-01
fetch: fix '--force' for pathnames
Jack Nagel
2011-04-14
Added SHA-256 to the fetch command.
Birger J. Nordølum
2011-04-14
Add `brew fetch --deps`
Adam Vandenberg
2011-03-12
'brew fetch' now an official command
Adam Vandenberg