aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/asyncrpc
AgeCommit message (Expand)Author
2023-11-14asyncrpc: Add option to set log level when running as a processJoshua Watt
2023-11-09asyncrpc: client: Add disconnect APIJoshua Watt
2023-11-09asyncrpc: client: Prevent double closing of loopJoshua Watt
2023-11-09asyncrpc: Add InvokeErrorJoshua Watt
2023-11-09hashserv: Add SQLalchemy backendJoshua Watt
2023-11-09asyncrpc: Prefix log messages with client infoJoshua Watt
2023-11-09asyncrpc: Add context manager APIJoshua Watt
2023-11-09hashserv: Add websocket connection implementationJoshua Watt
2023-11-09asyncrpc: Abstract socketsJoshua Watt
2022-10-29asyncrpc: serv: correct closed client socket detectionJustin Bronder
2022-09-03asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie
2022-08-12bitbake: Add copyright headers where missingRichard Purdie
2022-07-20asyncrpc: Add TCP Keep AlivesJoshua Watt
2022-02-17asyncrpc: Fix attribute errorsDaniel Gomez
2021-10-11async: Close sync client event loopJoshua Watt
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