summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cookerdata: Avoid tracebacks from early reset() callsRichard Purdie2017-08-311-0/+3
* bitbake: cooker: Allow changes in PRSERV_HOST to be responded toRichard Purdie2017-08-311-8/+11
* bitbake: prserv/serv: Shut down any existing server before restartingRichard Purdie2017-08-311-0/+3
* bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie2017-08-313-21/+10
* bitbake: cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie2017-08-312-7/+11
* bitbake: prserv/cooker: Drop unused paramRichard Purdie2017-08-312-2/+2
* bitbake: command: Fix some bugs identified by BB_SERVER_TIMEOUTRichard Purdie2017-08-311-1/+2
* bitbake: main: Attempt to gain bitbake.lock rather than just waitingRichard Purdie2017-08-241-1/+9
* bitbake: process: Clean up connection retry logicRichard Purdie2017-08-242-7/+14
* bitbake: fetch2: don't mandate path element in encodeurl()Paul Eggleton2017-08-231-6/+5
* bitbake: bitbake: ui: Sort 'Dependent tasks' in taskexpJussi Kukkonen2017-08-231-1/+3
* bitbake: toaster: support custom Layer Index URL and fixture overrideDavid Reyna2017-08-232-2/+9
* bitbake: Toaster: custom start and stop actionsDavid Reyna2017-08-232-2/+69
* bitbake: toaster: custom image updates and original creationDavid Reyna2017-08-232-38/+62
* bitbake: process: Ensure we call select() to know which fds to readRichard Purdie2017-08-221-1/+1
* bitbake: process: Increase server startup timeoutRichard Purdie2017-08-161-1/+1
* bitbake: process: Improve client disconnectsRichard Purdie2017-08-161-15/+23
* bitbake: cooker: Ignore common bitbake files for the parse cache invalidationRichard Purdie2017-08-131-0/+3
* bitbake: cooker: Improve inotify overflow handlingRichard Purdie2017-08-132-1/+8
* bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie2017-08-132-7/+12
* bitbake: cooker: Track directories searched for bbappend/bb filesRichard Purdie2017-08-131-3/+21
* bitbake: server/process: Ensure we don't loop on client EOFErrorRichard Purdie2017-08-131-2/+2
* bitbake: cooker/siggen: Reset siggen when reparsingRichard Purdie2017-08-132-0/+4
* bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang2017-08-092-3/+6
* bitbake: process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang2017-08-091-0/+2
* bitbake: main: Remove unneeded float()Robert Yang2017-08-091-1/+1
* bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton2017-08-092-4/+3
* bitbake: daemonize: Always print any remaning UI events at exit2.4_M2Richard Purdie2017-08-031-1/+1
* bitbake: cooker: Ensure all tasks are shown in task dependency treeRichard Purdie2017-08-031-3/+3
* bitbake: daemonize: clean up codeRichard Purdie2017-07-311-134/+14
* bitbake: daemonize: Ensure child process exits safelyRichard Purdie2017-07-311-3/+8
* bitbake: process: Add some extra server startup logsRichard Purdie2017-07-311-1/+4
* bitbake: process: Reorder server command processing and handle EOFErrorRichard Purdie2017-07-311-13/+18
* bitbake: wget: fix FusionForge workaroundRoss Burton2017-07-311-6/+3
* bitbake: toaster: move to new bitbake xmlrpc defaultDavid Reyna2017-07-313-7/+18
* bitbake: toaster: enable remote HTTP API for status aggregationDavid Reyna2017-07-314-4/+100
* bitbake: runqueue: Tweak debug message to make it more readable/diffableRichard Purdie2017-07-311-1/+1
* bitbake: fetch2: fix checkstatus fallback to MIRRORSRoss Burton2017-07-311-3/+2
* bitbake: tests/fetch: fix GitShallowTest.test_bitbakeChristopher Larson2017-07-301-1/+1
* bitbake: main: Always return 0 for bitbake --kill-serverRichard Purdie2017-07-301-2/+4
* bitbake: process: Clean up server communication timeout errorsRichard Purdie2017-07-301-12/+3
* bitbake: process: Don't leak open pipes upon reconnectionRichard Purdie2017-07-301-1/+18
* bitbake: process/cooker: Allow UI process to know if the cooker was started s...Richard Purdie2017-07-302-3/+23
* bitbake: process: Move socket keep alive into BitBakeProcessServerConnectionRichard Purdie2017-07-301-4/+6
* bitbake: process: Allow BBUIEventQueue to exit cleanlyRichard Purdie2017-07-301-3/+8
* bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me...Richard Purdie2017-07-301-0/+9
* bitbake: event: Don't write duplicate logs to stdout and stderr in no UI caseRichard Purdie2017-07-301-10/+17
* bitbake: bitbake-diffsigs: fix regression after recent server changesPaul Eggleton2017-07-273-7/+47
* bitbake: lib/fetch2/__init__.py: Fix unpack commentMark Hatle2017-07-271-1/+1
* bitbake: lib/bb/utils.py: Add missing debug levelMark Hatle2017-07-271-2/+2