summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/process.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-4/+4
* bitbake: server/process: Fix missing log messages issueRichard Purdie2016-05-141-4/+4
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-241-1/+1
* bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes2016-03-091-4/+6
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+2
* bitbake: server/process: Handle SIGTERM more gracefullyRichard Purdie2015-09-091-0/+9
* bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie2015-09-041-1/+1
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-1/+3
* bitbake: server/process: Don't log BBHandledExceptionRichard Purdie2015-06-231-2/+3
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-101-0/+3
* bitbake: server/process: Fix select callRichard Purdie2015-01-231-1/+1
* bitbake: process: Ensure abnormal exits set an error levelRichard Purdie2014-09-021-1/+1
* bitbake: process: Further improve robustness against server shutdownRichard Purdie2014-08-231-3/+14
* bitbake: process: Deal with infinite looping of the serverRichard Purdie2014-08-231-0/+2
* bitbake: server/process: Optimise latency when finishing idle functionsRichard Purdie2014-03-101-0/+1
* bitbake: server/process: Drop unnecessary exit delayRichard Purdie2014-03-101-1/+0
* bitbake: server/process: Use a pipe for quit events instead of Event()Richard Purdie2014-03-101-5/+9
* bitbake: server/process: Deal more gracefully with SIGTERMRichard Purdie2014-03-101-1/+15
* bitbake: server/process: Use the setFeatures command on the server instead of...Richard Purdie2014-03-101-13/+8
* bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN2013-09-221-5/+18
* bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie2013-09-141-1/+1
* bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie2013-09-011-5/+6
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-4/+8
* bitbake: process: Improve exit handling and hangsRichard Purdie2013-08-261-19/+17
* bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie2013-06-141-46/+0
* bitbake: bitbake server: create common server infrastructureAlexandru DAMIAN2013-06-071-33/+20
* bitbake: server/bitbake: Remove launchUI methodRichard Purdie2013-05-301-4/+0
* bitbake: bitbake: Always use separate process for PR ServiceRichard Purdie2013-02-061-1/+1
* bitbake: server/process.py: Change timeout error handlingRichard Purdie2012-11-211-2/+2
* bitbake: command: add error to return of runCommandChristopher Larson2012-11-011-1/+1
* bitbake: bitbake/server: Remove dead console log codeRichard Purdie2012-11-011-1/+1
* bitbake/process.py: Ensure queued UI events are queued right before we add ou...Richard Purdie2011-07-071-3/+2
* process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie2011-06-161-1/+1
* make exception handling syntax consistentScott Garman2011-06-151-2/+2
* bitbake/server/process: Implement getEvent()Richard Purdie2011-06-081-0/+7
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-081-32/+75
* bitbake: Add process server from upstream bitbakeRichard Purdie2011-06-081-0/+221