aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/doctor.rb
AgeCommit message (Expand)Author
2015-07-13doctor: remove redundant EOSDominyk Tiller
2015-07-13doctor: don't point to App Store for Xcode on 10.11.Mike McQuaid
2015-06-23Use Dir.mktmpdir in doctorJack Nagel
2015-06-23Whitelist ntfs-3g libsJack Nagel
2015-06-16Move 10.11 warning to doctor, pre-install, and post-failureJack Nagel
2015-06-16doctor: fix __check_linked_brewXu Cheng
2015-06-16doctor: use Formula.installed directlyXu Cheng
2015-06-12Remove obsolete doctor checkJack Nagel
2015-06-12Fix linked keg-only check when only directories are linkedJack Nagel
2015-05-29doctor: use Formula#full_nameXu Cheng
2015-05-27doctor: load formula from rackXu Cheng
2015-05-14doctor: add homebrew_temp sticky bit checkDominyk Tiller
2015-03-24add method to detect shell profile file based on users' preference shellXu Cheng
2015-03-08doctor: $PATH should be insert as it isXu Cheng
2015-03-08doctor: export command should use double quotesXu Cheng
2015-01-15doctor: accepting the Xcode license requires sudo.Mike McQuaid
2015-01-12doctor: check access on HOMEBREW_PREFIX/optJack Nagel
2015-01-12doctor: check access on all important HOMEBREW_PREFIX subdirsJack Nagel
2015-01-12doctor: check cellar accessJack Nagel
2015-01-12doctor: fix grammarJack Nagel
2015-01-12doctor: remove incorrect statement from HOMEBREW_LOGS checkJack Nagel
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
2014-12-14doctor: check cache directory is writable.Mike McQuaid
2014-12-09brew-doctor: warning the external commands with conflicting namesXu Cheng
2014-11-26doctor: handle non-extent methods passed as argumentsMisty De Meo
2014-11-16Remove more references to removed external commandsJack Nagel
2014-11-14doctor: more useful commentJack Nagel
2014-11-14Tell brew doctor to ignore libTrAPI.dylibhimikk
2014-11-14doctor: don't complain if reads_brewed_pth_files? is nilTim D. Smith
2014-11-14doctor: check that Python site-packages directory is writableTim D. Smith
2014-11-13doctor: option depreciationDominyk Tiller
2014-11-11Don't warn about config scripts that originate in the cellarJack Nagel
2014-11-02doctor: check for .pth support in Homebrew site-packagesTim D. Smith
2014-10-28Whitelist config scripts from OS X ServerJack Nagel
2014-10-28Simplify config script doctor checkJack Nagel
2014-10-28Use start_with? instead of regexpJack Nagel
2014-10-28real_cellar cannot be nilJack Nagel
2014-10-21doctor: Xcode 6.1 is in the App Store.Mike McQuaid
2014-10-20Drop questionable CLT adviceJack Nagel
2014-10-20doctor: Xcode 6.1 is in the App StoreLinus Unnebäck
2014-10-19doctor: clarify 10.10 Xcode situation.Mike McQuaid
2014-10-11doctor: warn about libcurl.frameworkTim D. Smith
2014-10-07Whitelist more fuse filesJack Nagel
2014-10-07Fix install_name_tool check when Xcode license isn't accepted yetJack Nagel
2014-09-30Remove commented-out codeJack Nagel
2014-09-30Whitelist fuse pc files tooJack Nagel
2014-09-30Whitelist more MacFuse headersJack Nagel
2014-09-28Fix whitelisted headersJack Nagel
2014-09-24Use Dir.glob and array operations to remove whitelisted filesJack Nagel
2014-09-24Dir.exist? is not in 1.8Jack Nagel