summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2023-01-26bitbake: bb/utils: include SSL certificate paths in export_proxiesRoss Burton
2023-01-26bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie
2023-01-26bitbake: toaster: update fixturesTim Orling
2023-01-26bitbake: bitbake-getvar: Add a quiet command line argumentPaulo Neves
2023-01-24bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling
2023-01-24bitbake: data_smart: Small optimisation to _findVar()Richard Purdie
2023-01-24bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie
2023-01-24bitbake: cooker: Fix parsing race around cache handlingRichard Purdie
2023-01-24bitbake: cache: Only write files if we have dataRichard Purdie
2023-01-24bitbake: cooker: Fix siggen recipe cache race issueRichard Purdie
2023-01-24bitbake: server/process: Fix lockfile contents check bugRichard Purdie
2023-01-20bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18bitbake: fetch2/tests: Add test for MercurialPavel Zhukov
2023-01-18bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov
2023-01-14bitbake: server/process: Improve lockfile handling at exitRichard Purdie
2023-01-13bitbake: persist_data: Handle sqlite error when cachefile path is too longYoann Congal
2023-01-11bitbake: server/process: Move heartbeat to idle threadRichard Purdie
2023-01-11bitbake: main: Move --buildfile help at the end of "Execution" groupYoann Congal
2023-01-11bitbake: cooker: Fix exit handling issuesRichard Purdie
2023-01-11bitbake: knotty: Improve shutdown handlingRichard Purdie
2023-01-11bitbake: tinfoil: Don't wait for events indefinitelyRichard Purdie
2023-01-11bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-11bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie
2023-01-09bitbake: Group and reorder options in bitbake helpYoann Congal
2023-01-06bitbake: cooker: Clean up inotify idle handlerRichard Purdie
2023-01-06bitbake: cooker: Rework the parsing results submissionRichard Purdie
2023-01-05bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2023-01-02bitbake: command: Ensure that failure cases call finishAsyncComandRichard Purdie
2023-01-02bitbake: cookerdata: Fix previous commit to use a string, not a generatorRichard Purdie
2023-01-01bitbake: cookerdata: Fix cache/reparsing issueRichard Purdie
2022-12-31bitbake: knotty: Ping the server/cooker periodicallyRichard 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: event: Always use threadlockRichard Purdie
2022-12-31bitbake: server/process: Improve idle loop exit codeRichard Purdie
2022-12-31bitbake: cooker: Ensure commands clean up any parser processesRichard Purdie
2022-12-31bitbake: command: Tweak finishAsyncCommand ordering to avoid racesRichard Purdie
2022-12-31bitbake: server/process: Improve exception and idle function loggingRichard Purdie
2022-12-31bitbake: cooker/cookerdata: Rework the way the datastores are resetRichard Purdie
2022-12-31bitbake: event: Add enable/disable heartbeat codeRichard Purdie
2022-12-31bitbake: knotty: Avoid looping with tracebacksRichard Purdie
2022-12-30bitbake: cache: Drop reciever side counting for SiggenRecipeInfoRichard Purdie
2022-12-29bitbake: tinfoil: Ensure CommandExit is handledRichard Purdie
2022-12-29bitbake: cooker: Ensure cache is cleared for partial resetsRichard Purdie
2022-12-29bitbake: event: builtins fix for 'd' deletionRichard Purdie
2022-12-29bitbake: cache/siggen: Fix cache issues with signature handlingRichard Purdie
2022-12-21bitbake: server/process: Add bitbake.sock race handlingRichard Purdie
2022-12-21bitbake: siggen: Minor code improvementRichard Purdie
2022-12-21bitbake: cache: Allow compression of the data in SiggenRecipeInfoRichard Purdie
2022-12-21bitbake: command: Add ping commandRichard Purdie