| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-21 | Validate `container :type`. | Markus Reiter | |
| 2017-04-21 | Fix `IO#select` blocking. | Markus Reiter | |
| 2017-04-21 | Refactor cask metadata directory methods. | Markus Reiter | |
| 2017-04-21 | Remove extraneous } | Louis Romero | |
| 2017-04-20 | Merge pull request #2274 from rwhogg/fuse-requirement | Mike McQuaid | |
| Port OsxfuseRequirement to Linux | |||
| 2017-04-20 | Merge pull request #2511 from reitermarkus/fix-plist-parser | Markus Reiter | |
| Fix `plist` parser failing when encoded with ASCII. | |||
| 2017-04-20 | Merge pull request #2509 from scpeters/audit_message_swap | Mike McQuaid | |
| audit: fix swapped audit messages | |||
| 2017-04-20 | Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`. | Markus Reiter | |
| 2017-04-20 | Lowercase `Caskroom` in `search`. | Markus Reiter | |
| 2017-04-19 | Merge pull request #2508 from JCount/xcode-8.3.2 | JCount | |
| xcode: 8.3.2 is latest version | |||
| 2017-04-20 | Ensure `readline_nonblock` returns an UTF-8 string. | Markus Reiter | |
| 2017-04-20 | Fix `plist` parser failing when encoded with ASCII. | Markus Reiter | |
| 2017-04-19 | xcode: 8.3.2 is latest version | JCount | |
| 2017-04-19 | audit: fix swapped audit messages | Steven Peters | |
| 2017-04-19 | Merge pull request #2502 from MikeMcQuaid/install-no-search-unreadable | Mike McQuaid | |
| install: don't search when formula is unreadable. | |||
| 2017-04-18 | move before dash version style | Reto Kromer | |
| 2017-04-18 | move before lame-398-1 | Reto Kromer | |
| 2017-04-18 | Refactor uninstall existing cask | Joshua McKinney | |
| 2017-04-18 | Merge pull request #2478 from MikeMcQuaid/audit-skip-methods | Mike McQuaid | |
| audit: allow skipping audit methods. | |||
| 2017-04-18 | install: don't search when formula is unreadable. | Mike McQuaid | |
| These formulae are detected as missing but exist in an unreadable form. Fixes #2485 | |||
| 2017-04-18 | create: use GitHub metadata where available. | Mike McQuaid | |
| GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s. | |||
| 2017-04-18 | audit: allow skipping audit methods. | Mike McQuaid | |
| Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups. | |||
| 2017-04-17 | add test | Reto Kromer | |
| 2017-04-17 | Merge pull request #2477 from MikeMcQuaid/audit-more-universal | Mike McQuaid | |
| audit: check for more universal usage. | |||
| 2017-04-17 | Merge pull request #2475 from MikeMcQuaid/uses-deleted | Mike McQuaid | |
| uses: allow checking deleted formulae. | |||
| 2017-04-17 | Merge pull request #2498 from ↵ | Mike McQuaid | |
| zmwangx/do-not-search-taps-for-missing-qualified-formula install: do not search taps when a qualified formula is missing | |||
| 2017-04-17 | uses: allow checking deleted formulae. | Mike McQuaid | |
| This is useful for seeing when formulae are deleted if they are going to leave behind any formulae that depend on them. As a result, if there are any formulae returned return a non-zero/failed exit status. | |||
| 2017-04-17 | install: use include instead of regex. | Mike McQuaid | |
| 2017-04-17 | Merge pull request #2473 from MikeMcQuaid/audit-language-module-requirements | Mike McQuaid | |
| audit: deprecate language module requirements. | |||
| 2017-04-17 | Merge pull request #2496 from mistydemeo/hardware_cpu_can_run_arch_helper | Misty De Meo | |
| Hardware cpu can run arch helper | |||
| 2017-04-16 | Merge pull request #2446 from mansimarkaur/diagnostic_tests1.1.13 | Mike McQuaid | |
| [WIP] Added test for check_access_lock_dir | |||
| 2017-04-15 | Only run Linux-specific tests on Linux | Bob W. Hogg | |
| 2017-04-15 | OsxfuseRequirement: Port to Linux | Bob W. Hogg | |
| 2017-04-15 | install: do not search taps when a qualified formula is missing | Zhiming Wang | |
| 2017-04-15 | Mac Hardware: provide a more Mac-specific implementation of can_run? | Misty De Meo | |
| 2017-04-15 | Hardware: add helper to determine if an executable can be run | Misty De Meo | |
| 2017-04-15 | Merge pull request #2483 from MikeMcQuaid/audit-no-devel-version-alias | Mike McQuaid | |
| audit: don't recommend version aliases on --devel. | |||
| 2017-04-15 | Fix section header link for Environment | numbermaniac | |
| brew-cask.1.md | |||
| 2017-04-14 | add date-based versioning | Reto Kromer | |
| 2017-04-11 | Fix `brew cask audit` not working without argument. | Markus Reiter | |
| 2017-04-11 | Merge pull request #2474 from MikeMcQuaid/xcode-8.3.1 | ilovezfs | |
| xcode: 8.3.1 is latest version. | |||
| 2017-04-10 | audit: don't recommend version aliases on --devel. | Mike McQuaid | |
| As requested in #11462 by @neutric as this produces confusing, incorrect output. | |||
| 2017-04-10 | Merge pull request #2471 from JCount/missing_formula-fix-undefined-method-nil | JCount | |
| missing_formula: fix undefined method `path` for nil:NilClass | |||
| 2017-04-10 | Merge pull request #2461 from hsbt/workaround-downcase-with-pathname | JCount | |
| formulary: Workaround for method missing for downcase on Pathname object | |||
| 2017-04-11 | formulary: Workaround for method missing for downcase on Pathname object. | SHIBATA Hiroshi | |
| 2017-04-10 | audit: deprecate language module requirements. | Mike McQuaid | |
| Make `brew audit` complain about language module requirements because they provide a crappy user experience compared to vendoring and we’re not really fixing bugs in them any more. | |||
| 2017-04-10 | audit: check for more universal usage. | Mike McQuaid | |
| Also check for `ENV.universal_binary` and `build.universal?`. The prior is still required for `wine` and the latter should never be required any longer. | |||
| 2017-04-10 | missing_formula: fix undefined method `path` for nil:NilClass | JCount | |
| This check for a nil `tap` is necessary because Tap.from_path(path) will simply return a nil value in the event the tap path is invalid | |||
| 2017-04-10 | xcode: 8.3.1 is latest version. | Mike McQuaid | |
| Our CI images are already updated with it. | |||
| 2017-04-09 | info: rubocop | John Hawkinson | |
