| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-07 | Merge pull request #1455 from MikeMcQuaid/bump-minor-version1.1.0 | Mike McQuaid | |
| brew.sh: bump hardcoded minor version. | |||
| 2016-11-07 | brew.sh: bump hardcoded minor version. | Mike McQuaid | |
| 2016-11-06 | Merge pull request #1452 from MikeMcQuaid/disable-root | Mike McQuaid | |
| brew.sh: disable running Homebrew as root. | |||
| 2016-11-06 | Merge pull request #1451 from MikeMcQuaid/disable-sha1 | Mike McQuaid | |
| compat/sha1: disable SHA-1 support. | |||
| 2016-11-06 | Merge pull request #1438 from marmarama/master | Mike McQuaid | |
| Add static libs and dylibs commonly put in /usr/local/lib by Symantec… | |||
| 2016-11-06 | Merge remote-tracking branch 'origin/master' into HEAD | Mike McQuaid | |
| 2016-11-06 | compat/sha1: disable SHA-1 support. | Mike McQuaid | |
| This has been deprecated for quite a while now so disabling seems reasonable. | |||
| 2016-11-06 | brew.sh: disable running Homebrew as root. | Mike McQuaid | |
| November 1st 2016 has come and gone so it's time to disable this. Also, add comments explaining why the things that have been whitelisted have been (to avoid more being added without good justification). | |||
| 2016-11-06 | Merge pull request #1371 from MikeMcQuaid/tap-migrate-fully-scoped | Mike McQuaid | |
| formulary: migrate fully-scoped formulae names. | |||
| 2016-11-06 | Merge pull request #1443 from MikeMcQuaid/better-development-tools-checks | Mike McQuaid | |
| Improve debugging information based on failures | |||
| 2016-11-06 | Merge pull request #1446 from MikeMcQuaid/or_later_bottles_filename | Mike McQuaid | |
| software_spec: no `_or_later` in bottle filenames. | |||
| 2016-11-06 | Merge pull request #1449 from ilovezfs/bottle-improve-relocatability-check | Mike McQuaid | |
| bottle: improve relocatability check | |||
| 2016-11-06 | bottle: improve relocatability check | ilovezfs | |
| Given how common it is for formulae to hard-code `etc` and `var`, check for those paths (`/usr/local/etc` and `/usr/local/var`) when determing relocatability. | |||
| 2016-11-06 | Merge pull request #1445 from MikeMcQuaid/caskroom-prefix | Markus Reiter | |
| update-report: default Caskroom moved to prefix. | |||
| 2016-11-05 | software_spec: no `_or_later` in bottle filenames. | Mike McQuaid | |
| It's more useful to be able to "bless" an existing bottle to be used on later OSs (e.g. where it cannot yet be built) than it is to have to create a new, identical bottle just to have a different filename. | |||
| 2016-11-05 | exceptions: reorder output based on importance. | Mike McQuaid | |
| 2016-11-05 | update-report: default Caskroom moved to prefix. | Mike McQuaid | |
| Look at HOMEBREW_PREFIX rather than HOMEBREW_REPOSITORY for the default Caskroom location. | |||
| 2016-11-05 | os: don't tell people to report unsupported version issues. | Mike McQuaid | |
| 2016-11-05 | install: only check fatal development tools checks. | Mike McQuaid | |
| 2016-11-05 | exceptions: use specific build error checks. | Mike McQuaid | |
| 2016-11-05 | diagnostic: add build error checks. | Mike McQuaid | |
| 2016-11-05 | diagnostic: only make minimum Xcode/CLT version checks fatal. | Mike McQuaid | |
| Also: freeze the relevant arrays. | |||
| 2016-11-05 | os/mac/diagnostic: split some unless conditions. | Mike McQuaid | |
| 2016-11-05 | diagnostic: add checks for minimum Xcode/CLT versions. | Mike McQuaid | |
| 2016-11-05 | xcode: add checks for Xcode/CLT minimum versions. | Mike McQuaid | |
| 2016-11-05 | Merge pull request #1413 from zmwangx/update-preinstall-message | Mike McQuaid | |
| brew.sh: display message when auto update runs for too long | |||
| 2016-11-04 | Merge pull request #1442 from ihatetoregister/patch-1 | Mike McQuaid | |
| Added a hint how to link a formula that is installed but not linked | |||
| 2016-11-04 | Merge pull request #1441 from briandunn/patch-1 | Mike McQuaid | |
| Fix Typo | |||
| 2016-11-04 | Merge pull request #1440 from jawshooah/whitelist-sentinel | Josh Hagins | |
| diagnostics: whitelist dylib installed by SentinelOne | |||
| 2016-11-05 | Added a hint how to link a formula that is installed but not linked | ihatetoregister | |
| 2016-11-04 | Fix Typo | Brian Dunn | |
| 2016-11-04 | diagnostics: whitelist dylib installed by SentinelOne | Josh Hagins | |
| 2016-11-04 | Add static libs and dylibs commonly put in /usr/local/lib by Symantec ↵ | James Young | |
| Endpoint Protection to the brew doctor white lists | |||
| 2016-11-03 | Merge pull request #1433 from bfontaine/audit-escape | Mike McQuaid | |
| audit: Escape interpolated string in regexp | |||
| 2016-11-03 | audit: Escape interpolated string in regexp | Baptiste Fontaine | |
| This avoids issues with names containing special characters like e.g. [ Fixes #1431 | |||
| 2016-11-03 | Merge pull request #1429 from mandarg/fix-few-typos | Mike McQuaid | |
| Correct a few typos | |||
| 2016-11-03 | Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-taps | Mike McQuaid | |
| rubocop: exclude more tap dirs from hash rockets. | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-11-02 | brew.sh: communicate when autoupdate runs for long | Zhiming Wang | |
| This will ease user anxiety when `brew install foo' is typed but nothing seems to happen. | |||
| 2016-11-02 | Merge pull request #1424 from MikeMcQuaid/audit-more-test-system | Mike McQuaid | |
| audit: check more unscoped test calls. | |||
| 2016-11-02 | rubocop: exclude more tap dirs from hash rockets. | Mike McQuaid | |
| This is useful for e.g. homebrew/bundle that doesn't live in just `cmd`. | |||
| 2016-11-02 | Merge pull request #1426 from scpeters/patch-3 | Mike McQuaid | |
| audit: restore check that was lost in #927 | |||
| 2016-11-02 | audit: restore check that was lost in #927 | Steven Peters | |
| This audit check ensures that certain build dependencies are explicitly marked either as `:build` or `:run`. It seems to have been lost in #927. It was also adjusted in #1290. | |||
| 2016-11-02 | audit: stricter test system calls check. | Mike McQuaid | |
| Ensure that the name is suffixed with whitespace or quotes. | |||
| 2016-11-02 | formulary: migrate fully-scoped formulae names. | Mike McQuaid | |
| e.g. allow `brew install some/tap/formula` to look that formula up in another tap if it has been migrated. Also, add a deprecation message to point people towards the correct naming. | |||
| 2016-11-02 | audit: check more unscoped test calls. | Mike McQuaid | |
| Also check `def test`, `shell_output`, `pipe_output` and method calls using parentheses. | |||
| 2016-11-02 | Merge pull request #1368 from MikeMcQuaid/build-options-file | Mike McQuaid | |
| build: write options to file. | |||
| 2016-11-02 | Merge pull request #1369 from MikeMcQuaid/boneyard-reason | Mike McQuaid | |
| boneyard-formula-pr: add reason argument. | |||
| 2016-11-02 | Merge pull request #1370 from MikeMcQuaid/better-github-scopes | Mike McQuaid | |
| Improve GitHub API scopes output. | |||
| 2016-11-02 | Merge pull request #1411 from MikeMcQuaid/audit-check-version-no-decrease | Mike McQuaid | |
| audit: check the stable version does not decrease. | |||
