aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2022-02-21bitbake: Rename basehas and taskhash filtering variablesScott Murray
2022-02-21data_smart/cookerdata: Add variable remapping supportRichard Purdie
2022-02-21utils: Ensure shell function failure in python logging is correctRichard Purdie
2022-02-20fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20wget: Fix grammar "can happen"Zygmunt Krynicki
2022-02-20utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki
2022-02-20tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki
2022-02-20progress: Fix typo "wherever"Zygmunt Krynicki
2022-02-20process: Fix typo: "process"Zygmunt Krynicki
2022-02-20persist_data: Fix typo "committed"Zygmunt Krynicki
2022-02-20fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-20fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-20event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki
2022-02-20daemonize: Fix typo "separate"Zygmunt Krynicki
2022-02-20cookerdata: Fix typo "normally"Zygmunt Krynicki
2022-02-20cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki
2022-02-20fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki
2022-02-20utils: Fix environment decorator logic errorRichard Purdie
2022-02-17data_smart: Add hasOverrides method to public datastore APIRichard Purdie
2022-02-17msg: Ensure manually created loggers have the once filterJoshua Watt
2022-02-17msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie
2022-02-17cooker: Improve parsing failure from handled exception usabilityRichard Purdie
2022-02-17data_smart: Fix overrides file/line message additionsRichard Purdie
2022-02-17asyncrpc: Fix attribute errorsDaniel Gomez
2022-02-17fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-12tests/fetch: Add missing branch param for git urlsRichard Purdie
2022-02-05fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2022-02-05fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-02-05tests/fetch: Make test_npm_premirrors work with the current fetcherPeter Kjellerstedt
2022-02-05tests/fetch: Only set the Git user name/email if they are not already setPeter Kjellerstedt
2022-02-05tests/fetch: Unify how git commands are runPeter Kjellerstedt
2022-02-05tests/fetch: Improve the verbose messages for skipped testsPeter Kjellerstedt
2022-02-05tests/fetch: Remove unnecessary \n from mirror variablesPeter Kjellerstedt
2022-02-05tests/fetch: Skip the crate tests if network tests are disabledPeter Kjellerstedt
2022-02-01bitbake: bitbake-worker: Preserve network non-local uidRobert Yang
2022-01-19fetch2: Add crate fetcherRichard Purdie
2022-01-19build: Tweak exception handling for setscene tasksRichard Purdie
2022-01-12runqueue: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie
2022-01-12utils: Add disable_network functionRichard Purdie
2022-01-05utils: Update to use exec_module() instead of load_module()Richard Purdie
2021-12-20tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie
2021-12-14fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier
2021-12-14fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier
2021-12-14tests/runqueue: Improve lockfile handling raceRichard Purdie
2021-12-09process: Do not mix stderr with stdoutAnton Mikanovich
2021-12-09fetch: add a test for version check where compression changesAlexander Kanavin
2021-12-09siggen: Ensure dumpsig output is deterministicRichard Purdie
2021-12-08fetch2/wget: do not hardcode tarball compressors in version checkAlexander Kanavin
2021-12-08fetch2/wget: add redirectauth parameterJustin Bronder
2021-11-26test/fetch: Add striplevel unpack parameter testStefan Herbrechtsmeier