aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
AgeCommit message (Expand)Author
2018-01-22fetch: also fetch resources' patchesilovezfs
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-04-02Document all short flags.Mike McQuaid
2017-01-02bottles: --force-bottle feigns or_later.Mike McQuaid
2016-10-02Remove `private_class_method` from commands.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-11cmd/fetch: fix Rubocop warnings.Mike McQuaid
2016-05-09fetch: document --retry option (#225)Martin Afanasjew
2016-05-06brew install: make -s apply only to given formula, not deps (#205)Andrew Janke
2016-05-06cmd/fetch: fix typo in docoAndrew Janke
2016-04-10Fix documentation errorMax Nordlund
2016-04-10Add all the top level commentsMax Nordlund
2016-03-20Revert "brew fetch: only include sha256 in output"Xu Cheng
2016-03-14brew fetch: only include sha256 in outputAndrew Janke
2016-01-19Revert "formula_installed: tweak source build behaviour."Mike McQuaid
2016-01-17formula_installed: tweak source build behaviour.Mike McQuaid
2015-12-06fetch: fall back to source if bottle fails.Mike McQuaid
2015-09-06remove Formula#file_modified?Alex Dunn
2015-08-18unnecessary calls to .select simplifiedBaptiste Fontaine
2015-08-03Core files style updates.BrewTestBot
2015-07-23fetch: don't flag fs modificationDominyk Tiller
2015-07-18fetch/build formula from source when modifiedAlex Dunn
2014-10-21Point to a tap when installing or fetching.Mike McQuaid
2014-09-10Store the object itself in the failed download setJack Nagel
2014-08-22Use a set to track failed downloadsJack Nagel
2014-08-22Rescue only DownloadErrorJack Nagel
2014-08-16fetch: retry the download on a failure.Mike McQuaid
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-10Update fetch command for generalized bottle implementationJack Nagel
2014-03-08fetch: fix --retry with resources.Mike McQuaid
2014-03-06fetch: fix overloading Homebrew.failed.Mike McQuaid
2014-03-01fetch: add --retry option to retry fetch once.Mike McQuaid
2013-10-31fetch: check for existing cache file before downloadingJack Nagel
2013-10-31fetch: clear partial downloads when --force is givenJack Nagel
2013-09-11Allow resource fetchingAdam Vandenberg
2013-05-16Formula#fetch: always return the cached pathJack Nagel
2013-05-16Adjust semantics of Formula#fetchJack Nagel
2013-05-16fetch: rename 'tarball' to 'download'Jack Nagel
2013-05-16fetch: use concat rather than << and flattenJack Nagel
2013-02-01Refactor fetchJack Nagel
2013-01-26Replace usages of recursive_deps with recursive_dependenciesJack Nagel
2013-01-26brew-fetch: remove MD5 output.Mike McQuaid
2012-09-03brew-fetch: Return error code on unmatched hash.Mike McQuaid
2012-07-08fetch: remove dead codeJack Nagel
2012-07-04fetch: use new checksum verificationJack Nagel
2012-07-04fetch: make use of new formula specsJack Nagel
2012-04-02fetch: don't display cached location twiceJack Nagel