aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
...
| * 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
* Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott2013-03-11
|\
| * Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott2013-03-07
* | We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becomingNicholas Marriott2013-03-11
|/
* Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end,Nicholas Marriott2013-03-04
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17
* If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott2012-09-04
* Sync OpenBSD patchset 1168:Tiago Cunha2012-08-31
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* More ifdef goo is needed due to NOKERNINFO.Tiago Cunha2012-06-18
* Sync OpenBSD patchset 1139:Tiago Cunha2012-06-18
* Sync OpenBSD patchset 1138:Tiago Cunha2012-06-18
* Sync OpenBSD patchset 1123:Tiago Cunha2012-05-30
* Sync OpenBSD patchset 1114:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 1101:Tiago Cunha2012-04-24
* Sync OpenBSD patchset 1100:Tiago Cunha2012-04-24
* Sync OpenBSD patchset 1080:Tiago Cunha2012-03-29
* Sync OpenBSD patchset 1071:Tiago Cunha2012-03-29
* Sync OpenBSD patchset 1043:Tiago Cunha2012-03-18
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 863:Tiago Cunha2011-03-19
* Sync OpenBSD patchset 834:Tiago Cunha2011-01-21
* Put setproctitle back under HAVE_SETPROCTITLE.Nicholas Marriott2010-10-24
* Sync OpenBSD patchset 777:Tiago Cunha2010-10-24
* Sync OpenBSD patchset 775:Tiago Cunha2010-10-24
* Sync OpenBSD patchset 753:Tiago Cunha2010-08-29
* Sync OpenBSD patchset 752:Tiago Cunha2010-08-29
* Sync OpenBSD patchset 731:Tiago Cunha2010-07-02
* Sync OpenBSD patchset 716:Tiago Cunha2010-06-06
* Sync OpenBSD patchset 713:Tiago Cunha2010-06-06
* Sync OpenBSD patchset 698:Tiago Cunha2010-05-14
* Sync OpenBSD patchset 696:Tiago Cunha2010-05-14