aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2014-02-25add more documentationAdam Vandenberg
2014-02-25fix incorrect commentAdam Vandenberg
2014-02-25remove charset.alias directlyAdam Vandenberg
2014-02-24Add nil check to partially address #26563Jack Nagel
2014-02-24Implement fails_with_llvm compat method in terms of fails_withJack Nagel
2014-02-23Remove unused variableJack Nagel
2014-02-23update docAdam Vandenberg
2014-02-23ignore skip_clean :allAdam Vandenberg
2014-02-23Cleaner: do work in clean instead of constructorAdam Vandenberg
2014-02-23latest xcode is 5.0.2Adam Vandenberg
2014-02-23add doctor check for HOMEBREW_KEEP_INFOAdam Vandenberg
2014-02-23Always keep info filesAdam Vandenberg
2014-02-22Hoist assignment to simplify a conditionalJack Nagel
2014-02-22create: make conditional more obviousJack Nagel
2014-02-22create: pull requires out of methodJack Nagel
2014-02-22Update method callJack Nagel
2014-02-22Remove download_strategy from SoftwareSpecJack Nagel
2014-02-22bottle: detail what a new regex should match.Mike McQuaid
2014-02-22bottle_version: add x264.Mike McQuaid
2014-02-22bottle_version: improve test filenames.Mike McQuaid
2014-02-22Use reader methodJack Nagel
2014-02-22Use standard assignment since #initialize is only called onceJack Nagel
2014-02-21Eliminate nil check on path parameterJack Nagel
2014-02-21Avoid ancestors.include?, klass1 < klass2 is fasterJack Nagel
2014-02-21Cache generated class namesJack Nagel
2014-02-21Move Formula.class_s to FormularyJack Nagel
2014-02-21Remove downloader from FormulaJack Nagel
2014-02-21Remove test with too much implementation knowledgeJack Nagel
2014-02-21Move methods to a more logical placeJack Nagel
2014-02-21Access bottle directly in FormulaInstallerJack Nagel
2014-02-21Adapt to Git 1.9's `submodule foreach` changesJosh Tilles
2014-02-20Delegate downloader to active_spec instead of storing it in an ivarJack Nagel
2014-02-20Consistently pass path into Formula constructorJack Nagel
2014-02-19Pass path into the Formula constructorJack Nagel
2014-02-19Eliminate some Pathname -> String -> Pathname conversionsJack Nagel
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-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