aboutsummaryrefslogtreecommitdiff
path: root/src/ipc.c
AgeCommit message (Collapse)Author
2020-11-16imv, 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-15imv_ipc_create: Fix resource leakHarry Jeffery
2019-08-12Add imv-msg commandHarry Jeffery
2019-08-12ipc: Handle closed socket correctlyHarry Jeffery
2019-08-07ipc: Add ipc support to imvHarry Jeffery