aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* 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
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* Fix a race condition when asking a client to take over the terminal (switchingNicholas Marriott2009-09-02
* That was the wrong fix. MSG_ERROR should set the error and the client shouldNicholas Marriott2009-09-02
* Set exittype for error exit as well as the error string.Nicholas Marriott2009-09-02
* imsg closes the fd after sending, so dup() STDIN_FILENO before passing it toNicholas Marriott2009-08-12
* Have the client pass its stdin fd to the server when identifying itself andNicholas 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
* Tidy function a little by using a temporary variable.Nicholas Marriott2009-08-08
* There aren't many client message types or code to handle them so get rid of theNicholas Marriott2009-07-30
* Tell the server when the client gets SIGTERM so it can clean up the terminalNicholas Marriott2009-07-30
* 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
* Tidy client message return slightly: convert flags into an enum, and mergeNicholas Marriott2009-07-23
* Pass a set of flags into client_init rather than just a start_serverNicholas Marriott2009-07-22
* Remove some dead assignments, found by sthen with clang.Nicholas Marriott2009-06-25
* Call setproctitle earlier in the client, and include the socket name. Makes itNicholas Marriott2009-06-05
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01