index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
ipc-client.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2020-07-30
ipc: fix aligment issue of data buffer
Antonin Décimo
2019-08-12
ipc-client: remove useless free for failed malloc
Antonin Décimo
2019-05-27
common/ipc-client: remove ipc recv timeout log
Brian Ashworth
2019-04-17
swaymsg: add timeout and type checks
Brian Ashworth
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-19
Fix backup methods in get_socketpath for IPC client
M Stoeckl
2019-01-16
Use static arrays where possible.
Connor E
2019-01-16
Remove usage of VLAs.
Connor E
2019-01-01
Remove readline.c
Ian Fan
2018-09-02
prevent ub caused by misaligned stores/loads
taiyu
2018-08-06
ipc-client: fix memory leaks in get_socketpath
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-04-13
Fix gcc string truncation warnings
Dominique Martinet
2018-03-29
Allow sway IPC clients to fall back to i3 socket
Drew DeVault
2018-01-05
sway: change all sway_log to wlr_log
Dominique Martinet
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Handle malloc failure in ipc_recv_response
Drew DeVault
2016-09-01
Reorganize includes
Drew DeVault
2016-08-30
Fix to make ipc client code FreeBSD compatible.
Johannes Lundberg
2016-05-01
common: fix potential buffer overflow
Eric Engestrom
2016-03-22
Abort when receiving 0 bytes in IPC call
Mikkel Oscar Lyderik
2016-01-03
Add type to returned response.
Mikkel Oscar Lyderik
2015-12-13
Subscribe to workspace change events and redraw
Drew DeVault
2015-11-28
Fix incorrect #include on ipc-client.c
Drew DeVault
2015-11-27
Add command line to swaygrab
Drew DeVault
2015-11-27
Move IPC client into common, refactor IPC
Drew DeVault