| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing output messages | Brian Dolbec | 2011-01-17 | 1 | -3/+22 |
* | add a generator for source types the same as source uris. | Brian Dolbec | 2011-01-17 | 2 | -11/+17 |
* | fix missing import | Brian Dolbec | 2011-01-17 | 1 | -0/+1 |
* | removing old action classes and cli | Brian Dolbec | 2011-01-17 | 1 | -570/+0 |
* | add a few more files to ignore | Brian Dolbec | 2011-01-16 | 1 | -0/+2 |
* | reload the _available_db after fetching | Brian Dolbec | 2011-01-16 | 1 | -0/+1 |
* | create a new cli interface to use the new api | Brian Dolbec | 2011-01-16 | 2 | -2/+291 |
* | overhaul the api, add several functions, delay loading of the db's, etc | Brian Dolbec | 2011-01-16 | 1 | -95/+133 |
* | update the version to show it is the api branch | Brian Dolbec | 2011-01-16 | 1 | -1/+1 |
* | move utility functions out of the Overlay class | Brian Dolbec | 2011-01-16 | 2 | -41/+60 |
* | add a linefeed to the hint message for better output separation | Brian Dolbec | 2011-01-16 | 1 | -2/+2 |
* | fix long lines and a typo, minor code improvements | Brian Dolbec | 2011-01-16 | 1 | -10/+19 |
* | Move color codes to a new file. | Brian Dolbec | 2011-01-16 | 2 | -14/+53 |
* | add optional repo list limiter to the list function | Brian Dolbec | 2011-01-16 | 1 | -2/+5 |
* | slight code change to my modified base. | Brian Dolbec | 2011-01-16 | 1 | -10/+10 |
* | update to using basestring instead of str. | Brian Dolbec | 2010-11-14 | 1 | -4/+5 |
* | Apply tulcod's g-common support changes. | Brian Dolbec | 2010-08-07 | 3 | -0/+78 |
* | some docstring updates | Brian Dolbec | 2010-07-16 | 1 | -2/+12 |
* | remove the extra comma that wrapped the dict in a tuple. | Brian Dolbec | 2010-07-16 | 1 | -1/+1 |
* | change add_repo and delete_repo to add_repos, | Brian Dolbec | 2010-07-16 | 1 | -6/+69 |
* | fix the docstrings to match current input types. | Brian Dolbec | 2010-07-15 | 1 | -7/+7 |
* | remove the extra comment marker used to force a push to my public repo | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
* | push a comment change to for an update in public | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
* | make the sync_results saved every time rather than conditional. | Brian Dolbec | 2010-07-11 | 1 | -2/+2 |
* | fix some typos, copy/paste errors, and debug/fix some changes to the api. | Brian Dolbec | 2010-07-11 | 1 | -8/+8 |
* | fix an unsaved copy/paste edit | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
* | Merge branch 'master' of git://layman.git.sourceforge.net/gitroot/layman/laym... | Brian Dolbec | 2010-07-11 | 17 | -456/+214 |
|\ |
|
| * | Prepare release of 1.4.1 (set release date, sync release notes) | Sebastian Pipping | 2010-07-09 | 4 | -13/+9 |
| * | Add script to ease up test suite invocation | Sebastian Pipping | 2010-07-08 | 1 | -0/+13 |
| * | Fix doctest error reported by dabbott | Sebastian Pipping | 2010-07-08 | 2 | -1/+4 |
| * | Catch keyboard interrupts (Ctrl+C) | Sebastian Pipping | 2010-07-08 | 2 | -1/+12 |
| * | Rename make target "release" to "dist" | Sebastian Pipping | 2010-07-08 | 1 | -2/+2 |
| * | Prepare release of 1.4.0 (set release date, sync release notes) | Sebastian Pipping | 2010-07-08 | 4 | -8/+14 |
| * | Close stdin of child processes in quiet mode | Sebastian Pipping | 2010-07-07 | 3 | -8/+22 |
| * | Replace os.system() by subprocess.Popen() | Sebastian Pipping | 2010-07-07 | 10 | -92/+123 |
| * | Improve command line API cases "layman" and "layman foo" | Sebastian Pipping | 2010-07-07 | 2 | -1/+15 |
| * | Tune usage summary display | Sebastian Pipping | 2010-07-07 | 1 | -4/+3 |
| * | Prepare release of 1.3.4 (set release date, sync release notes) | Sebastian Pipping | 2010-07-05 | 4 | -17/+9 |
| * | Add make target "doc" to main Makefile | Sebastian Pipping | 2010-07-05 | 1 | -2/+5 |
| * | No longer store generated file www/index.html | Sebastian Pipping | 2010-07-05 | 1 | -316/+0 |
| * | Change date format in change log from YYYY/MM/DD to YYYY-MM-DD | Sebastian Pipping | 2010-07-05 | 1 | -12/+12 |
* | | Merge branch 'master' into api | Brian Dolbec | 2010-07-11 | 3 | -2/+9 |
|\| |
|
| * | Propagate move of CVS and Subversion | Sebastian Pipping | 2010-07-05 | 3 | -2/+9 |
* | | Remove the Output class as it is not needed, was used for initial testing only. | Brian Dolbec | 2010-07-11 | 1 | -63/+0 |
* | | Add a get_option function as a convenience function for option retrieval inst... | Brian Dolbec | 2010-07-10 | 1 | -0/+5 |
* | | Modify the API to be more compatible with a c interface. | Brian Dolbec | 2010-07-10 | 1 | -37/+87 |
* | | Separate out the configs from the args parsing code. This will allow basic c... | Brian Dolbec | 2010-07-07 | 4 | -34/+97 |
* | | change the shebang because it would not run in my test environment | Brian Dolbec | 2010-07-06 | 1 | -1/+1 |
* | | create a new readme to explain a bit how to use the new api | Brian Dolbec | 2010-07-06 | 1 | -0/+57 |
* | | fix the remaining missed i renames to id | Brian Dolbec | 2010-07-06 | 1 | -18/+18 |