aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2019-03-13gitsm.py: Fix relative URLsMark Hatle
2019-03-13gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-03-13gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-03-13gitsm.py: revise unpackMark Hatle
2019-03-13gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-03-13tests/fetch.py: Add alternative gitsm test caseMark Hatle
2019-03-13gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-03-13gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-02-25cooker: Tweak multiconfig dependency resolutionRichard Purdie
2019-02-25siggen: Fix multiconfig corner caseRichard Purdie
2019-02-25runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie
2019-02-25runqueue: Fix dependency loop analysis 'hangs'Richard Purdie
2019-02-06server/process: Add missing exception raiseRichard Purdie
2019-01-28process: Rewrite multiple connection handlingRichard Purdie
2019-01-28process: Handle EWOULDBLOCK in socket connectRichard Purdie
2019-01-28process.py: Set socket timeout to 10 secondsRichard Purdie
2019-01-28server/process: Ensure socket has a timeout setRichard Purdie
2019-01-28lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2019-01-28server/process: Handle short readsRichard Purdie
2019-01-28cooker: Add some timing debug messages to the server startupRichard Purdie
2019-01-28server/process: Increase server startup time delayRichard Purdie
2019-01-28cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2019-01-08server/process: Show last 60 lines of the log if the server didn't startRichard Purdie
2019-01-08server/process: Show the last 60 log lines, not the last 10Richard Purdie
2019-01-08server/process: print a message when no logfileRobert Yang
2019-01-08server/process: Make lockfile handling clearerRichard Purdie
2019-01-08fetch: don't use shell=True when listing ar filesRoss Burton
2019-01-02siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt
2018-12-06main: Don't use print() directly, use loggerRichard Purdie
2018-12-06process: Flush key output to logsRichard Purdie
2018-12-06fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-12-06runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-12-06server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-12-06fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-26tests/fetch: Update after recent gitsm message changesRichard Purdie
2018-11-26cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-11-26fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-11-06server/process: Fix unclosed socket warnings upon server connection refusedRichard Purdie
2018-11-05siggen: Correct format argument substitutionMike Crowe
2018-11-02fetch: Also export GIT_SSH environment variableMike Crowe
2018-11-01fetch2/gitsm.py: Fix the references when the module and path are differentMark Hatle
2018-11-01fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle
2018-10-20bitbake: Bump version to 1.40.0Richard Purdie
2018-10-19data_smart: Fix removal handling interaction issue with overridesRichard Purdie
2018-10-17test/data: Add new tests for task checksum changing/not changingRichard Purdie
2018-10-17data/siggen: Extract task hash generation code into a functionRichard Purdie
2018-10-17bitbake: data: Ensure task checksums account for remove dataRichard Purdie
2018-10-17data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie
2018-10-17data_smart: Fix expand_cache and _remove operator interaction issuesRichard Purdie
2018-10-17data_smart: Micro optimise _remove handlingRichard Purdie