Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | imv, ipc: improve error checking for ipc creation. | Érico Rolim | |
Since this isn't essential functionality, it's ok to simply not provide it. In cases where XDG_RUNTIME_DIR was empty (but not unset) or set to a directory where the user didn't have write permissions, socket creation would fail and lead to segmentation faults in imv, due to the return value of imv_ipc_create() not being checked. | |||
2019-08-15 | imv_ipc_create: Fix resource leak | Harry Jeffery | |
2019-08-12 | Add imv-msg command | Harry Jeffery | |
2019-08-12 | ipc: Handle closed socket correctly | Harry Jeffery | |
2019-08-07 | ipc: Add ipc support to imv | Harry Jeffery | |