| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: tests/fetch: fix GitShallowTest.test_bitbake | Christopher Larson | 2017-07-30 | 1 | -1/+1 |
* | bitbake: main: Always return 0 for bitbake --kill-server | Richard Purdie | 2017-07-30 | 1 | -2/+4 |
* | bitbake: process: Clean up server communication timeout errors | Richard Purdie | 2017-07-30 | 1 | -12/+3 |
* | bitbake: process: Don't leak open pipes upon reconnection | Richard Purdie | 2017-07-30 | 1 | -1/+18 |
* | bitbake: process/cooker: Allow UI process to know if the cooker was started s... | Richard Purdie | 2017-07-30 | 2 | -3/+23 |
* | bitbake: process: Move socket keep alive into BitBakeProcessServerConnection | Richard Purdie | 2017-07-30 | 1 | -4/+6 |
* | bitbake: process: Allow BBUIEventQueue to exit cleanly | Richard Purdie | 2017-07-30 | 1 | -3/+8 |
* | bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me... | Richard Purdie | 2017-07-30 | 1 | -0/+9 |
* | bitbake: event: Don't write duplicate logs to stdout and stderr in no UI case | Richard Purdie | 2017-07-30 | 1 | -10/+17 |
* | bitbake: bitbake-diffsigs: fix regression after recent server changes | Paul Eggleton | 2017-07-27 | 3 | -7/+47 |
* | bitbake: lib/fetch2/__init__.py: Fix unpack comment | Mark Hatle | 2017-07-27 | 1 | -1/+1 |
* | bitbake: lib/bb/utils.py: Add missing debug level | Mark Hatle | 2017-07-27 | 1 | -2/+2 |
* | bitbake: fetch2/__init__.py: replace stray logger.warn() with logger.warning() | Andre McCurdy | 2017-07-25 | 1 | -1/+1 |
* | bitbake: fetch/wget: mitigate a wget race condition when listing FTP directories | Ross Burton | 2017-07-25 | 1 | -12/+11 |
* | bitbake: process: Change timeout warning to a note | Richard Purdie | 2017-07-24 | 1 | -1/+1 |
* | bitbake: cooker/process: Drop server_main function | Richard Purdie | 2017-07-24 | 2 | -23/+21 |
* | bitbake: prserv/serv: Improve process exit handling | Richard Purdie | 2017-07-24 | 1 | -2/+17 |
* | bitbake: fetch2/wget.py: improve error handling during sstate check | Patrick Ohly | 2017-07-21 | 1 | -0/+14 |
* | bitbake: toaster: trim build target input | David Reyna | 2017-07-21 | 1 | -2/+2 |
* | bitbake: toaster: set clone progress default to off | David Reyna | 2017-07-21 | 2 | -4/+4 |
* | bitbake: toaster: include setscene in task progress | David Reyna | 2017-07-21 | 1 | -3/+4 |
* | bitbake: Update to version 1.35.0 (development version with server rework cha... | Richard Purdie | 2017-07-21 | 2 | -2/+2 |
* | bitbake: fetch2: fire an event when there are missing checksums | Paul Eggleton | 2017-07-21 | 1 | -0/+10 |
* | bitbake: fetch2: allow hiding checksum warning | Paul Eggleton | 2017-07-21 | 1 | -0/+6 |
* | bitbake: tinfoil: add more doc comments | Paul Eggleton | 2017-07-21 | 1 | -0/+65 |
* | bitbake: tinfoil: add simple API for getting cached recipe information | Paul Eggleton | 2017-07-21 | 1 | -0/+142 |
* | bitbake: tinfoil: enable access to additional cached items | Paul Eggleton | 2017-07-21 | 2 | -0/+40 |
* | bitbake: tinfoil: add functionality for running full builds | Paul Eggleton | 2017-07-21 | 1 | -0/+154 |
* | bitbake: knotty: make it possible to use termfilter without either console | Paul Eggleton | 2017-07-21 | 1 | -2/+4 |
* | bitbake: lib/bb/ui/uihelper: indicate to caller of eventHandler() if events h... | Paul Eggleton | 2017-07-21 | 1 | -0/+3 |
* | bitbake: lib/bb/event: refactor printing events | Paul Eggleton | 2017-07-21 | 7 | -71/+53 |
* | bitbake: tinfoil: set a flag when recipes have been parsed | Paul Eggleton | 2017-07-21 | 1 | -0/+3 |
* | bitbake: tinfoil: add a parse_recipes() function | Paul Eggleton | 2017-07-21 | 2 | -2/+8 |
* | bitbake: tinfoil: add internal mode to build_file() function | Paul Eggleton | 2017-07-21 | 3 | -15/+37 |
* | bitbake: bb/main.py: fix logic for --observe-only | Robert Yang | 2017-07-21 | 1 | -1/+1 |
* | bitbake: bb/main.py: avoid starting server when not needed | Robert Yang | 2017-07-21 | 1 | -2/+8 |
* | bitbake: bb/main.py: fix infinite loop for --server-only | Robert Yang | 2017-07-21 | 1 | -1/+1 |
* | bitbake: server/process.py: fix self.bitbake_lock.write() | Robert Yang | 2017-07-21 | 1 | -2/+2 |
* | bitbake: cookerdata/cooker: Restore original datastore upon client disconnect | Richard Purdie | 2017-07-21 | 2 | -0/+11 |
* | bitbake: server: Rework the server API so process and xmlrpc servers coexist | Richard Purdie | 2017-07-21 | 10 | -916/+789 |
* | bitbake: daemonize: Various fixes | Richard Purdie | 2017-07-21 | 1 | -8/+12 |
* | bitbake: cookerdata: Add a function to find TOPDIR | Richard Purdie | 2017-07-21 | 1 | -0/+21 |
* | bitbake: server: Remove base classes and inline code | Richard Purdie | 2017-07-21 | 3 | -86/+80 |
* | bitbake: event/command: Allow UI to request the UI eventhander ID | Richard Purdie | 2017-07-21 | 3 | -4/+19 |
* | bitbake: fetch2: fix indentation | Paul Eggleton | 2017-07-18 | 1 | -47/+47 |
* | bitbake: cooker: fix whitespace | Paul Eggleton | 2017-07-18 | 1 | -4/+4 |
* | bitbake: cache.py: fix whitespace | Paul Eggleton | 2017-07-18 | 1 | -14/+13 |
* | bitbake: cookerdata: fix indentation and trailing spaces | Paul Eggleton | 2017-07-18 | 1 | -5/+5 |
* | bitbake: knotty: fix indentation | Paul Eggleton | 2017-07-18 | 1 | -1/+1 |
* | bitbake: bb/server/process: Handle EINTR on idle_commands select | Aníbal Limón | 2017-07-18 | 1 | -1/+6 |