aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/asyncrpc/client.py
AgeCommit message (Expand)Author
17 hoursasyncrpc/client: Fix websockets minimum version for python 3.10Richard Purdie
9 daysasyncrpc: Check websockets versionjoshua Watt
2024-04-14asyncrpc: include parse_address from hashservMichael Opdenacker
2024-02-24asyncrpc: Add support for server headersJoshua Watt
2024-02-19asyncrpc: Add Client Pool objectJoshua 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-09asyncrpc: Add context manager APIJoshua Watt
2023-11-09hashserv: Add websocket connection implementationJoshua Watt
2023-11-09asyncrpc: Abstract socketsJoshua Watt
2022-09-03asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie
2022-08-12bitbake: Add copyright headers where missingRichard Purdie
2021-10-11async: Close sync client event loopJoshua Watt
2021-08-23bitbake: asyncrpc: always create new asyncio loopsScott Murray
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: Add ping methodPaul Barker
2021-04-27asyncrpc: Common implementation of RPC using json & asyncioPaul Barker