summaryrefslogtreecommitdiffstats
path: root/lib/bb/server
AgeCommit message (Expand)Author
2011-06-08bitbake/server: Add the none server back for nowRichard Purdie
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-06-08cooker/process.py: Move profiling code to a place it can be reused by differe...Richard Purdie
2011-05-27server: add updated/fixed xmlrpc server from PokyJoshua Lock
2011-03-03server: use local fixed _bootstrap when appropriateChris Larson
2011-02-15server: clean up call of write_profile_statsChris Larson
2011-02-15server: add profiling support to ProcessServerChris Larson
2010-12-18Revert "server: kill stdin/stdout/stderr"Chris Larson
2010-12-18server: fix NULL file modeChris Larson
2010-12-17server: drop none and xmlrpcChris Larson
2010-12-17Timeout UI runCommand calls if server doesn't respond (or dies)Bob Foerster
2010-12-17Ensure LogHandler is set up for the server constructionChris Larson
2010-12-16Forcibly shut down the server if the UI is terminatedChris Larson
2010-12-16server: ensure the cooker is stopped when shutting downChris Larson
2010-12-16server: kill stdin/stdout/stderrChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-08bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock
2010-12-03bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-19Drop version requirement to 2.5 apart from XMLRPC modeRichard Purdie
2010-01-19event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie
2010-01-19server/xmlrpc: Fix idle timeout handling and missing parameterRichard Purdie
2010-01-18server: Improve idle handling timeoutsRichard Purdie
2010-01-18Add none server type to avoid xmlrpc in the default caseRichard Purdie
2010-01-14Solidify server class creationRichard Purdie
2010-01-14Move xmlrpcserver.py into lib/bb/server as xmlrpc.pyRichard Purdie