aboutsummaryrefslogtreecommitdiff
path: root/server-msg.c
Commit message (Expand)AuthorAge
* Support for individual session idle time locking. May be enabled by turning offNicholas Marriott2009-10-10
* Don't allow locked or suspended clients to limit the size of active clients.Nicholas Marriott2009-09-24
* Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott2009-09-23
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the clientNicholas Marriott2009-09-23
* Don't attempt to open() the tty path, rely on the client sending its stdin fdNicholas Marriott2009-09-23
* The default terminal size should be 80x24, not 80x25.Nicholas Marriott2009-09-15
* When incorrect passwords are entered, behave similarly to login(1) and backoffNicholas Marriott2009-09-02
* The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott2009-08-23
* If the client passes zero for the window size in the identify message (which itNicholas Marriott2009-08-13
* Have the client pass its stdin fd to the server when identifying itself andNicholas Marriott2009-08-11
* Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott2009-08-11
* Switch tmux to use imsg. This is the last major change to make theNicholas Marriott2009-08-11
* Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08
* 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