Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipc: disable IPC completely when disable-ipc=true | Jason Cox | 2024-04-13 | 1 | -4/+0 |
* | ipc: retry failed command directly, not over IPC | Jason Cox | 2024-04-13 | 1 | -41/+5 |
* | ipc: improve error handling | Jason Cox | 2024-04-13 | 1 | -1/+1 |
* | ipc: accept verbatim commands | Jason Cox | 2024-02-19 | 1 | -2/+5 |
* | log: move package to lib | Robin Jarry | 2024-02-14 | 1 | -1/+1 |
* | ipc: wait for app to be ready before accepting commands | Robin Jarry | 2024-01-31 | 1 | -2/+6 |
* | commands: pass raw command line down to template evaluation | Robin Jarry | 2023-10-28 | 1 | -3/+4 |
* | xdg: get rid of deprecated dependencies | Robin Jarry | 2023-08-27 | 1 | -3/+2 |
* | ipc: allow triggering internal commands via IPC | Moritz Poldrack | 2023-03-07 | 1 | -0/+14 |
* | ipc: use an interface instead of a function list | Moritz Poldrack | 2023-03-07 | 1 | -7/+5 |
* | ipc: change protocol to JSON | Moritz Poldrack | 2023-03-07 | 1 | -24/+33 |
* | socket: refactor existing code | Moritz Poldrack | 2023-03-07 | 1 | -0/+116 |