summaryrefslogtreecommitdiffstats
path: root/lib/bb/server
AgeCommit message (Expand)Author
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