aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-13gitsm: The fetcher did not process some recursive submodules properly.stable/1.40-nextMark Hatle
2019-03-13gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
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-12bitbake-user-manual: Fixed section head typoScott Rifenbark
2019-02-06server/process: Add missing exception raiseRichard Purdie
2019-02-06toaster: correctly register the thud branchDavid Reyna
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-08bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt
2019-01-08bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt
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-08layerindex: don't use shell=True when cloningRoss Burton
2019-01-02siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt
2018-12-10bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan
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-02bitbake: toaster: allow OE_ROOT to be provided through environmentAwais Belal
2018-11-01fetch2/gitsm.py: Fix the references when the module and path are differentMark Hatle