aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/server
AgeCommit message (Expand)Author
2022-06-26server/process: Fix logging issues where only the first message was displayedyocto-4.0.3yocto-4.0.22022-04.3-kirkstone2022-04.2-kirkstone2.0.32.0.2Richard Purdie
2022-05-12server/process: Drop unused importRichard Purdie
2022-04-03server/process: Disable gc around critical sectionRichard Purdie
2022-03-30cooker/process: Fix signal handling lockupsRichard Purdie
2022-03-28server/process: Correct a typo in a commentPeter Kjellerstedt
2022-03-26server/process: Move threads left debug to after cooker shutdownRichard Purdie
2022-03-08server/xmlrpcserver: Add missing xmlrpcclient importRichard Purdie
2021-11-03lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-09-16bitbake: correct deprecation warning in process.pyAlexander Kanavin
2021-09-01cooker/process: Fix typos in exiting messageMartin Jansa
2021-08-06process: Improve traceback error reporting from main loopRichard Purdie
2021-07-20server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-05-18server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-04-20bitbake-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
2020-01-19lib: remove unused importsFrazer Clews
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