summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
AgeCommit message (Expand)Author
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
2020-09-05bitbake: process.py: Handle SystemExit exception to eliminate backtraceMark Hatle
2020-09-02bitbake: process/knotty: Improve early exception handlingRichard Purdie
2020-08-26bitbake: server/process: Fix typo in code causing tracebacksRichard Purdie
2020-08-26bitbake: process: Avoid bb.utils.timeoutRichard Purdie
2020-08-26bitbake: server/process: Use sys.executable for bitbake-serverRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25bitbake: server/process: Add bitbake-server and exec() a new server processRichard Purdie
2020-08-25bitbake: server/process: Log extra threads at exitRichard Purdie
2020-08-25bitbake: main/server/process: Drop configuration object passingRichard Purdie
2020-08-25bitbake: server/process: Move the socket code to server process onlyRichard Purdie
2020-08-25bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-13bitbake: server/process: Add extra logfile flushingRichard Purdie
2020-08-13bitbake: server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie
2020-08-13bitbake: server/process: Simplfy idle callback handler functionRichard Purdie
2020-08-13bitbake: server/process: Remove pointless process forkingRichard Purdie
2020-07-28bitbake: server/process: Account for xmlrpc connectionsRichard Purdie
2020-07-28bitbake: server/process: Fix UI first connection trackingRichard Purdie
2020-07-21bitbake: server/process: Fix note reference -> infoRichard Purdie
2020-07-13bitbake: server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie
2020-07-12bitbake: server/process: Fix a rare lockfile raceRichard Purdie
2020-07-08bitbake: server/process: Increase timeout for commandsRichard Purdie
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-08-16bitbake: bitbake: server/process: Handle BBHandledException to avoid unexpect...Robert Yang
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-02-06bitbake: server/process: Add missing exception raiseRichard Purdie
2018-12-26bitbake: process: Rewrite multiple connection handlingRichard Purdie
2018-12-26bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie
2018-12-26bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie
2018-12-15bitbake: server/process: Ensure socket has a timeout setRichard Purdie
2018-12-08bitbake: server/process: Increase server startup time delayRichard Purdie
2018-12-05bitbake: process: Flush key output to logsRichard Purdie
2018-12-05bitbake: server/process: Handle short readsRichard Purdie
2018-12-05bitbake: server/process: Make lockfile handling clearerRichard Purdie
2018-12-01bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-11-27bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie
2018-11-27bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie
2018-11-19bitbake: server/process: print a message when no logfileRobert Yang
2018-11-14bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2018-11-07bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie
2018-09-05bitbake: server/process: Various server startup logging fixesRichard Purdie
2018-07-25bitbake: server/process: Always place the server logfile in the build directoryuninative-2.2Richard Purdie
2018-02-14bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang
2017-09-25bitbake: server/process: Increase runCommand timeoutRichard Purdie