summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* bitbake: process/server: Fix typoRichard Purdie2024-02-101-1/+1
* bitbake: process: Add profile logging for main loopRichard Purdie2024-02-101-0/+16
* bitbake: server/process: catch and expand multiprocessing connection exceptionsMark Asselstine2024-01-101-2/+8
* bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton2023-09-261-1/+1
* bitbake: server/process: Disable the flush() call in server loggingRichard Purdie2023-09-181-1/+2
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-181-6/+0
* bitbake: server/process: Add more timing debugRichard Purdie2023-09-051-4/+9
* bitbake: server/process: fix sig handleYang Xu2023-08-111-5/+4
* bitbake: server/process: Show command in timeout messageRichard Purdie2023-06-301-1/+1
* bitbake: server: Fix crash when checking lock fileJoshua Watt2023-06-011-1/+1
* bitbake: server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie2023-03-071-1/+1
* bitbake: server/process: Improve idle thread exception handlingRichard Purdie2023-02-201-1/+9
* bitbake: server/process: Fix lockfile contents check bugRichard Purdie2023-01-241-1/+1
* bitbake: server/process: Improve lockfile handling at exitRichard Purdie2023-01-141-4/+5
* bitbake: server/process: Move heartbeat to idle threadRichard Purdie2023-01-111-22/+22
* bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie2023-01-111-6/+24
* bitbake: cooker: Clean up inotify idle handlerRichard Purdie2023-01-061-2/+3
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-051-8/+8
* bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie2022-12-312-38/+69
* bitbake: server/process: Add locking around idle functions accessesRichard Purdie2022-12-311-5/+14
* bitbake: server/process: Improve idle loop exit codeRichard Purdie2022-12-311-1/+10
* bitbake: server/process: Improve exception and idle function loggingRichard Purdie2022-12-311-0/+4
* bitbake: event: Add enable/disable heartbeat codeRichard Purdie2022-12-311-2/+2
* bitbake: server/process: Add bitbake.sock race handlingRichard Purdie2022-12-211-1/+11
* bitbake: process: log odd unlink events with bitbake.sockFrank de Brabander2022-12-171-2/+3
* bitbake: main/process: Add extra sockname debuggingRichard Purdie2022-12-131-3/+4
* bitbake: main/server: Add lockfile debugging upon server retryRichard Purdie2022-12-091-22/+31
* bitbake: server: Ensure cooker profiling worksRichard Purdie2022-11-201-3/+5
* bitbake: server/process: Fix logging issues where only the first message was ...Richard Purdie2022-06-251-2/+5
* bitbake: server/process: Avoid tracebacks at exitRichard Purdie2022-06-101-1/+1
* bitbake: server/process: Remove daemonic thread usageRichard Purdie2022-06-081-5/+9
* bitbake: server/process: Avoid risk of exception deadlocksRichard Purdie2022-06-081-14/+9
* bitbake: server/process: Drop unused importRichard Purdie2022-04-211-1/+0
* bitbake: server/process: Disable gc around critical sectionRichard Purdie2022-04-031-0/+3
* bitbake: cooker/process: Fix signal handling lockupsRichard Purdie2022-03-301-2/+20
* bitbake: server/process: Correct a typo in a commentPeter Kjellerstedt2022-03-281-1/+1
* bitbake: server/process: Move threads left debug to after cooker shutdownRichard Purdie2022-03-261-3/+3
* bitbake: server/xmlrpcserver: Add missing xmlrpcclient importRichard Purdie2022-03-081-0/+1
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-3/+3
* bitbake: bitbake: correct deprecation warning in process.pyAlexander Kanavin2021-09-171-1/+1
* bitbake: cooker/process: Fix typos in exiting messageMartin Jansa2021-09-011-1/+1
* bitbake: process: Improve traceback error reporting from main loopRichard Purdie2021-08-061-2/+4
* bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt2021-07-201-1/+1
* bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie2021-05-181-1/+6
* bitbake: bitbake-server: ensure server timeout is a floatRoss Burton2021-04-201-1/+1
* bitbake: process: Show command exceptions in the server log as wellRichard Purdie2020-10-111-0/+1
* bitbake: server/process: Note when commands complete in logsRichard Purdie2020-09-051-0/+1
* bitbake: server/process: Prefix the log data with pid/time informationRichard Purdie2020-09-051-2/+2
* bitbake: server/process: Ensure we don't keep looping if some other server is...Richard Purdie2020-09-051-1/+20
* bitbake: server/process: Don't show tracebacks if the lockfile is removedRichard Purdie2020-09-051-0/+6