summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
AgeCommit message (Expand)Author
2022-04-16server/process: Disable gc around critical sectionyocto-3.1.17yocto-3.1.162020-04.17-dunfell2020-04.16-dunfell1.46.171.46.16Richard Purdie
2022-03-28server/process: Note when commands complete in logsRichard Purdie
2021-11-22process/knotty: Improve early exception handlingRichard Purdie
2021-10-23bitbake: correct deprecation warning in process.pyAlexander Kanavin
2021-09-24server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2020-07-29server/process: Account for xmlrpc connectionsRichard Purdie
2020-07-29server/process: Fix UI first connection trackingRichard Purdie
2020-07-21server/process: Fix note reference -> infoRichard Purdie
2020-07-13server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie
2020-07-13server/process: Fix a rare lockfile raceRichard Purdie
2020-07-13server/process: Increase timeout for commandsRichard Purdie
2019-08-16bitbake: server/process: Handle BBHandledException to avoid unexpected except...Robert Yang
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-02-05server/process: Add missing exception raiseRichard Purdie
2018-12-26process: Rewrite multiple connection handlingRichard Purdie
2018-12-26process: Handle EWOULDBLOCK in socket connectRichard Purdie
2018-12-26process.py: Set socket timeout to 10 secondsRichard Purdie
2018-12-14server/process: Ensure socket has a timeout setRichard Purdie
2018-12-07server/process: Increase server startup time delayRichard Purdie
2018-12-05process: Flush key output to logsRichard Purdie
2018-12-05server/process: Handle short readsRichard Purdie
2018-12-05server/process: Make lockfile handling clearerRichard Purdie
2018-12-01server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-11-27server/process: Show the last 60 log lines, not the last 10Richard Purdie
2018-11-27server/process: Show last 60 lines of the log if the server didn't startRichard Purdie
2018-11-16server/process: print a message when no logfileRobert Yang
2018-11-13lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2018-11-06server/process: Fix unclosed socket warnings upon server connection refusedRichard Purdie
2018-09-04server/process: Various server startup logging fixesRichard Purdie
2018-07-25server/process: Always place the server logfile in the build directoryRichard Purdie
2018-02-09bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang
2017-09-22server/process: Increase runCommand timeoutRichard Purdie
2017-09-12server/process: ensure server failure log is limited to current sessionPaul Eggleton
2017-09-11process/cooker: Improve readypipe handlingRichard Purdie
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