summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
AgeCommit message (Expand)Author
2018-02-14bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang
2017-09-25bitbake: server/process: Increase runCommand timeoutRichard Purdie
2017-09-12bitbake: server/process: ensure server failure log is limited to current sessionPaul Eggleton
2017-09-12bitbake: process/cooker: Improve readypipe handlingRichard Purdie
2017-08-31bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie
2017-08-24bitbake: process: Clean up connection retry logicRichard Purdie
2017-08-22bitbake: process: Ensure we call select() to know which fds to readRichard Purdie
2017-08-16bitbake: process: Increase server startup timeoutRichard Purdie
2017-08-16bitbake: process: Improve client disconnectsRichard Purdie
2017-08-13bitbake: server/process: Ensure we don't loop on client EOFErrorRichard Purdie
2017-08-09bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang
2017-08-09bitbake: process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang
2017-07-31bitbake: process: Add some extra server startup logsRichard Purdie
2017-07-31bitbake: process: Reorder server command processing and handle EOFErrorRichard Purdie
2017-07-30bitbake: process: Clean up server communication timeout errorsRichard Purdie
2017-07-30bitbake: process: Don't leak open pipes upon reconnectionRichard Purdie
2017-07-30bitbake: process/cooker: Allow UI process to know if the cooker was started s...Richard Purdie
2017-07-30bitbake: process: Move socket keep alive into BitBakeProcessServerConnectionRichard Purdie
2017-07-30bitbake: process: Allow BBUIEventQueue to exit cleanlyRichard Purdie
2017-07-30bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me...Richard Purdie
2017-07-24bitbake: process: Change timeout warning to a noteRichard Purdie
2017-07-24bitbake: cooker/process: Drop server_main functionRichard Purdie
2017-07-21bitbake: server/process.py: fix self.bitbake_lock.write()Robert Yang
2017-07-21bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-21bitbake: server: Remove base classes and inline codeRichard Purdie
2017-07-21bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-07-18bitbake: bb/server/process: Handle EINTR on idle_commands selectAníbal Limón
2017-07-08bitbake: server/xmlrpc: Add Heartbeat event supportRichard Purdie
2017-07-08bitbake: event: Queue offline events for the UIRichard Purdie
2017-07-08bitbake: server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie
2017-01-23bitbake: bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón
2016-12-16bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock
2016-12-14bitbake: server/process: don't change UI process signal handler on terminatePaul Eggleton
2016-12-14bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton
2016-12-07bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly
2016-07-21bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-20bitbake: bitbake: xmlrpc: implement check of connection to serverEd Bartosh
2016-06-02bitbake: xmlrpc: add parameter use_builtin_typesEd Bartosh
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-14bitbake: server/process: Fix missing log messages issueRichard Purdie
2016-03-24bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh
2016-03-09bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes
2016-03-09bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh
2016-01-30bitbake: bitbake: Set process names to be meaninfulRichard Purdie
2016-01-06bitbake: xmplrpc: split connect methodEd Bartosh
2016-01-06bitbake: uievent: add error to registerEventHandler returnEd Bartosh
2015-09-09bitbake: server/process: Handle SIGTERM more gracefullyRichard Purdie
2015-09-04bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-06-23bitbake: server/process: Don't log BBHandledExceptionRichard Purdie