summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
AgeCommit message (Expand)Author
2017-09-12server/process: ensure server failure log is limited to current sessionpaule/bb-fixesPaul Eggleton
2017-08-31cooker: Change to consistent prefile/postfile handlingRichard Purdie
2017-08-24process: Clean up connection retry logicRichard Purdie
2017-08-21process: Ensure we call select() to know which fds to readRichard Purdie
2017-08-15process: Increase server startup timeoutRichard Purdie
2017-08-14process: Improve client disconnectsRichard Purdie
2017-08-09server/process: Ensure we don't loop on client EOFErrorRichard Purdie
2017-08-08main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang
2017-08-08process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang
2017-07-31process: Add some extra server startup logsRichard Purdie
2017-07-31process: Reorder server command processing and handle EOFErrorRichard Purdie
2017-07-28process: Clean up server communication timeout errorsRichard Purdie
2017-07-28process: Don't leak open pipes upon reconnectionRichard Purdie
2017-07-28process/cooker: Allow UI process to know if the cooker was started successfullyRichard Purdie
2017-07-28process: Move socket keep alive into BitBakeProcessServerConnectionRichard Purdie
2017-07-28process: Allow BBUIEventQueue to exit cleanlyRichard Purdie
2017-07-28process: Ensure ConnectionReader/Writer have fileno() and close() methodsRichard Purdie
2017-07-24process: Change timeout warning to a noteRichard Purdie
2017-07-24cooker/process: Drop server_main functionRichard Purdie
2017-07-21server/process.py: fix self.bitbake_lock.write()Robert Yang
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-18server: Remove base classes and inline codeRichard Purdie
2017-07-18event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-07-18bb/server/process: Handle EINTR on idle_commands selectAníbal Limón
2017-07-07event: Queue offline events for the UIRichard Purdie
2017-07-07server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie
2017-01-23bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón
2016-12-16bitbake: remove True option to getVar calls (take 2)Joshua Lock
2016-12-14server/process: don't change UI process signal handler on terminatePaul Eggleton
2016-12-07cooker process: fire heartbeat event at regular time intervalsPatrick Ohly
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-13server/process: Fix missing log messages issueRichard Purdie
2016-03-24bitbake: xmlrpc: set single use mode differentlyEd Bartosh
2016-03-09server/process: Try connecting 4 times before giving upLucas Dutra Nunes
2016-01-29bitbake: Set process names to be meaninfulRichard Purdie
2015-09-08server/process: Handle SIGTERM more gracefullyRichard Purdie
2015-09-03event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-08-17Fix default function parameter assignment to a listPaul Eggleton
2015-06-19server/process: Don't log BBHandledExceptionRichard Purdie
2015-03-10cooker/server: Fix up 100% CPU usage at idleRichard Purdie
2015-01-23server/process: Fix select callRichard Purdie
2014-09-02process: Ensure abnormal exits set an error levelRichard Purdie
2014-08-22process: Further improve robustness against server shutdownRichard Purdie
2014-08-20process: Deal with infinite looping of the serverRichard Purdie
2014-03-09server/process: Optimise latency when finishing idle functionsRichard Purdie
2014-03-09server/process: Drop unnecessary exit delayRichard Purdie
2014-03-09server/process: Use a pipe for quit events instead of Event()Richard Purdie
2014-03-09server/process: Deal more gracefully with SIGTERMRichard Purdie
2014-03-09server/process: Use the setFeatures command on the server instead of a mangerRichard Purdie
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN