Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix URL to herds.xml. | Robin H. Johnson | 2015-04-19 | 1 | -1/+2 |
* | Add PDEPEND support. | Robin H. Johnson | 2012-04-01 | 1 | -1/+14 |
* | Handle output that does not contain any herds. | Robin H. Johnson | 2012-02-20 | 1 | -1/+4 |
* | This has been running already for bug #381415, but it doesn't quite work. | Robin H. Johnson | 2011-11-17 | 1 | -2/+7 |
* | rdeps: New URL for {r,d}index, bug 359977 | Jeremy Olexa | 2011-04-07 | 1 | -2/+2 |
* | 404 for herds. | Robin H. Johnson | 2010-11-19 | 1 | -0/+2 |
* | New nocolor support for earch. | Robin H. Johnson | 2010-11-17 | 1 | -1/+1 |
* | lowercase dev names for matching. | Robin H. Johnson | 2009-06-18 | 1 | -1/+1 |
* | Exception handling is important. | Robin H. Johnson | 2008-11-14 | 1 | -1/+15 |
* | Escape regex metachars. | Robin H. Johnson | 2008-11-14 | 1 | -0/+1 |
* | Allow + in package names. | Robin H. Johnson | 2008-11-13 | 1 | -1/+1 |
* | New URL for alias expansion. | Robin H. Johnson | 2008-08-21 | 1 | -1/+2 |
* | add alias for devaway. | Robin H. Johnson | 2008-08-19 | 1 | -0/+8 |
* | Ensure sockets get closed. | Robin H. Johnson | 2008-08-19 | 1 | -0/+4 |
* | Fix bug #234290, include who is noted as way. | Robin H. Johnson | 2008-08-10 | 1 | -2/+7 |
* | Always thread. | Robin H. Johnson | 2008-08-07 | 1 | -0/+11 |
* | Fix earch output. | Robin H. Johnson | 2008-08-06 | 1 | -2/+1 |
* | Allow local lookups for GLSA. | Robin H. Johnson | 2008-07-31 | 1 | -6/+13 |
* | Fix error output from meta. | Robin H. Johnson | 2008-07-31 | 1 | -1/+6 |
* | Convert to a local copy of qsearch for package name validation. | Robin H. Johnson | 2008-07-31 | 1 | -2/+9 |
* | Add support for not-a-herd thanks to kojiro. | Robin H. Johnson | 2008-07-31 | 1 | -4/+20 |
* | Add tester for valid packages. | Robin H. Johnson | 2008-07-30 | 1 | -0/+14 |
* | Sort the results, use an array since that's better and less hacky :) | Mark Loeser | 2008-06-09 | 1 | -14/+4 |
* | Now follow maintainingproject tag | Mark Loeser | 2008-06-09 | 1 | -0/+12 |
* | Always make sure to validate CP and exit if needed. | Robin H. Johnson | 2008-06-06 | 1 | -0/+2 |
* | I suck and forgot to remove the todo | Mark Loeser | 2008-06-05 | 1 | -1/+0 |
* | Add in 404 handling for glsas | Mark Loeser | 2008-06-05 | 1 | -9/+13 |
* | Mark the TODOs clearly | Mark Loeser | 2008-06-05 | 1 | -1/+1 |
* | Caching for expn done | Mark Loeser | 2008-06-05 | 1 | -6/+15 |
* | Make the herd parsing a bit faster | Mark Loeser | 2008-06-05 | 1 | -6/+11 |
* | response_prefix is not needed as you can just set the config var for core.rep... | Robin H. Johnson | 2008-06-06 | 1 | -20/+15 |
* | Make python location variable. | Robin H. Johnson | 2008-06-06 | 1 | -4/+13 |
* | Change the max length logic to match the old TCL. 400 chars is the limit. | Robin H. Johnson | 2008-06-06 | 1 | -1/+1 |
* | Implement rdep and ddep. | Robin H. Johnson | 2008-06-06 | 1 | -2/+16 |
* | Wire up validate_package to all functions that use package names. | Robin H. Johnson | 2008-06-06 | 1 | -4/+11 |
* | Split out the package name validation for seperate caching. | Robin H. Johnson | 2008-06-06 | 1 | -13/+24 |
* | Group like functions. | Robin H. Johnson | 2008-06-06 | 1 | -4/+4 |
* | Dot i's, Cross t's. | Robin H. Johnson | 2008-06-06 | 1 | -4/+4 |
* | Nice idea, but does not work right. | Robin H. Johnson | 2008-06-06 | 1 | -0/+13 |
* | Old require not needed. | Robin H. Johnson | 2008-06-06 | 1 | -2/+0 |
* | The initial version of the package validation for rindex. Has minor issues of... | Robin H. Johnson | 2008-06-05 | 1 | -3/+39 |
* | Add in cache for herd. | Robin H. Johnson | 2008-06-05 | 1 | -4/+19 |
* | Implement help output. | Robin H. Johnson | 2008-06-05 | 1 | -0/+29 |
* | Convert expn to httputil. | Robin H. Johnson | 2008-06-05 | 1 | -4/+2 |
* | convert devaway to httputil. | Robin H. Johnson | 2008-06-05 | 1 | -4/+2 |
* | Convert herd to httputil. | Robin H. Johnson | 2008-06-05 | 1 | -4/+2 |
* | Convert glsa to using httputil. | Robin H. Johnson | 2008-06-05 | 1 | -4/+2 |
* | Implement earch. | Robin H. Johnson | 2008-06-05 | 1 | -1/+10 |
* | I suck at syntax :P | Mark Loeser | 2008-06-04 | 1 | -3/+3 |
* | Add all of the todo's that we have left | Mark Loeser | 2008-06-04 | 1 | -0/+32 |