aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/search.rb
AgeCommit message (Expand)Author
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-04-27Respect tap directory layout when searchingJack Nagel
2014-04-27Use canonical_name to canonicalize aliasesJack Nagel
2014-04-27Search results should always be sortedJack Nagel
2014-04-27Use Formulary.factory to find formula in tapsJack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-24Make the on-disk representation of taps unambiguousTsukasa OMOTO
2014-04-18search: move nginx to Homebrew organisation.Mike McQuaid
2014-04-10Migrate homebrew-php to Homebrew organization.Mike McQuaid
2014-02-16search: use a queue to collect errorsJack Nagel
2014-02-13Use a more accurate method name and drop unhelpful blockJack Nagel
2014-02-12Pass the string instead of reconstructing it from a regexpJack Nagel
2014-02-08Drop unnecessary map + compact in search_tapJack Nagel
2014-02-08Prevent repeated warnings when GitHub API rate limit is exceededJack Nagel
2014-02-08Raise only GitHub::Error from GitHub.openJack Nagel
2014-02-08Parse JSON early in GitHub moduleJack Nagel
2014-02-08Don't mutate argument in search_tapJack Nagel
2014-01-09search: handle tap not found and suggest update.Mike McQuaid
2013-12-28homebrew-python has moved to Homebrew org.Mike McQuaid
2013-11-17retire homebrew/x11Adam Vandenberg
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
2013-10-22Different regex for user/tap/formula and user/tap.Mike McQuaid
2013-10-21global: unify tap regex.Mike McQuaid
2013-09-03brew search <user>/<repo> [substring]Samuel John
2013-08-14add ubuntu package searchAdam Vandenberg
2013-08-09Add fedora to brew searchAdam Vandenberg
2013-08-05Add opensuse package searchAdam Vandenberg
2013-08-05Search marcqualie/nginxAdam Vandenberg
2013-08-03Add homebrew-binary to searchAdam Vandenberg
2013-07-28search: silence JSON decode errorsJack Nagel
2013-07-15Clarify behavior of `brew search` without an argumentJack Nagel
2013-07-01Better behavior for failed connections in `brew search`Jack Nagel
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-12Rename variables for clarityJack Nagel
2013-06-12Extract search_taps methodJack Nagel
2013-06-12Pull tap list into a constantJack Nagel
2013-06-12Remove use of global variableJack Nagel
2013-06-12Rename methodJack Nagel
2013-06-12Extract query constructionJack Nagel
2013-06-12Use inspect instead of escaping quotesJack Nagel
2013-06-12Move require out of methodJack Nagel
2013-05-27Add `brew search --debian <f>`Adam Vandenberg
2013-05-22Remove unnecessary rescue-all exception handlingDaniel 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-02-10search homebrew-x11Adam Vandenberg
2013-01-30brew-search: search homebrew/apache tap.Mike McQuaid
2013-01-23brew search looks in samueljohn/python, too.Samuel John
2013-01-23Add Homebrew-completions to searchAdam Vandenberg
2012-12-27Respect BROWSER environment variableJack Nagel