aboutsummaryrefslogtreecommitdiff
path: root/server-msg.c
Commit message (Expand)AuthorAge
* Similar changes for server_msg_dispatch: use a switch instead of a lookup tableNicholas Marriott2009-07-30
* Rename struct hdrtype to msgtype which is a better name and can be used evenNicholas Marriott2009-07-29
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* None of the server message functions return anything but 0, so make them allNicholas Marriott2009-07-23
* Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott2009-07-07
* When sending a "protocol mismatch" error message, tell the client to exitNicholas Marriott2009-07-07
* Terminate cwd buffer before running xstrdup on it.Nicholas Marriott2009-06-05
* If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott2009-06-04
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01