aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-09-15Merge pull request #3151 from MikeMcQuaid/audit-more-httpMike McQuaid
Require more HTTP mirrors for old OS X versions.
2017-09-15os/mac/diagnostic: allow custom Ruby for devs.Mike McQuaid
This avoids `brew doctor` warnings on High Sierra but in general this is a good idea for future versions and to allow Homebrew developers to test things out with different versions of Ruby.
2017-09-14Require more HTTP mirrors for old OS X versions.Mike McQuaid
This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself.
2017-09-14Merge pull request #3147 from reitermarkus/cask-irbMarkus Reiter
Always load Cask in `brew irb`.
2017-09-13mac/xcode: update expected Clang on 10.13Dominyk Tiller
2017-09-12Merge pull request #3126 from DomT4/curl_auditMike McQuaid
audit: stop demanding a HTTP HEAD mirror for curl
2017-09-12Fix method name.Markus Reiter
2017-09-12Merge pull request #3148 from reitermarkus/uninstall-signalMarkus Reiter
Fix uninstall with `:signal`.
2017-09-12Fix uninstall with `:signal`.Markus Reiter
2017-09-11linkage_checker: unnecessary dependenciesMaxim Belkin
- rename 'extraneous' to 'unnecessary' - add the report under `linkage --test`
2017-09-11linkage_checker: avoid some false positivesMaxim Belkin
2017-09-11linkage_checker: fix styleMaxim Belkin
2017-09-11linkage_checker: check for extraneous dependenciesMaxim Belkin
2017-09-11Always load Cask in `brew irb`.Markus Reiter
2017-09-11Make Cask commands fail early if a Cask is not found.Markus Reiter
2017-09-10Fix `_stanza`.Markus Reiter
2017-09-10Treat every `Artifact` instance as a single artifact.Markus Reiter
2017-09-10Merge pull request #3143 from jsoref/spellingMarkus Reiter
Spelling
2017-09-10Make `brew cask search` spec deterministic.Markus Reiter
2017-09-10Merge pull request #3142 from reitermarkus/curl-full-downloadMarkus Reiter
Let `curl_download` handle HTTP 416 error.
2017-09-10spelling: shouldJosh Soref
2017-09-10spelling: separatedJosh Soref
2017-09-10spelling: preservesJosh Soref
2017-09-10spelling: performJosh Soref
2017-09-10spelling: parametersJosh Soref
2017-09-10spelling: packagesJosh Soref
2017-09-10spelling: omittedJosh Soref
2017-09-10spelling: intermediateJosh Soref
2017-09-10spelling: incompleteJosh Soref
2017-09-10spelling: doesJosh Soref
2017-09-10spelling: directoriesJosh Soref
2017-09-10spelling: definitionsJosh Soref
2017-09-10spelling: comparisonJosh Soref
2017-09-10build: fix HOMEBREW_FORMULA_PREFIX for headilovezfs
so that it includes the commit.
2017-09-10Let `curl_download` handle HTTP 416 error.Markus Reiter
2017-09-08Revert "mach: Avoid reopening the file for relocation"ilovezfs
2017-09-08Merge pull request #3101 from woodruffw/macho-use-objectWilliam Woodruff
mach: Avoid reopening the file for relocation
2017-09-08Merge pull request #3061 from mislav/hub-fork-forward-compatMike McQuaid
bump-formula-pr: forward compatibility with `hub fork`
2017-09-08popen: Do not suppress stderr unless -d or -vShaun Jackman
2017-09-08Merge pull request #3135 from alyssais/core_tap_outputMike McQuaid
Always output when tapping core
2017-09-08Merge pull request #3122 from vszakats/patch-1Mike McQuaid
git_spec.rb: use HTTPS for Git remote test
2017-09-07home_spec: use different test formula.Mike McQuaid
Instead of `testball` use a formula named `testballhome` to avoid this clashing with any other formula named testball.
2017-09-07Always output when tapping coreAlyssa Ross
Hiding all output makes it look like Homebrew is hanging while the tap operation (which can take a long time!) is running. Closes #3053.
2017-09-07git_spec.rb: use HTTPS for Git remote testViktor Szakats
2017-09-05Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3Mike McQuaid
audit: Port line_problems to rubocop and add tests part 3
2017-09-05Merge pull request #2982 from GauthamGoli/audit_class_rubocop_portMike McQuaid
audit: Port audit_class to rubocop, add tests and autocorrect
2017-09-05audit: stop demanding a HTTP HEAD mirror for curlDominyk Tiller
Not sure if this is how you want to handle it but having a HEAD mirror for `curl` is just silliness. Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f
2017-09-05mac/hardware/cpu: recognise Kaby LakeDominyk Tiller
The 2017 MacBook Pro line shipped with Kaby Lake CPUs.
2017-09-04audit: Add a global flag to silent warning when auditingGautham Goli
2017-09-04audit: Port audit_class to rubocop, add tests and autocorrectGautham Goli