aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/asyncrpc
AgeCommit message (Expand)Author
2021-08-23bitbake: asyncrpc: always create new asyncio loopsScott Murray
2021-08-23bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt
2021-07-27bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-07-27asyncrpc: Set timeout when waiting for reply from serverPaul Barker
2021-07-27asyncrpc: Fix bad message error in clientPaul Barker
2021-06-06asyncrpc: Reduce verbosityPaul Barker
2021-06-06asyncrpc: Add ping methodPaul Barker
2021-04-27asyncrpc: Common implementation of RPC using json & asyncioPaul Barker