summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: server/process: Ensure logging is flushedRichard Purdie2020-09-051-21/+23
* bitbake: process: Avoid printing binary strings for leftover processesRichard Purdie2020-09-051-1/+1
* bitbake: process.py: Handle SystemExit exception to eliminate backtraceMark Hatle2020-09-051-1/+1
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2020-09-021-1/+6
* bitbake: server/process: Fix typo in code causing tracebacksRichard Purdie2020-08-261-1/+1
* bitbake: process: Avoid bb.utils.timeoutRichard Purdie2020-08-261-24/+27
* bitbake: server/process: Use sys.executable for bitbake-serverRichard Purdie2020-08-261-1/+1
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-0/+1
* bitbake: server/process: Add bitbake-server and exec() a new server processRichard Purdie2020-08-251-39/+55
* bitbake: server/process: Log extra threads at exitRichard Purdie2020-08-251-0/+3
* bitbake: main/server/process: Drop configuration object passingRichard Purdie2020-08-251-4/+5
* bitbake: server/process: Move the socket code to server process onlyRichard Purdie2020-08-251-17/+15
* bitbake: cooker: Defer configuration init to after UI connectionRichard Purdie2020-08-251-17/+21
* bitbake: server/process: Add extra logfile flushingRichard Purdie2020-08-131-13/+22
* bitbake: server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie2020-08-131-4/+5
* bitbake: server/process: Simplfy idle callback handler functionRichard Purdie2020-08-131-2/+1
* bitbake: server/process: Remove pointless process forkingRichard Purdie2020-08-131-3/+2
* bitbake: server/process: Account for xmlrpc connectionsRichard Purdie2020-07-281-1/+1
* bitbake: server/process: Fix UI first connection trackingRichard Purdie2020-07-281-1/+3
* bitbake: server/process: Fix note reference -> infoRichard Purdie2020-07-211-1/+1
* bitbake: server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie2020-07-131-4/+15
* bitbake: server/process: Fix a rare lockfile raceRichard Purdie2020-07-121-1/+1
* bitbake: server/process: Increase timeout for commandsRichard Purdie2020-07-081-1/+3
* bitbake: lib: remove unused importsFrazer Clews2020-01-192-6/+0
* bitbake: bitbake: server/process: Handle BBHandledException to avoid unexpect...Robert Yang2019-08-161-1/+4
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-044-50/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-044-0/+8
* bitbake: server/process: Add missing exception raiseRichard Purdie2019-02-061-0/+1
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2018-12-261-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2018-12-261-1/+8
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2018-12-261-1/+1
* bitbake: server/process: Ensure socket has a timeout setRichard Purdie2018-12-151-0/+2
* bitbake: server/process: Increase server startup time delayRichard Purdie2018-12-081-1/+4
* bitbake: process: Flush key output to logsRichard Purdie2018-12-051-0/+4
* bitbake: server/process: Handle short readsRichard Purdie2018-12-051-3/+3
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2018-12-051-4/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-011-1/+2
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2018-11-271-2/+2