summaryrefslogtreecommitdiffstats
path: root/server-msg.c
AgeCommit message (Expand)Author
2009-08-13If the client passes zero for the window size in the identify message (which itNicholas Marriott
2009-08-11Have the client pass its stdin fd to the server when identifying itself andNicholas Marriott
2009-08-11Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-07-30Similar changes for server_msg_dispatch: use a switch instead of a lookup tableNicholas Marriott
2009-07-29Rename struct hdrtype to msgtype which is a better name and can be used evenNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-23None of the server message functions return anything but 0, so make them allNicholas Marriott
2009-07-07Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-07-07When sending a "protocol mismatch" error message, tell the client to exitNicholas Marriott
2009-06-05Terminate cwd buffer before running xstrdup on it.Nicholas Marriott
2009-06-04If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott