aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2008-07-27[cvs] Allow to checkout by date and timeHolger Hans Peter Freyther
2008-07-19providers.py: Fix indentation errorsRichard Purdie
2008-07-19providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a mo...Richard Purdie
2008-06-10Revert the '-' character fix in class names since it breaks thingsRichard Purdie
2008-05-21build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie
2008-05-19BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie
2008-05-11Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther
2008-05-09runqueue.py: Add bb.runqueue.check_stamp_fn() for use by packaged-staging, al...Richard Purdie
2008-05-09runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie
2008-05-09runqueue.py: Flush stdout/stderr before forking to fix duplicate console outputRichard Purdie
2008-05-09providers.py: No longer weight providers on the basis of a package being "alr...Richard Purdie
2008-05-05runqueue.py: Fix default whitelist variable valueRichard Purdie
2008-05-04runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to...Richard Purdie
2008-05-04providers.py: Improve runtime PREFERRED_PROVIDERS warning messages to be more...Richard Purdie
2008-04-27fetchers: Tweak the new checkstatus code to handle some corner cases betterRichard Purdie
2008-04-27trunk cvs.py: Sync with 1.8 branchRichard Purdie
2008-04-27ncurses.py: Develop slightly further, various improvementsRichard Purdie
2008-04-27uihelper.py: Fill out the code a bit moreRichard Purdie
2008-04-27runqueue.py: Improve failed task state engine handlingRichard Purdie
2008-04-27cooker.py: Reorder calls to avoid cache issuesRichard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2008-04-08fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie
2008-04-08fetch/cvs.py Add proxy support to CVS fetcher (patch from Cyril Chemparathy/P...Richard Purdie
2008-04-06Add experimental/toy dependency explorer UI (based on some code from Ross Bur...Richard Purdie
2008-04-06xmlrpcserver.py: Drop python 2.4 hacks, add BitBakeServerCommands class to ma...Richard Purdie
2008-04-06event.py: Clean up the event handling code and some legacy funtionsRichard Purdie
2008-04-06utils.py: Improve compile/execute error messagesRichard Purdie
2008-04-06knotty.py: Rename frontend to server to make things a bit clearerRichard Purdie
2008-03-28cache.py: Fix a bug where changed files weren't getting spotted and an invali...Richard Purdie
2008-03-17git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie
2008-03-16Add return value handling (thanks pH5)Richard Purdie
2008-03-16cooker.py: Remove leftover from old code, fixing double parsing whe using the...Richard Purdie
2008-03-15cooker.py: Turn buildFile into a fully blown offline command with idle functi...Richard Purdie
2008-03-15build.py: Fix incorrect variables (thanks pH5)Richard Purdie
2008-03-13cache.py: Ignore cache load errors and always just rebuildRichard Purdie
2008-03-13build.py: Fix incorrect variable nameRichard Purdie
2008-03-13runqueue.py: Fix typo (thanks pH5)Richard Purdie
2008-03-13ui/knotty.py: Ignore StampUpdate eventsRichard Purdie
2008-03-13cache.py: Improve the way various data structures are handled to speed up the...Richard Purdie
2008-03-13runqueue.py: Fix problems with recrdeptask handling where some idepends weren...Richard Purdie
2008-03-13runqueue.py: Switch to check_stamp code since its simpler than check_stamps a...Richard Purdie
2008-03-13runqueue.py: Fix check_stamps functionRichard Purdie
2008-03-08cooker: fix traceback when using -b and -f togetherMichael 'Mickey' Lauer
2008-03-06taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie
2008-02-29cache.py: Bump the cache version since digraph was removed and mayb still be ...Richard Purdie
2008-02-28build.py: Fix task variable expansion issueRichard Purdie
2008-02-28runqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variablesRichard Purdie
2008-02-27runqueue.py: Fix recursive looping issueRichard Purdie
2008-02-27fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard Purdie