summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc
AgeCommit message (Expand)Author
2024-04-14bitbake: asyncrpc: include parse_address from hashservMichael Opdenacker
2024-02-27bitbake: asyncrpc: Add support for server headersJoshua Watt
2024-02-19bitbake: asyncrpc: Add Client Pool objectJoshua Watt
2023-11-14bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt
2023-11-09bitbake: asyncrpc: client: Add disconnect APIJoshua Watt
2023-11-09bitbake: asyncrpc: client: Prevent double closing of loopJoshua Watt
2023-11-09bitbake: asyncrpc: Add InvokeErrorJoshua Watt
2023-11-09bitbake: hashserv: Add SQLalchemy backendJoshua Watt
2023-11-09bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt
2023-11-09bitbake: asyncrpc: Add context manager APIJoshua Watt
2023-11-09bitbake: hashserv: Add websocket connection implementationJoshua Watt
2023-11-09bitbake: asyncrpc: Abstract socketsJoshua Watt
2022-10-29bitbake: asyncrpc: serv: correct closed client socket detectionJustin Bronder
2022-09-05bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie
2022-08-12bitbake: bitbake: Add copyright headers where missingRichard Purdie
2022-07-20bitbake: asyncrpc: Add TCP Keep AlivesJoshua Watt
2022-02-17bitbake: asyncrpc: Fix attribute errorsDaniel Gomez
2021-10-11bitbake: async: Close sync client event loopJoshua Watt
2021-08-23bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray
2021-08-23bitbake: bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt
2021-07-29bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-07-29bitbake: asyncrpc: Set timeout when waiting for reply from serverPaul Barker
2021-07-29bitbake: asyncrpc: Fix bad message error in clientPaul Barker
2021-06-06bitbake: asyncrpc: Reduce verbosityPaul Barker
2021-06-06bitbake: asyncrpc: Add ping methodPaul Barker
2021-04-27bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker