summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc
Commit message (Expand)AuthorAgeFilesLines
* bitbake: asyncrpc: Add Client Pool objectJoshua Watt2024-02-192-1/+78
* bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt2023-11-141-1/+4
* 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-094-4/+22
* bitbake: hashserv: Add SQLalchemy backendJoshua Watt2023-11-091-2/+9
* bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt2023-11-091-3/+18
* bitbake: asyncrpc: Add context manager APIJoshua Watt2023-11-091-0/+13
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-093-2/+106
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-095-228/+298
* bitbake: asyncrpc: serv: correct closed client socket detectionJustin Bronder2022-10-291-2/+2
* bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-09-051-9/+13
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-123-0/+6
* bitbake: asyncrpc: Add TCP Keep AlivesJoshua Watt2022-07-201-0/+7
* bitbake: asyncrpc: Fix attribute errorsDaniel Gomez2022-02-171-1/+1
* 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