aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-03-13COW: Fix StopIteration warningstable/1.38-nmutRichard Purdie
2019-02-25utils: add optional callback to edit_bblayers_conf()Paul Eggleton
2019-02-25process: Rewrite multiple connection handlingRichard Purdie
2019-02-25process: Handle EWOULDBLOCK in socket connectRichard Purdie
2019-02-25process.py: Set socket timeout to 10 secondsRichard Purdie
2019-02-25server/process: Ensure socket has a timeout setRichard Purdie
2019-02-25cooker: Add some timing debug messages to the server startupRichard Purdie
2019-02-25server/process: Increase server startup time delayRichard Purdie
2019-02-25server/process: Show last 60 lines of the log if the server didn't startRichard Purdie
2019-02-25server/process: Show the last 60 log lines, not the last 10Richard Purdie
2019-02-25server/process: print a message when no logfileRobert Yang
2019-02-25server/process: Make lockfile handling clearerRichard Purdie
2019-02-25layerindex: don't use shell=True when cloningRoss Burton
2019-02-25fetch: don't use shell=True when listing ar filesRoss Burton
2018-12-06main: Don't use print() directly, use loggerRichard Purdie
2018-12-06process: Flush key output to logsRichard Purdie
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-06lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2018-12-06server/process: Fix unclosed socket warnings upon server connection refusedRichard Purdie
2018-10-10fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-10-10main: Fix environment handling for UI module importsRichard Purdie
2018-10-04toaster: Fix bitbake flexible path error from Bugzilla #12891Awais Belal
2018-09-10bitbake: toaster: Fix comparison in recipe templateKarsten Strand
2018-09-10toaster/layerdetails.js: don't hide local layer infoAwais Belal
2018-09-10toaster/models.py: allow local paths for custom recipe's baseAwais Belal
2018-09-10toaster/checksettings: allow CUSTOM_XML_ONLY setting through envAwais Belal
2018-09-10toastergui/newproject.html: fix release divsAwais Belal
2018-09-10toaster/widgets.py: avoid divide by zero issuesAwais Belal
2018-09-10toaster: use a more flexible way to find bitbakeAwais Belal
2018-09-10toaster: allow pokydirname to be evaluated when all layers are localAwais Belal
2018-08-29checksum: sanity check path when recursively checksummingRoss Burton
2018-08-29utils/md5_file: don't iterate line-by-lineRoss Burton
2018-08-29tests/fetch: Update gnome.org urls after upstream changesRichard Purdie
2018-07-02fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-06-06bitbake: Update version to stable release branch version 1.38stable/1.38-testRichard Purdie
2018-04-26toaster: add 'Sumo' to release selectionDavid Reyna
2018-04-23lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson
2018-04-06cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie
2018-03-28toaster: do not fail on optional 'custom.xml' fileDavid Reyna
2018-03-28fetch2/git: log exception if ls-remote failsRoss Burton
2018-03-28tests/fetch: state which upstream failedRoss Burton
2018-03-15utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle
2018-03-03cooker: Fix environment double key expansion issueRichard Purdie
2018-03-03cooker: Run registered anonymous python before displaying environmentRichard Purdie
2018-03-03parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2018-02-27runqueue: Ensure only recursive task dependencies are prunedRichard Purdie
2018-02-09bitbake: toaster: don't use git fetch --allRobert Yang
2018-02-09fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-02-09fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán