aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
AgeCommit message (Expand)Author
2024-02-10process/server: Fix typoRichard Purdie
2024-02-10process: Add profile logging for main loopRichard Purdie
2024-01-10server/process: catch and expand multiprocessing connection exceptionsMark Asselstine
2023-09-26bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton
2023-09-18server/process: Disable the flush() call in server loggingRichard Purdie
2023-09-18lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-05server/process: Add more timing debugRichard Purdie
2023-08-11server/process: fix sig handleYang Xu
2023-06-30server/process: Show command in timeout messageRichard Purdie
2023-06-01server: Fix crash when checking lock fileJoshua Watt
2023-02-20server/process: Improve idle thread exception handlingRichard Purdie
2023-01-24server/process: Fix lockfile contents check bugRichard Purdie
2023-01-14server/process: Improve lockfile handling at exitRichard Purdie
2023-01-11server/process: Move heartbeat to idle threadRichard Purdie
2023-01-11process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-06cooker: Clean up inotify idle handlerRichard Purdie
2023-01-05lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2022-12-30server/process: Run idle commands in a separate idle threadRichard Purdie
2022-12-30server/process: Add locking around idle functions accessesRichard Purdie
2022-12-30server/process: Improve idle loop exit codeRichard Purdie
2022-12-30server/process: Improve exception and idle function loggingRichard Purdie
2022-12-30event: Add enable/disable heartbeat codeRichard Purdie
2022-12-21server/process: Add bitbake.sock race handlingRichard Purdie
2022-12-17process: log odd unlink events with bitbake.sockFrank de Brabander
2022-12-13main/process: Add extra sockname debuggingRichard Purdie
2022-12-08main/server: Add lockfile debugging upon server retryRichard Purdie
2022-11-20server: Ensure cooker profiling worksRichard Purdie
2022-06-25server/process: Fix logging issues where only the first message was displayedRichard Purdie
2022-06-10server/process: Avoid tracebacks at exitRichard Purdie
2022-06-08server/process: Remove daemonic thread usageRichard Purdie
2022-06-08server/process: Avoid risk of exception deadlocksRichard Purdie
2022-04-21server/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
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