Age | Commit message (Expand) | Author | Files |
2011-01-04 | Rename the ui 'init' method to 'main' | Chris Larson | 6 |
2011-01-04 | cooker: use re match, not search in re_match_strings | Chris Larson | 1 |
2011-01-04 | taskdata: use 'any' in re_match_strings | Chris Larson | 1 |
2011-01-04 | cooker: add shutdown/stop methods | Chris Larson | 2 |
2011-01-04 | cooker: merge cookerState and cookerAction | Chris Larson | 2 |
2011-01-04 | cooker: use a pool, abort on first parse error | Chris Larson | 1 |
2011-01-04 | knotty: use enumerate for task waiting | Chris Larson | 1 |
2011-01-04 | knotty: shift non-interactive progress into a class | Chris Larson | 1 |
2011-01-04 | Fix the <100 recipe progress fix | Chris Larson | 1 |
2011-01-04 | Error more pleasantly when trying to use python2.4 | Chris Larson | 1 |
2011-01-04 | Don't show a traceback for a python version error | Chris Larson | 1 |
2011-01-04 | cooker: don't choke on <100 recipes to parse | Chris Larson | 1 |
2011-01-04 | cooker: no cached in progressbar and add ETA | Chris Larson | 3 |
2011-01-04 | cache: change to more incremental format | Chris Larson | 1 |
2011-01-04 | cooker: pass back child exceptions to the server | Chris Larson | 1 |
2011-01-04 | vercmp: don't choke on empty first version components | Chris Larson | 1 |
2011-01-04 | Use __file__, not sys.argv[0] | Chris Larson | 2 |
2011-01-04 | cache: ensure 'pn' is included in the pkgvars | Chris Larson | 1 |
2011-01-04 | knotty: drop the ETA from the progressbar for now | Chris Larson | 1 |
2011-01-04 | cooker: ensure that the cache sync completes | Chris Larson | 1 |
2011-01-04 | cooker: get number of threads in constructor | Chris Larson | 1 |
2011-01-04 | cooker: don't add info for skipped recipes | Chris Larson | 1 |
2011-01-04 | cooker: show progress bar before initializing the cache | Chris Larson | 1 |
2011-01-04 | cooker: save progress chunk value (total/100) | Chris Larson | 1 |
2011-01-04 | cooker: stop loading the cache for -b | Chris Larson | 4 |
2011-01-04 | cooker: don't fire unnecessary parse progress events | Bob Foerster | 1 |
2011-01-04 | cache: don't add info to cache if cache is disabled | Chris Larson | 1 |
2011-01-04 | cache: sync the cache file to disk in the background | Chris Larson | 4 |
2011-01-04 | Simplify cache syncing | Chris Larson | 1 |
2011-01-04 | Experimental usage of the 'progressbar' module | Chris Larson | 2 |
2011-01-04 | Implement parallel parsing support | Chris Larson | 3 |
2011-01-04 | cache: don't write out the cache unnecessarily | Chris Larson | 1 |
2011-01-04 | cache: create and use a RecipeInfo class | Chris Larson | 2 |
2011-01-04 | Prefer xrange over range for small performance gain. | Bob Foerster | 4 |
2011-01-04 | Revert "svn fetcher: warn people to switch to SRCREV" | Chris Larson | 1 |
2011-01-04 | cache: make loadDataFull a classmethod | Chris Larson | 1 |
2011-01-04 | svn fetcher: warn people to switch to SRCREV | Bernhard Reutner-Fischer | 1 |
2011-01-04 | fetch: be more pythonic | Bernhard Reutner-Fischer | 9 |
2011-01-04 | fetch: use os.path.join | Bernhard Reutner-Fischer | 1 |
2011-01-04 | fetch: add common helper _strip_leading_slashes() | Bernhard Reutner-Fischer | 6 |
2011-01-04 | fetch: rename suppports_srcrev to supports_srcrev | Bernhard Reutner-Fischer | 6 |
2011-01-04 | cache: Add debug msg for a nonexistant dep file | Chris Larson | 1 |
2011-01-04 | cache: use new style classes | Chris Larson | 1 |
2011-01-04 | cache: pyflakes/pep8/pylint cleanup | Chris Larson | 1 |
2011-01-04 | cache: use set for clean, checked | Chris Larson | 1 |
2011-01-04 | cache: make use of defaultdict | Chris Larson | 1 |
2011-01-04 | Pre-explode rundeps/runrecs in CacheData | Chris Larson | 3 |
2011-01-04 | persist_data: handle locked db for SELECT | Chris Larson | 1 |
2011-01-04 | BBHandler: use os.path in inherit() | Bernhard Reutner-Fischer | 1 |
2011-01-04 | BBHandler: simplify supports() | Bernhard Reutner-Fischer | 1 |