summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: fetch2/__init__.py: replace stray logger.warn() with logger.warning()Andre McCurdy2017-07-251-1/+1
* bitbake: fetch/wget: mitigate a wget race condition when listing FTP directoriesRoss Burton2017-07-251-12/+11
* bitbake: process: Change timeout warning to a noteRichard Purdie2017-07-241-1/+1
* bitbake: cooker/process: Drop server_main functionRichard Purdie2017-07-242-23/+21
* bitbake: prserv/serv: Improve process exit handlingRichard Purdie2017-07-241-2/+17
* bitbake: fetch2/wget.py: improve error handling during sstate checkPatrick Ohly2017-07-211-0/+14
* bitbake: toaster: trim build target inputDavid Reyna2017-07-211-2/+2
* bitbake: toaster: set clone progress default to offDavid Reyna2017-07-212-4/+4
* bitbake: toaster: include setscene in task progressDavid Reyna2017-07-211-3/+4
* bitbake: Update to version 1.35.0 (development version with server rework cha...Richard Purdie2017-07-212-2/+2
* bitbake: fetch2: fire an event when there are missing checksumsPaul Eggleton2017-07-211-0/+10
* bitbake: fetch2: allow hiding checksum warningPaul Eggleton2017-07-211-0/+6
* bitbake: tinfoil: add more doc commentsPaul Eggleton2017-07-211-0/+65
* bitbake: tinfoil: add simple API for getting cached recipe informationPaul Eggleton2017-07-211-0/+142
* bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton2017-07-212-0/+40
* bitbake: tinfoil: add functionality for running full buildsPaul Eggleton2017-07-211-0/+154
* bitbake: knotty: make it possible to use termfilter without either consolePaul Eggleton2017-07-211-2/+4
* bitbake: lib/bb/ui/uihelper: indicate to caller of eventHandler() if events h...Paul Eggleton2017-07-211-0/+3
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-217-71/+53
* bitbake: tinfoil: set a flag when recipes have been parsedPaul Eggleton2017-07-211-0/+3
* bitbake: tinfoil: add a parse_recipes() functionPaul Eggleton2017-07-212-2/+8
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-213-15/+37
* bitbake: bb/main.py: fix logic for --observe-onlyRobert Yang2017-07-211-1/+1
* bitbake: bb/main.py: avoid starting server when not neededRobert Yang2017-07-211-2/+8
* bitbake: bb/main.py: fix infinite loop for --server-onlyRobert Yang2017-07-211-1/+1
* bitbake: server/process.py: fix self.bitbake_lock.write()Robert Yang2017-07-211-2/+2
* bitbake: cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie2017-07-212-0/+11