aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2023-03-21fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-03-17build: Make python output print to stdout when running with -v (verbose)Mark Asselstine
2023-03-17crate.py: authorize crate url with parametersFrederic Martinsons
2023-03-11wget.py: Combine urlopener exceptionsMark Hatle
2023-03-11wget.py: Add catch TimeoutError exceptionMark Hatle
2023-03-07server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie
2023-02-25fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-25gitsm: Fix path construction for relative submodule URIMike Crowe
2023-02-24utils: Use internal fetcher function to avoid duplicationRichard Purdie
2023-02-24fetch2/wget: Drop unused importRichard Purdie
2023-02-24fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-24cooker: Fix memory resident cache invalidation issueRichard Purdie
2023-02-24lib/bb/siggen: fix debug() callRoss Burton
2023-02-23bitbake: Bump to version 2.3.1Richard Purdie
2023-02-23event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie
2023-02-22fetch/git: Replace mkdtemp with TemporaryDirectory and avoid exception maskingPaulo Neves
2023-02-22fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2023-02-22tests/fetch: Add real git lfs tests and decoratorPaulo Neves
2023-02-22tests/fetch: git-lfs restore _find_git_lfsPaulo Neves
2023-02-20server/process: Improve idle thread exception handlingRichard Purdie
2023-02-20cooker: Ensure lock is held with changing notifierRichard Purdie
2023-02-17runqueue: Drop SystemExit usageRichard Purdie
2023-02-17cookerdata: Drop dubious exception handling codeRichard Purdie
2023-02-17cookerdata: Improve early exception handlingRichard Purdie
2023-02-17fetch2/wget: clean up netrc usageRoss Burton
2023-02-17data: Evaluate the value of export/unexport/network flagsRichard Purdie
2023-02-17cookerdata: Remove incorrect SystemExit usageRichard Purdie
2023-02-09fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-02-04siggen: Fix inefficient string concatenationEtienne Cordonnier
2023-01-26bb/utils: include SSL certificate paths in export_proxiesRoss Burton
2023-01-26cache/codeparser: Switch to a new BB_CACHEDIR variable for cache locationRichard Purdie
2023-01-24bitbake: fix deprecated threading.Thread.setDaemonTim Orling
2023-01-24data_smart: Small optimisation to _findVar()Richard Purdie
2023-01-24data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisationRichard Purdie
2023-01-24cooker: Fix parsing race around cache handlingRichard Purdie
2023-01-24cache: Only write files if we have dataRichard Purdie
2023-01-24cooker: Fix siggen recipe cache race issueRichard Purdie
2023-01-24server/process: Fix lockfile contents check bugRichard Purdie
2023-01-20fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18fetch2/tests: Add test for MercurialPavel Zhukov
2023-01-18fetch2: kill parameters in uri_find_decodedPavel Zhukov
2023-01-14server/process: Improve lockfile handling at exitRichard Purdie
2023-01-13persist_data: Handle sqlite error when cachefile path is too longYoann Congal
2023-01-11server/process: Move heartbeat to idle threadRichard Purdie
2023-01-11main: Move --buildfile help at the end of "Execution" groupYoann Congal
2023-01-11cooker: Fix exit handling issuesRichard Purdie
2023-01-11knotty: Improve shutdown handlingRichard Purdie
2023-01-11tinfoil: Don't wait for events indefinitelyRichard Purdie
2023-01-11process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-11cooker/command: Drop async command handler indirection via cookerRichard Purdie