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