summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc
Commit message (Expand)AuthorAgeFilesLines
* bitbake: async: Close sync client event loopJoshua Watt2021-10-111-1/+8
* bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray2021-08-232-4/+30
* bitbake: bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt2021-08-231-46/+72
* bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt2021-07-291-0/+21
* bitbake: asyncrpc: Set timeout when waiting for reply from serverPaul Barker2021-07-291-2/+7
* bitbake: asyncrpc: Fix bad message error in clientPaul Barker2021-07-291-1/+1
* bitbake: asyncrpc: Reduce verbosityPaul Barker2021-06-061-4/+4
* bitbake: asyncrpc: Add ping methodPaul Barker2021-06-062-1/+11
* bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker2021-04-273-0/+394