aboutsummaryrefslogtreecommitdiff
path: root/lib/ipc
AgeCommit message (Expand)Author
2024-04-13ipc: disable IPC completely when disable-ipc=trueJason Cox
2024-04-13ipc: retry failed command directly, not over IPCJason Cox
2024-04-13ipc: improve error handlingJason Cox
2024-02-19ipc: accept verbatim commandsJason Cox
2024-02-14log: move package to libRobin Jarry
2024-01-31ipc: wait for app to be ready before accepting commandsRobin Jarry
2023-10-28commands: pass raw command line down to template evaluationRobin Jarry
2023-08-27xdg: get rid of deprecated dependenciesRobin Jarry
2023-03-07ipc: stay silent if command succeededMoritz Poldrack
2023-03-07ipc: allow triggering internal commands via IPCMoritz Poldrack
2023-03-07ipc: use an interface instead of a function listMoritz Poldrack
2023-03-07ipc: change protocol to JSONMoritz Poldrack
2023-03-07socket: refactor existing codeMoritz Poldrack
2023-03-07socket: extract functionality into ipc packageMoritz Poldrack