Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
480f5d31848dd79ed6d127a31899262cbe17626a
/
server-msg.c
b7d031c
Support for individual session idle time locking. May be enabled by turning off
by Nicholas Marriott
· 15 years ago
1764ef8
Don't allow locked or suspended clients to limit the size of active clients.
by Nicholas Marriott
· 15 years ago
9200a0b
Support -c like sh(1) to execute a command, useful when tmux is a login
by Nicholas Marriott
· 15 years ago
b01dcd7
Remove the internal tmux locking and instead detach each client and run the
by Nicholas Marriott
· 15 years ago
962fa20
Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client
by Nicholas Marriott
· 15 years ago
64caf59
Don't attempt to open() the tty path, rely on the client sending its stdin fd
by Nicholas Marriott
· 15 years ago
f39865e
The default terminal size should be 80x24, not 80x25.
by Nicholas Marriott
· 15 years ago
c5ac257
When incorrect passwords are entered, behave similarly to login(1) and backoff
by Nicholas Marriott
· 15 years ago
43cd40e
The cursession member in struct cmd_ctx is always either curclient->session or
by Nicholas Marriott
· 15 years ago
7a005b9
If the client passes zero for the window size in the identify message (which it
by Nicholas Marriott
· 15 years ago
4310282
Have the client pass its stdin fd to the server when identifying itself and
by Nicholas Marriott
· 15 years ago
ff65e37
Drop the no_stop argument to tty_close and tty_free in favour of a flag in the
by Nicholas Marriott
· 15 years ago
f063571
Switch tmux to use imsg. This is the last major change to make the
by Nicholas Marriott
· 15 years ago
6491274
Infrastructure and commands to manage the environment for processes started
by Nicholas Marriott
· 15 years ago
9f1dd4d
Similar changes for server_msg_dispatch: use a switch instead of a lookup table
by Nicholas Marriott
· 15 years ago
c1d6d7a
Rename struct hdrtype to msgtype which is a better name and can be used even
by Nicholas Marriott
· 15 years ago
34a82e7
Make all messages sent between the client and server fixed size.
by Nicholas Marriott
· 15 years ago
4a04b49
None of the server message functions return anything but 0, so make them all
by Nicholas Marriott
· 15 years ago
474fdeb
Handle empty or unset TERM correctly; also fix a fatal() message while here.
by Nicholas Marriott
· 15 years ago
9ced016
When sending a "protocol mismatch" error message, tell the client to exit
by Nicholas Marriott
· 15 years ago
89262c6
Terminate cwd buffer before running xstrdup on it.
by Nicholas Marriott
· 15 years ago
50bd094
If the prompt is hidden or a password is sent with -U, zero it before freeing
by Nicholas Marriott
· 15 years ago
35876ea
Import tmux, a terminal multiplexor allowing (among other things) a single
by Nicholas Marriott
· 15 years ago