summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/process.py
AgeCommit message (Expand)Author
2024-02-10bitbake: process/server: Fix typoRichard Purdie
2024-02-10bitbake: process: Add profile logging for main loopRichard Purdie
2024-01-10bitbake: server/process: catch and expand multiprocessing connection exceptionsMark Asselstine
2023-09-26bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton
2023-09-18bitbake: server/process: Disable the flush() call in server loggingRichard Purdie
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-09-05bitbake: server/process: Add more timing debugRichard Purdie
2023-08-11bitbake: server/process: fix sig handleYang Xu
2023-06-30bitbake: server/process: Show command in timeout messageRichard Purdie
2023-06-01bitbake: server: Fix crash when checking lock fileJoshua Watt
2023-02-20bitbake: server/process: Improve idle thread exception handlingRichard Purdie
2023-01-24bitbake: server/process: Fix lockfile contents check bugRichard Purdie
2023-01-14bitbake: server/process: Improve lockfile handling at exitRichard Purdie
2023-01-11bitbake: server/process: Move heartbeat to idle threadRichard Purdie
2023-01-11bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-06bitbake: cooker: Clean up inotify idle handlerRichard Purdie
2023-01-05bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2022-12-31bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie
2022-12-31bitbake: server/process: Add locking around idle functions accessesRichard Purdie
2022-12-31bitbake: server/process: Improve idle loop exit codeRichard Purdie
2022-12-31bitbake: server/process: Improve exception and idle function loggingRichard Purdie
2022-12-31bitbake: event: Add enable/disable heartbeat codeRichard Purdie
2022-12-21bitbake: server/process: Add bitbake.sock race handlingRichard Purdie
2022-12-17bitbake: process: log odd unlink events with bitbake.sockFrank de Brabander
2022-12-13bitbake: main/process: Add extra sockname debuggingRichard Purdie
2022-12-09bitbake: main/server: Add lockfile debugging upon server retryRichard Purdie
2022-11-20bitbake: server: Ensure cooker profiling worksRichard Purdie
2022-06-25bitbake: server/process: Fix logging issues where only the first message was ...Richard Purdie
2022-06-10bitbake: server/process: Avoid tracebacks at exitRichard Purdie
2022-06-08bitbake: server/process: Remove daemonic thread usageRichard Purdie
2022-06-08bitbake: server/process: Avoid risk of exception deadlocksRichard Purdie
2022-04-21bitbake: server/process: Drop unused importRichard Purdie
2022-04-03bitbake: server/process: Disable gc around critical sectionRichard Purdie
2022-03-30bitbake: cooker/process: Fix signal handling lockupsRichard Purdie
2022-03-28bitbake: server/process: Correct a typo in a commentPeter Kjellerstedt
2022-03-26bitbake: server/process: Move threads left debug to after cooker shutdownRichard Purdie
2021-11-03bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-09-17bitbake: bitbake: correct deprecation warning in process.pyAlexander Kanavin
2021-09-01bitbake: cooker/process: Fix typos in exiting messageMartin Jansa
2021-08-06bitbake: process: Improve traceback error reporting from main loopRichard Purdie
2021-07-20bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-05-18bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-04-20bitbake: bitbake-server: ensure server timeout is a floatRoss Burton
2020-10-11bitbake: process: Show command exceptions in the server log as wellRichard Purdie
2020-09-05bitbake: server/process: Note when commands complete in logsRichard Purdie
2020-09-05bitbake: server/process: Prefix the log data with pid/time informationRichard Purdie
2020-09-05bitbake: server/process: Ensure we don't keep looping if some other server is...Richard Purdie
2020-09-05bitbake: server/process: Don't show tracebacks if the lockfile is removedRichard Purdie
2020-09-05bitbake: server/process: Ensure logging is flushedRichard Purdie
2020-09-05bitbake: process: Avoid printing binary strings for leftover processesRichard Purdie