aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2014-02-19Push expand_path call down into FromPathLoaderJack Nagel
2014-02-19Fix building universal binaries on 32-bit CPUscadrpear
2014-02-18Stop exporting HOMEBREW_VERBOSE to build environmentJack Nagel
2014-02-18Use standard curl progress output in verbose modeJack Nagel
2014-02-18Tweak DownloadError message to include wrapped exceptionJack Nagel
2014-02-18Collapse begin..end into def..end and use else clauseJack Nagel
2014-02-18Add DownloadError to catch a broader range of resource download errors.Drew Rodman
2014-02-18Inline static exception text to remove a rescueJack Nagel
2014-02-17pull: tap if necessary.Mike McQuaid
2014-02-16search: use a queue to collect errorsJack Nagel
2014-02-16Add helpful error message for authentication failuresJack Nagel
2014-02-16Move error text and helper into error classJack Nagel
2014-02-16Add a more useful message when ratelimit is exceededJack Nagel
2014-02-16Make GitHub::Error a RuntimeError to suppress backtraceJack Nagel
2014-02-16Handle GitHub API authentication failuresJack Nagel
2014-02-16Extract error handling from GitHub.openJack Nagel
2014-02-16audit: handle recommended/optional options better.Mike McQuaid
2014-02-16audit: whitelist pyobject3 use of ARGV.Mike McQuaid
2014-02-16versions: ignore validation errors.Mike McQuaid
2014-02-15Formula#system: simplify xcodebuild special caseJack Nagel
2014-02-15Formula#system: remove unnecessary string castsJack Nagel
2014-02-15bottle: fail if there is no stable version.Mike McQuaid
2014-02-15GitDownloadStrategy: fix typo'd parameter nameJack Nagel
2014-02-14ARGV.help?: anchor to end of stringMisty De Meo
2014-02-14GitDownloadStrategy: allow disabling of shallow cloneJack Nagel
2014-02-14VCSDownloadStrategy: use REF_TYPES when extracting ref to useJack Nagel
2014-02-14VCSDownloadStrategy: document acceptable ref typesJack Nagel
2014-02-14GitDownloadStrategy: inline simple methodJack Nagel
2014-02-14GitDownloadStrategy: move constant to top of class bodyJack Nagel
2014-02-14brew: check for --help and friends in more of ARGVMike McQuaid
2014-02-13Use a more accurate method name and drop unhelpful blockJack Nagel
2014-02-13Always print top-level issue URLJack Nagel
2014-02-13Delete comment that isn't relevant to this code anymoreJack Nagel
2014-02-13Offload more filtering to the search APIJack Nagel
2014-02-13Allow passing arbitrary qualifiers to issue searchJack Nagel
2014-02-13Implement equality for Dependencies collectionsJack Nagel
2014-02-13Eliminate unnecessary arrays and call to flattenJack Nagel
2014-02-12Delete unused methodJack Nagel
2014-02-12Pass the string instead of reconstructing it from a regexpJack Nagel
2014-02-12Let the API do more work for usJack Nagel
2014-02-12Drop TODO that nobody has ever worked onJack Nagel
2014-02-12Drop unnecessary type check, we never pass a Formula instanceJack Nagel
2014-02-12Return only open issues in GitHub.issues_for_formulaJack Nagel
2014-02-12osmium: add to blacklist.Mike McQuaid
2014-02-12brew-graph: improve formatting.Matt Torok
2014-02-11Revert "Recognize --head as an alias for --HEAD"Adam Vandenberg
2014-02-11Use HOMEBREW_PREFIX/opt to find installs instead of symlinks in bin, lib, sbin.Chad Catlett
2014-02-11ls-taps: search names onlyJack Nagel
2014-02-11brew-services: don't hardcode launchctl pathBo Jeanes
2014-02-10python_dependency: only set PYTHONPATH for system.Mike McQuaid