summaryrefslogtreecommitdiffstats
path: root/lib/bb/server
AgeCommit message (Expand)Author
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN
2013-09-13cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-09-13bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN
2013-09-01server/xmlrpc: stop server on client exitAlexandru DAMIAN
2013-09-01server/process, server/xmlrpc, runqueue: Use select.select() on fds, not time...Richard Purdie
2013-08-30server/xmlrpc: Increase timeout to 60sRichard Purdie
2013-08-26bitbake: Add ui event handlers filteringRichard Purdie
2013-08-26server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie
2013-08-26process: Improve exit handling and hangsRichard Purdie
2013-06-17knotty, xmlrpc: add observer-only modeAlexandru DAMIAN
2013-06-14compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie
2013-06-14xmlrpc: removes the event servers controllerAlexandru DAMIAN
2013-06-06xmlrpc: Allow server to remain memory residentAlexandru DAMIAN
2013-06-06bitbake server: create common server infrastructureAlexandru DAMIAN
2013-05-30bitbake: xmlrpc remote serverAlexandru DAMIAN
2013-05-30bitbake: xmlrpc transport has identification tokenAlexandru DAMIAN
2013-05-28server/bitbake: Remove launchUI methodRichard Purdie
2013-05-28server: Remove none serverRichard Purdie
2013-05-09lib: print is a function in moderm python, covert remaining usersRichard Purdie
2013-02-06bitbake: Always use separate process for PR ServiceRichard Purdie
2012-12-04xmlrpc: Unbreak the transport by adding a missing logfile nameRichard Purdie
2012-11-21server/process.py: Change timeout error handlingRichard Purdie
2012-11-01command: add error to return of runCommandChristopher Larson
2012-10-30bitbake/server: Remove dead console log codeRichard Purdie
2012-02-23bitbake: Add client socket info for BitBakeServerConnectionDongxiao Xu
2012-02-23bitbake: add -B option to bind with interfaceDongxiao Xu
2012-01-06xmlrpc: Change BitbakeServerInfo init functionDongxiao Xu
2011-07-07bitbake/process.py: Ensure queued UI events are queued right before we add ou...Richard Purdie
2011-06-15process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie
2011-06-15make exception handling syntax consistentScott Garman
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