aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-28COW: formattingChris Laplante
2020-08-26server/process: Fix typo in code causing tracebacksRichard Purdie
2020-08-26utils: Drop broken timeout functionRichard Purdie
2020-08-26process: Avoid bb.utils.timeoutRichard Purdie
2020-08-25compat.py: remove file since it no longer actually implements anythingChris Laplante
2020-08-25server/process: Use sys.executable for bitbake-serverRichard Purdie
2020-08-25fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie
2020-08-25runqueue: Don't use sys.argvRichard Purdie
2020-08-25server/process: Add bitbake-server and exec() a new server processRichard Purdie
2020-08-24server/process: Log extra threads at exitRichard Purdie
2020-08-24cooker: Ensure BB_ORIGENV is updated by changes to configuration.envRichard Purdie
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-08-24server/process: Move the socket code to server process onlyRichard Purdie
2020-08-24cooker: Defer configuration init to after UI connectionRichard Purdie
2020-08-24cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie
2020-08-24cookerdata: Ensure UI options are updated to the serverRichard Purdie
2020-08-24cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-23fetch2: Drop cups.org from wget status checksRichard Purdie
2020-08-23cooker: Explictly shut down the sync threadRichard Purdie
2020-08-23cooker: Ensure parse_quit thread is closed downRichard Purdie
2020-08-22fetch2/wget: Remove buffering parameterRichard Purdie
2020-08-22siggen: clean_basepath: remove recipe full path when virtual:xyz presentJean-Francois Dagenais
2020-08-20build: make shell traps less chatty when 'bitbake -v' is usedChris Laplante
2020-08-14build: print a backtrace with the original metadata locations of Bash shell f...Chris Laplante
2020-08-14build: print a backtrace when a Bash shell function failsChris Laplante
2020-08-12server/process: Add extra logfile flushingRichard Purdie
2020-08-12server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie
2020-08-12server/process: Simplfy idle callback handler functionRichard Purdie
2020-08-12server/process: Remove pointless process forkingRichard Purdie
2020-08-07data: emit filename/lineno information for shell functionsChris Laplante
2020-08-07tests/color: add test suite for ANSI color code filteringChris Laplante
2020-08-07progress: filter ANSI escape codes before looking for progress textChris Laplante
2020-08-07progress: fix hypothetical NameError if 'progress' isn't setChris Laplante
2020-08-07progress: modernize syntax, formatChris Laplante
2020-07-28build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante
2020-07-28build: print traceback if progress handler can't be createdChris Laplante
2020-07-27server/process: Account for xmlrpc connectionsRichard Purdie
2020-07-27server/process: Fix UI first connection trackingRichard Purdie
2020-07-23bitbake: command: Handle multiconfig in findSigInfoJoshua Watt
2020-07-22cooker: Handle multiconfig name mappings correctlyRichard Purdie
2020-07-22cooker: Improve multiconfig configuration error reportingRichard Purdie
2020-07-21build: Allow deltask to take multiple tasknamesRichard Purdie
2020-07-21cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie
2020-07-20server/process: Fix note reference -> infoRichard Purdie
2020-07-12server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie
2020-07-12server/process: Fix a rare lockfile raceRichard Purdie
2020-07-12pyshyacc: allow double COMMA statementsKonrad Weihmann