summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2009-08-12imsg closes the fd after sending, so dup() STDIN_FILENO before passing it toNicholas Marriott
2009-08-11Have the client pass its stdin fd to the server when identifying itself andNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-08-08Tidy function a little by using a temporary variable.Nicholas Marriott
2009-07-30There aren't many client message types or code to handle them so get rid of theNicholas Marriott
2009-07-30Tell the server when the client gets SIGTERM so it can clean up the terminalNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-23None of the server message functions return anything but 0, so make them allNicholas Marriott
2009-07-23Tidy client message return slightly: convert flags into an enum, and mergeNicholas Marriott
2009-07-22Pass a set of flags into client_init rather than just a start_serverNicholas Marriott
2009-06-25Remove some dead assignments, found by sthen with clang.Nicholas Marriott
2009-06-05Call setproctitle earlier in the client, and include the socket name. Makes itNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott