summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
AgeCommit message (Expand)Author
2021-09-09server: Fix early parsing errors preventing zombie bitbakeyocto-3.3.32021-04.3-hardknott1.50.3Joshua Watt
2021-05-20server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-04-27bitbake-server: ensure server timeout is a floatRoss Burton
2020-10-11process: Show command exceptions in the server log as wellRichard Purdie
2020-09-05server/process: Note when commands complete in logsRichard Purdie
2020-09-05server/process: Prefix the log data with pid/time informationRichard Purdie
2020-09-05server/process: Ensure we don't keep looping if some other server is startedRichard Purdie
2020-09-05server/process: Don't show tracebacks if the lockfile is removedRichard Purdie
2020-09-05server/process: Ensure logging is flushedRichard Purdie
2020-09-05process: Avoid printing binary strings for leftover processesRichard Purdie
2020-09-03process.py: Handle SystemExit exception to eliminate backtraceMark Hatle
2020-09-02process/knotty: Improve early exception handlingRichard Purdie
2020-08-26server/process: Fix typo in code causing tracebacksRichard Purdie
2020-08-26process: Avoid bb.utils.timeoutRichard Purdie
2020-08-25server/process: Use sys.executable for bitbake-serverRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25server/process: Add bitbake-server and exec() a new server processRichard Purdie
2020-08-24server/process: Log extra threads at exitRichard Purdie
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-08-24server/process: Move the socket code to server process onlyRichard Purdie
2020-08-24cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-12server/process: Add extra logfile flushingRichard Purdie
2020-08-12server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie
2020-08-12server/process: Simplfy idle callback handler functionRichard Purdie
2020-08-12server/process: Remove pointless process forkingRichard Purdie
2020-07-27server/process: Account for xmlrpc connectionsRichard Purdie
2020-07-27server/process: Fix UI first connection trackingRichard Purdie
2020-07-20server/process: Fix note reference -> infoRichard Purdie
2020-07-12server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie
2020-07-12server/process: Fix a rare lockfile raceRichard Purdie
2020-07-07server/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