summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-194-50/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-194-0/+8
* bitbake: server/process: Add missing exception raiseRichard Purdie2019-02-061-0/+1
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2018-12-261-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2018-12-261-1/+8
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2018-12-261-1/+1
* bitbake: server/process: Ensure socket has a timeout setRichard Purdie2018-12-151-0/+2
* bitbake: server/process: Increase server startup time delayRichard Purdie2018-12-081-1/+4
* bitbake: process: Flush key output to logsRichard Purdie2018-12-051-0/+4
* bitbake: server/process: Handle short readsRichard Purdie2018-12-051-3/+3
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2018-12-051-4/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-011-1/+2
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2018-11-271-2/+2
* bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie2018-11-271-0/+6
* bitbake: server/process: print a message when no logfileRobert Yang2018-11-191-0/+4
* bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie2018-11-141-3/+3
* bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie2018-11-071-8/+7
* bitbake: server/process: Various server startup logging fixesRichard Purdie2018-09-051-10/+10
* bitbake: server/process: Always place the server logfile in the build directoryuninative-2.2Richard Purdie2018-07-251-2/+3
* bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang2018-02-141-0/+2
* 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