Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitbake: asyncrpc: Fix attribute errors | Daniel Gomez | 2022-02-17 | 1 | -1/+1 |
* | bitbake: async: Close sync client event loop | Joshua Watt | 2021-10-11 | 1 | -1/+8 |
* | bitbake: bitbake: asyncrpc: always create new asyncio loops | Scott Murray | 2021-08-23 | 2 | -4/+30 |
* | bitbake: bitbake: asyncrpc: Defer all asyncio to child process | Joshua Watt | 2021-08-23 | 1 | -46/+72 |
* | bitbake: bitbake: asyncrpc: Catch early SIGTERM | Joshua Watt | 2021-07-29 | 1 | -0/+21 |
* | bitbake: asyncrpc: Set timeout when waiting for reply from server | Paul Barker | 2021-07-29 | 1 | -2/+7 |
* | bitbake: asyncrpc: Fix bad message error in client | Paul Barker | 2021-07-29 | 1 | -1/+1 |
* | bitbake: asyncrpc: Reduce verbosity | Paul Barker | 2021-06-06 | 1 | -4/+4 |
* | bitbake: asyncrpc: Add ping method | Paul Barker | 2021-06-06 | 2 | -1/+11 |
* | bitbake: asyncrpc: Common implementation of RPC using json & asyncio | Paul Barker | 2021-04-27 | 3 | -0/+394 |