aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2013-11-28typoAdam Vandenberg
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-09-17move paths to utilsAdam Vandenberg
2013-08-30Use system path for more tools, for Linux compat.Dan Hughes
2013-08-19Use File::PATH_SEPARATOR globally instead of ':'Amos Wenger
2013-08-10Allow specifying a custom PATH for which methodJack Nagel
2013-08-02Always load net/https before referencing related constantsJack Nagel
2013-07-15GitHub API access may result in SSL errorsJack Nagel
2013-07-12Move inreplace off of ObjectJack Nagel
2013-07-09Respect $VISUAL when picking an editorJack Nagel
2013-07-05Give advice when GitHub API requests failJack Nagel
2013-07-01Better behavior for failed connections in `brew search`Jack Nagel
2013-06-26Don't use 'obj == nil'Jack Nagel
2013-06-22Extract constant in GitHub moduleJack Nagel
2013-06-22Extract method in Github moduleJack Nagel
2013-06-22Remove trailing whitespaceJack Nagel
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-03Python 2.x and 3.x supportSamuel John
2013-05-22Use implicit beginJack Nagel
2013-05-22Hoist requires out of methodsJack Nagel
2013-05-22Remove unnecessary rescue-all exception handlingDaniel Lee Harple
2013-05-22Added support for a GitHub Personal API Access tokenDaniel Lee Harple
2013-05-22Check GitHub API rate limit instead of silently failingDaniel Lee Harple
2013-05-22Pass a User-Agent when fetching data from the GitHub APIDaniel Lee Harple
2013-03-31onoe and opoo print to stderrJack Nagel
2013-03-31DRY ohai truncationJack Nagel
2013-03-21Turn double modifier into a single conditionalJack Nagel
2013-03-21utils: remove obsolete commentJack Nagel
2013-03-11Add with_system_path to run using system PATHs.Mike McQuaid
2013-02-18Don't shadow outer local variablesJack Nagel
2013-01-11Give a fresh 🍺 after hard work of brew installSamuel John
2012-12-27Respect BROWSER environment variableJack Nagel
2012-12-27utils: replace shell `which` with native codeMisty De Meo
2012-10-31Only show the troubleshooting linkMax Howell
2012-09-27Fix conditionalJack Nagel
2012-09-25Clean up and improve build-error output and logsMax Howell
2012-08-29Much better CTRL-C handlingMax Howell
2012-07-30Invoke non interactive shell from brew editDean Smith
2012-07-09quiet_system: Dump to /dev/null instead of closingCharlie Sharpsteen
2012-06-27Extract MacOS module to separate fileAdam Vandenberg
2012-06-27Refactor MacOS.Adam Vandenberg
2012-06-27remove confusing commentsAdam Vandenberg
2012-06-27Fix #13012 properly and don't set the SDK if CLTsamueljohn
2012-06-25MacOS.sdk_path: silence stderr from xcode-selectMisty De Meo
2012-06-25MacOS.sdk_path: use strip instead of chomp.chompMisty De Meo
2012-06-25MacOS.sdk_path: make sure xcode-select is saneMisty De Meo
2012-06-25MacOS.sdk_path: chomp harder!Misty De Meo
2012-06-25Hotfix for stack overflowMisty De Meo