aboutsummaryrefslogtreecommitdiff
path: root/common/ipc-client.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2020-07-30ipc: fix aligment issue of data bufferAntonin Décimo
2019-08-12ipc-client: remove useless free for failed mallocAntonin Décimo
2019-05-27common/ipc-client: remove ipc recv timeout logBrian Ashworth
2019-04-17swaymsg: add timeout and type checksBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl
2019-01-16Use static arrays where possible.Connor E
2019-01-16Remove usage of VLAs.Connor E
2019-01-01Remove readline.cIan Fan
2018-09-02prevent ub caused by misaligned stores/loadstaiyu
2018-08-06ipc-client: fix memory leaks in get_socketpathIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-04-13Fix gcc string truncation warningsDominique Martinet
2018-03-29Allow sway IPC clients to fall back to i3 socketDrew DeVault
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault
2016-09-01Reorganize includesDrew DeVault
2016-08-30Fix to make ipc client code FreeBSD compatible.Johannes Lundberg
2016-05-01common: fix potential buffer overflowEric Engestrom
2016-03-22Abort when receiving 0 bytes in IPC callMikkel Oscar Lyderik
2016-01-03Add type to returned response.Mikkel Oscar Lyderik
2015-12-13Subscribe to workspace change events and redrawDrew DeVault
2015-11-28Fix incorrect #include on ipc-client.cDrew DeVault
2015-11-27Add command line to swaygrabDrew DeVault
2015-11-27Move IPC client into common, refactor IPCDrew DeVault