aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ipc/receive.go
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-131-41/+5
* ipc: improve error handlingJason Cox2024-04-131-1/+1
* 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-281-3/+4
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-3/+2
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-071-0/+14
* ipc: use an interface instead of a function listMoritz Poldrack2023-03-071-7/+5
* ipc: change protocol to JSONMoritz Poldrack2023-03-071-24/+33
* socket: refactor existing codeMoritz Poldrack2023-03-071-0/+116