aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: disable IPC completely when disable-ipc=trueJason Cox2024-04-131-4/+0
* ipc: retry failed command directly, not over IPCJason Cox2024-04-132-46/+6
* ipc: improve error handlingJason Cox2024-04-132-13/+8
* ipc: accept verbatim commandsJason Cox2024-02-191-2/+5
* log: move package to libRobin Jarry2024-02-141-1/+1
* ipc: wait for app to be ready before accepting commandsRobin Jarry2024-01-311-2/+6
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-282-4/+5
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-272-6/+4
* ipc: stay silent if command succeededMoritz Poldrack2023-03-071-3/+1
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-072-0/+15
* ipc: use an interface instead of a function listMoritz Poldrack2023-03-072-7/+13
* ipc: change protocol to JSONMoritz Poldrack2023-03-073-28/+105
* socket: refactor existing codeMoritz Poldrack2023-03-073-146/+147
* socket: extract functionality into ipc packageMoritz Poldrack2023-03-071-0/+146