1. 85e8b70 imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to by Nicholas Marriott · 15 years ago
  2. 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago
  3. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  4. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  5. e985629 Tidy function a little by using a temporary variable. by Nicholas Marriott · 15 years ago
  6. 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 15 years ago
  7. 479d614 Tell the server when the client gets SIGTERM so it can clean up the terminal by Nicholas Marriott · 15 years ago
  8. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  9. 4a04b49 None of the server message functions return anything but 0, so make them all by Nicholas Marriott · 15 years ago
  10. 16e017d Tidy client message return slightly: convert flags into an enum, and merge by Nicholas Marriott · 15 years ago
  11. bb14c36 Pass a set of flags into client_init rather than just a start_server by Nicholas Marriott · 15 years ago
  12. eb8ab96 Remove some dead assignments, found by sthen with clang. by Nicholas Marriott · 15 years ago
  13. 1156467 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 15 years ago
  14. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago