summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2017-08-22bitbake: process: Ensure we call select() to know which fds to readRichard Purdie
2017-08-16bitbake: process: Increase server startup timeoutRichard Purdie
2017-08-16bitbake: process: Improve client disconnectsRichard Purdie
2017-08-13bitbake: cooker: Ignore common bitbake files for the parse cache invalidationRichard Purdie
2017-08-13bitbake: cooker: Improve inotify overflow handlingRichard Purdie
2017-08-13bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie
2017-08-13bitbake: cooker: Track directories searched for bbappend/bb filesRichard Purdie
2017-08-13bitbake: server/process: Ensure we don't loop on client EOFErrorRichard Purdie
2017-08-13bitbake: cooker/siggen: Reset siggen when reparsingRichard Purdie
2017-08-09bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang
2017-08-09bitbake: process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang
2017-08-09bitbake: main: Remove unneeded float()Robert Yang
2017-08-09bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton
2017-08-03bitbake: daemonize: Always print any remaning UI events at exit2.4_M2Richard Purdie
2017-08-03bitbake: cooker: Ensure all tasks are shown in task dependency treeRichard Purdie
2017-07-31bitbake: daemonize: clean up codeRichard Purdie
2017-07-31bitbake: daemonize: Ensure child process exits safelyRichard Purdie
2017-07-31bitbake: process: Add some extra server startup logsRichard Purdie
2017-07-31bitbake: process: Reorder server command processing and handle EOFErrorRichard Purdie
2017-07-31bitbake: wget: fix FusionForge workaroundRoss Burton
2017-07-31bitbake: toaster: move to new bitbake xmlrpc defaultDavid Reyna
2017-07-31bitbake: toaster: enable remote HTTP API for status aggregationDavid Reyna
2017-07-31bitbake: runqueue: Tweak debug message to make it more readable/diffableRichard Purdie
2017-07-31bitbake: fetch2: fix checkstatus fallback to MIRRORSRoss Burton
2017-07-30bitbake: tests/fetch: fix GitShallowTest.test_bitbakeChristopher Larson
2017-07-30bitbake: main: Always return 0 for bitbake --kill-serverRichard Purdie
2017-07-30bitbake: process: Clean up server communication timeout errorsRichard Purdie
2017-07-30bitbake: process: Don't leak open pipes upon reconnectionRichard Purdie
2017-07-30bitbake: process/cooker: Allow UI process to know if the cooker was started s...Richard Purdie
2017-07-30bitbake: process: Move socket keep alive into BitBakeProcessServerConnectionRichard Purdie
2017-07-30bitbake: process: Allow BBUIEventQueue to exit cleanlyRichard Purdie
2017-07-30bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me...Richard Purdie
2017-07-30bitbake: event: Don't write duplicate logs to stdout and stderr in no UI caseRichard Purdie
2017-07-27bitbake: bitbake-diffsigs: fix regression after recent server changesPaul Eggleton
2017-07-27bitbake: lib/fetch2/__init__.py: Fix unpack commentMark Hatle
2017-07-27bitbake: lib/bb/utils.py: Add missing debug levelMark Hatle
2017-07-25bitbake: fetch2/__init__.py: replace stray logger.warn() with logger.warning()Andre McCurdy
2017-07-25bitbake: fetch/wget: mitigate a wget race condition when listing FTP directoriesRoss Burton
2017-07-24bitbake: process: Change timeout warning to a noteRichard Purdie
2017-07-24bitbake: cooker/process: Drop server_main functionRichard Purdie
2017-07-24bitbake: prserv/serv: Improve process exit handlingRichard Purdie
2017-07-21bitbake: fetch2/wget.py: improve error handling during sstate checkPatrick Ohly
2017-07-21bitbake: toaster: trim build target inputDavid Reyna
2017-07-21bitbake: toaster: set clone progress default to offDavid Reyna
2017-07-21bitbake: toaster: include setscene in task progressDavid Reyna
2017-07-21bitbake: Update to version 1.35.0 (development version with server rework cha...Richard Purdie
2017-07-21bitbake: fetch2: fire an event when there are missing checksumsPaul Eggleton
2017-07-21bitbake: fetch2: allow hiding checksum warningPaul Eggleton
2017-07-21bitbake: tinfoil: add more doc commentsPaul Eggleton
2017-07-21bitbake: tinfoil: add simple API for getting cached recipe informationPaul Eggleton