| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-06 | Document HOMEBREW_FORCE_BREWED_CURL | Mike McQuaid | |
| Should have been in #3482. | |||
| 2017-12-06 | Add missing `to_s`. | Markus Reiter | |
| 2017-12-05 | Merge pull request #3318 from Git-Jiro/improve_audit | Markus Reiter | |
| Add audit check for URL schema | |||
| 2017-12-05 | Default environment filtering to on for all users. | Mike McQuaid | |
| 2017-12-05 | Use cask.url.user_agent when available | Martin Schimandl | |
| 2017-12-04 | brew-aspell-dictionaries: move to homebrew/core. | Mike McQuaid | |
| Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core (to allow future additions of formula-specific `cmd`s). | |||
| 2017-12-03 | Implement linkage for Linux | Shaun Jackman | |
| 2017-12-03 | extend/pathname: Add os/linux/elf.rb | Shaun Jackman | |
| 2017-12-03 | Merge pull request #3522 from reitermarkus/caskroom | Markus Reiter | |
| Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | |||
| 2017-12-03 | x11_requirement: remove custom minimum version. | Mike McQuaid | |
| This isn't desired or needed. Ensure older code still works, though. | |||
| 2017-12-03 | Refactor: Move FormulaAudit.check_http_content to utils/curl | Martin Schimandl | |
| 2017-12-03 | Reuse FormulaAuditor to check Cask's URLs | Martin Schimandl | |
| 2017-12-03 | Add --head to curl to speedup audit | Martin Schimandl | |
| 2017-12-03 | Add audit check for URL schema | Martin Schimandl | |
| 2017-12-03 | Merge pull request #3515 from sjackman/popen | Mike McQuaid | |
| Utils.popen_read: Nonexistent program should fail | |||
| 2017-12-03 | Merge pull request #3516 from sjackman/system-config-version | Mike McQuaid | |
| config: Print the linked_version [Linux] | |||
| 2017-12-03 | Fix unused variable. | Markus Reiter | |
| 2017-12-03 | Also remove writer method for `Hbc.binarydir`. | Markus Reiter | |
| 2017-12-03 | Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | Markus Reiter | |
| 2017-12-03 | Merge pull request #3514 from reitermarkus/system_command | Markus Reiter | |
| Fix SystemCommand escaping … again. | |||
| 2017-12-02 | Utils.popen_read: Nonexistent program should fail | Shaun Jackman | |
| Ensure that $CHILD_STATUS.success? is false when the command does not exist. | |||
| 2017-12-02 | Revert extra deletion | L. E. Segovia | |
| 2017-12-02 | Rename whole build_options block (copypaste from reinstall) | L. E. Segovia | |
| 2017-12-02 | Delete `--ignore-dependencies` additions | L. E. Segovia | |
| 2017-12-02 | config: Print the linked_version [Linux] | Shaun Jackman | |
| Otherwise when the keg was installed but out-of-date, it would display "N/A". | |||
| 2017-12-02 | Merge pull request #3518 from GauthamGoli/audit_bug_fix | Mike McQuaid | |
| lines_cop: Convert ARGV audit to negative look ahead | |||
| 2017-12-02 | Merge pull request #3519 from sjackman/svn | Mike McQuaid | |
| Fix a test failure when svn is not installed | |||
| 2017-12-02 | Let the upgrade command add new build flags | L. E. Segovia | |
| 2017-12-02 | Fix a test failure when svn is not installed | Shaun Jackman | |
| 2017-12-02 | Remember `--ignore-dependencies` when installing and upgrading | L. E. Segovia | |
| 2017-12-02 | lines_cop: Convert ARGV audit to negative look ahead | Gautham Goli | |
| 2017-12-02 | Refactor Cask's doctor command | L. E. Segovia | |
| - Remove :failed - Use Checkable to store the status and warnings/errors - Refactor the methods using audit as basis | |||
| 2017-12-01 | Hardware::CPU: Implement OS-agnostic methods | Shaun Jackman | |
| 2017-12-02 | Simplify `PATH` usage in `Formula`. | Markus Reiter | |
| 2017-12-02 | Support environment filtering in Casks. | Markus Reiter | |
| 2017-12-01 | Fix SystemCommand escaping … again. | Markus Reiter | |
| 2017-12-01 | hooks/bottles: remove bottle hooks. | Mike McQuaid | |
| These were removed from Boxen in: https://github.com/boxen/puppet-homebrew/pull/108 | |||
| 2017-11-30 | Merge pull request #3505 from MikeMcQuaid/unify-proxy-docs | Mike McQuaid | |
| Unify proxy documentation. | |||
| 2017-11-30 | Unify proxy documentation. | Mike McQuaid | |
| Specify under the list of environment variables how to set each of those that we passthrough and use. | |||
| 2017-11-30 | Merge pull request #3509 from MikeMcQuaid/version-null-to-i | Mike McQuaid | |
| version/null: add to_i method. | |||
| 2017-11-30 | Let Cask doctor exit with 1 via a CaskError | L. E. Segovia | |
| 2017-11-30 | version/null: add to_i method. | Mike McQuaid | |
| Fixes #3504. | |||
| 2017-11-30 | Merge pull request #3506 from MikeMcQuaid/cleaner_spec_os | Mike McQuaid | |
| cleaner_spec: have a single "cleans files" test. | |||
| 2017-11-29 | Merge pull request #3486 from sjackman/portable-ruby-arm | Mike McQuaid | |
| vendor-install: Add ARM bottle for portable-ruby | |||
| 2017-11-29 | cleaner_spec: have a single "cleans files" test. | Mike McQuaid | |
| This avoids noting the the Linux test as "pending" on Mac. | |||
| 2017-11-29 | Merge pull request #3492 from amyspark/fix-latest-casks | Markus Reiter | |
| Properly upgrade Casks with version :latest | |||
| 2017-11-29 | Merge pull request #3495 from reitermarkus/cask-external-commands | Markus Reiter | |
| Fix external Cask commands. | |||
| 2017-11-29 | Merge pull request #3498 from lbergelson/lb_add_sentinel_one_whitelist | Mike McQuaid | |
| whitelisting additional SentinelOne dylib pattern | |||
| 2017-11-29 | Leftover of @reitermarkus's comments | L. E. Segovia | |
| Simplify a condition | |||
| 2017-11-29 | Implement @reitermarkus's comments | L. E. Segovia | |
| Leftover && and remove xattr "copy" | |||
