summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* bitbake: server/process: Increase runCommand timeoutRichard Purdie2017-09-251-1/+1
* bitbake: server/process: ensure server failure log is limited to current sessionPaul Eggleton2017-09-121-3/+25
* bitbake: process/cooker: Improve readypipe handlingRichard Purdie2017-09-121-4/+13
* bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie2017-08-311-6/+0
* bitbake: process: Clean up connection retry logicRichard Purdie2017-08-241-4/+4
* bitbake: process: Ensure we call select() to know which fds to readRichard Purdie2017-08-221-1/+1
* bitbake: process: Increase server startup timeoutRichard Purdie2017-08-161-1/+1
* bitbake: process: Improve client disconnectsRichard Purdie2017-08-161-15/+23
* bitbake: server/process: Ensure we don't loop on client EOFErrorRichard Purdie2017-08-131-2/+2
* bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang2017-08-091-1/+2
* bitbake: process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang2017-08-091-0/+2
* bitbake: process: Add some extra server startup logsRichard Purdie2017-07-311-1/+4
* bitbake: process: Reorder server command processing and handle EOFErrorRichard Purdie2017-07-311-13/+18
* bitbake: process: Clean up server communication timeout errorsRichard Purdie2017-07-301-12/+3
* bitbake: process: Don't leak open pipes upon reconnectionRichard Purdie2017-07-301-1/+18
* bitbake: process/cooker: Allow UI process to know if the cooker was started s...Richard Purdie2017-07-301-2/+18
* bitbake: process: Move socket keep alive into BitBakeProcessServerConnectionRichard Purdie2017-07-301-4/+6
* bitbake: process: Allow BBUIEventQueue to exit cleanlyRichard Purdie2017-07-301-3/+8
* bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me...Richard Purdie2017-07-301-0/+9
* bitbake: process: Change timeout warning to a noteRichard Purdie2017-07-241-1/+1
* bitbake: cooker/process: Drop server_main functionRichard Purdie2017-07-241-1/+21
* bitbake: server/process.py: fix self.bitbake_lock.write()Robert Yang2017-07-211-2/+2
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-215-701/+705
* bitbake: server: Remove base classes and inline codeRichard Purdie2017-07-213-86/+80
* bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie2017-07-211-1/+6
* bitbake: bb/server/process: Handle EINTR on idle_commands selectAníbal Limón2017-07-181-1/+6
* bitbake: server/xmlrpc: Add Heartbeat event supportRichard Purdie2017-07-081-0/+26
* bitbake: event: Queue offline events for the UIRichard Purdie2017-07-082-2/+2
* bitbake: server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie2017-07-081-0/+2
* bitbake: bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón2017-01-231-1/+3
* bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock2016-12-161-1/+1
* bitbake: server/process: don't change UI process signal handler on terminatePaul Eggleton2016-12-141-1/+0
* bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton2016-12-141-1/+1
* bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly2016-12-071-0/+25
* bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh2016-07-211-3/+16
* bitbake: bitbake: xmlrpc: implement check of connection to serverEd Bartosh2016-07-201-0/+17
* bitbake: xmlrpc: add parameter use_builtin_typesEd Bartosh2016-06-021-1/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-022-27/+29
* bitbake: server/process: Fix missing log messages issueRichard Purdie2016-05-141-4/+4
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-242-5/+5
* bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes2016-03-091-4/+6
* bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh2016-03-091-3/+1
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+2
* bitbake: xmplrpc: split connect methodEd Bartosh2016-01-062-2/+5
* bitbake: uievent: add error to registerEventHandler returnEd Bartosh2016-01-061-2/+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-042-2/+2
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-192-3/+8
* bitbake: server/process: Don't log BBHandledExceptionRichard Purdie2015-06-231-2/+3
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-102-0/+6