summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc/serv.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop older python version compatibility codeRichard Purdie13 days1-2/+1
* bitbake: hashserv: server: Add support for SO_REUSEPORTJoshua Watt2024-05-301-7/+27
* bitbake: asyncrpc: Add support for server headersJoshua Watt2024-02-271-2/+14
* bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt2023-11-141-1/+4
* bitbake: asyncrpc: Add InvokeErrorJoshua Watt2023-11-091-2/+9
* bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt2023-11-091-3/+18
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-091-1/+52
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-091-148/+156
* bitbake: asyncrpc: serv: correct closed client socket detectionJustin Bronder2022-10-291-2/+2
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: asyncrpc: Add TCP Keep AlivesJoshua Watt2022-07-201-0/+7
* bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray2021-08-231-4/+20
* 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: Reduce verbosityPaul Barker2021-06-061-4/+4
* bitbake: asyncrpc: Add ping methodPaul Barker2021-06-061-0/+5
* bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker2021-04-271-0/+218