summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc/client.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: asyncrpc: Use client timeout for websocket open timeoutJoshua Watt4 days1-1/+5
* bitbake: asyncrpc: Remove ClientPoolJoshua Watt8 days1-75/+1
* bitbake: bitbake: Drop older python version compatibility codeRichard Purdie8 days1-2/+1
* bitbake: asyncrpc/client: Fix websockets minimum version for python 3.10Richard Purdie2024-05-161-1/+3
* bitbake: asyncrpc: Check websockets versionjoshua Watt2024-05-081-0/+22
* bitbake: asyncrpc: include parse_address from hashservMichael Opdenacker2024-04-141-0/+23
* bitbake: asyncrpc: Add support for server headersJoshua Watt2024-02-271-1/+32
* bitbake: asyncrpc: Add Client Pool objectJoshua Watt2024-02-191-0/+77
* bitbake: asyncrpc: client: Add disconnect APIJoshua Watt2023-11-091-1/+7
* bitbake: asyncrpc: client: Prevent double closing of loopJoshua Watt2023-11-091-4/+6
* bitbake: asyncrpc: Add InvokeErrorJoshua Watt2023-11-091-2/+8
* bitbake: asyncrpc: Add context manager APIJoshua Watt2023-11-091-0/+13
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-091-1/+10
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-091-55/+23
* bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-09-051-9/+13
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: async: Close sync client event loopJoshua Watt2021-10-111-1/+8
* bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray2021-08-231-0/+10
* 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: Add ping methodPaul Barker2021-06-061-1/+6
* bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker2021-04-271-0/+145