mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 19:08:50 +00:00
a9b6bfdddd
Switch tmux to use imsg. This is the last major change to make the client-server protocol more resilient and make the protocol versioning work properly. In future, the only things requiring a protocol version bump will be changes in the message structs, and (when both client and server have this change) mixing different versions should nicely report an error message. As a side effect this also makes the code tidier, fixes a problem with the way errors reported during server startup were handled, and supports fd passing (which will be used in future). Looked over by eric@, thanks. Please note that mixing a client with this change with an older server or vice versa may cause tmux to crash or hang - tmux should be completely exited before upgrading. |
||
---|---|---|
.. | ||
asprintf.c | ||
bitstring.h | ||
bsd-poll.c | ||
bsd-poll.h | ||
daemon.c | ||
fgetln.c | ||
forkpty-aix.c | ||
forkpty-sunos.c | ||
getopt.c | ||
imsg-buffer.c | ||
imsg.c | ||
imsg.h | ||
queue.h | ||
strcasestr.c | ||
strlcat.c | ||
strlcpy.c | ||
strtonum.c | ||
tree.h | ||
unvis.c | ||
vis.c | ||
vis.h |