summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-11-21Switch to varlink as IPC protocolJannis M. Hoffmann
This is a lot! Whole new design on top of a statefult varlink interface. You can now handle multiple request response cycles over a single connection. The error responses are lot more refined than just status codes with optional messages and finally part of the protocol. TODO: A lot of error handling needs to be improved.
2024-11-03fix clippy warningsJannis M. Hoffmann
2023-08-15initial commitJannis M. Hoffmann