Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-28 | wpipc: place sockets in the same runtime directory as pipewire | George Kiagiadakis | 1 | -6/+5 | |
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> | |||||
2021-07-28 | wpipc: remove socket files after shutdown of the server | George Kiagiadakis | 1 | -0/+1 | |
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> | |||||
2021-07-28 | lib: add wpipc library | Julian Bouzas | 1 | -0/+213 | |
Simple library that uses sockets for inter-process communication. It provides an API to create server and client objects. Users can add custom handlers in the server, and clients can send requests for those custom handlers. Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> |