aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-03runqueue: Pass unique hash to hash validateJoshua Watt
2019-01-03runqueue: Pass unique hash to taskJoshua Watt
2019-01-03runqueue: Track task unique hashJoshua Watt
2019-01-03siggen: Split out task unique hashJoshua Watt
2019-01-03cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2019-01-03bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt
2019-01-03bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt
2018-12-27bitbake-user-manual: Created unique tags for glossary variables.Scott Rifenbark
2018-12-26process: Rewrite multiple connection handlingRichard Purdie
2018-12-26process: Handle EWOULDBLOCK in socket connectRichard Purdie
2018-12-26main: When retrying the connection, show the attempt numberRichard Purdie
2018-12-26process.py: Set socket timeout to 10 secondsRichard Purdie
2018-12-26tests/persist_data: Add testsJoshua Watt
2018-12-14server/process: Ensure socket has a timeout setRichard Purdie
2018-12-14utils: Add aarch64 support to ioprio_setRichard Purdie
2018-12-14data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14data_smart: Add missing regexp markupRichard Purdie
2018-12-10bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan
2018-12-08bitbake: pysh: Improve error handling for shell codeRobert Yang
2018-12-08pysh/pyshlex.py: Set is not importableRobert Yang
2018-12-08pysh/sherrors.py: Remove unused classesRobert Yang
2018-12-08pysh: Remove unused modulesRobert Yang
2018-12-08bitbake: persist_data: Retry database setupJoshua Watt
2018-12-07utils: Use utils.remove() within prunedir()Richard Purdie
2018-12-07fetch2: Fix os.errno referencesRichard Purdie
2018-12-07fetch2/wget: Fix typo in exception nameRichard Purdie
2018-12-07cooker: Add some timing debug messages to the server startupRichard Purdie
2018-12-07server/process: Increase server startup time delayRichard Purdie
2018-12-07cache: Cleanup deprecated function usageRichard Purdie
2018-12-07siggen: Split out stampfile hash fetchJoshua Watt
2018-12-07bitbake-worker: Pass taskhash as runtask parameterJoshua Watt
2018-12-07persist_data: Disable enable_shared_cacheJoshua Watt
2018-12-07persist_data: Enable Write Ahead LogJoshua Watt
2018-12-07persist_data: Add key constraintsJoshua Watt
2018-12-07persist_data: Fix leaking cursors causing deadlockJoshua Watt
2018-12-05main: Don't use print() directly, use loggerRichard Purdie
2018-12-05process: Flush key output to logsRichard Purdie
2018-12-05server/process: Handle short readsRichard Purdie
2018-12-05server/process: Make lockfile handling clearerRichard Purdie
2018-12-01bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-12-01fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-12-01runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-12-01server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-11-27fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-27server/process: Show the last 60 log lines, not the last 10Richard Purdie
2018-11-27server/process: Show last 60 lines of the log if the server didn't startRichard Purdie
2018-11-23fetch: don't use shell=True when listing ar filesRoss Burton
2018-11-23layerindex: don't use shell=True when cloningRoss Burton
2018-11-22tests/fetch: Update after recent gitsm message changesRichard Purdie
2018-11-22fetch/git: fix AttributeError in shallow extraction logicChristopher Larson