aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-08-12fetch2/wget: ensure all variables are set when calling urllibRoss Burton
2021-08-12fetch2: expose environment variable names that need to be exportedRoss Burton
2021-08-12utils: add environment updating context managerRoss Burton
2021-08-06ui/taskexp: Fix to work with empty build directoriesRichard Purdie
2021-08-06ui/taskexp: Improve startup exception handlingRichard Purdie
2021-08-06command: Ensure we catch/handle exceptionsRichard Purdie
2021-08-06process: Improve traceback error reporting from main loopRichard Purdie
2021-08-06fetch/tests/toaster: Override conversion fixupsRichard Purdie
2021-08-05runqueue: Improve multiconfig deferred task issuesRichard Purdie
2021-08-04data_smart: Fix inactive overide accidental variable value corruptionRichard Purdie
2021-08-02bitbake: Update to version 1.51.1Richard Purdie
2021-08-02doc/lib: Add fixes for issues missed by the automated conversionRichard Purdie
2021-08-02doc/lib: Update to use new override syntax containing colonsRichard Purdie
2021-08-02bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-29parse/ast: Substitute '~' when naming anonymous functionsPaul Barker
2021-07-27bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-07-27asyncrpc: Set timeout when waiting for reply from serverPaul Barker
2021-07-27asyncrpc: Fix bad message error in clientPaul Barker
2021-07-20server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-07-20bitbake: Add piping compression libraryJoshua Watt
2021-07-20data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-07-11fetch2/s3: allow to use credentials from environment variablesAdam Romanek
2021-07-10providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko
2021-07-10fetch/git: run gc in foreground to avoid race with tarAdam Romanek
2021-06-06build: warn on setting noexec/nostamp/fakeroot flag to any value besides '1'Chris Laplante
2021-06-06asyncrpc: Reduce verbosityPaul Barker
2021-06-06asyncrpc: Add ping methodPaul Barker
2021-06-06fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-05-18server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-05-14hashserver/client.py: drop unused importsArmin Kuster
2021-05-14hashserv/server.py: drop unused importsArmin Kuster
2021-05-14fetch2/wget: when checking latest versions, consider all numerical directoriesAlexander Kanavin
2021-05-06bitbake: Switch to post release version number 1.51.0Richard Purdie
2021-05-06fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-06prserv: Handle requests in main threadPaul Barker
2021-05-06prserv: Extract daemonization from PRServer classPaul Barker
2021-05-06prserv: Use multiprocessing to auto start prserverPaul Barker
2021-05-06lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari
2021-05-01runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie
2021-05-01runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie
2021-05-01knotty: Re-enable command line logging levelsJoshua Watt
2021-05-01fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski
2021-05-01progress: LineFilterProgressHandler - Handle parsing line which ends with CR ...Przemyslaw Gorszkowski
2021-04-27prserv: Add connect functionPaul Barker
2021-04-27prserv: Drop unused dump_db methodPaul Barker
2021-04-27prserv: Drop obsolete python version checkPaul Barker
2021-04-27hashserv: Refactor to use asyncrpcPaul Barker
2021-04-27asyncrpc: Common implementation of RPC using json & asyncioPaul Barker
2021-04-27hashserv: Use generic ConnectionErrorPaul Barker