| Commit message (Expand) | Author | Age |
... | |
| * | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott | 2011-01-26 |
| * | Only set a mouse mode for mouse-select-pane if none already set by the | Nicholas Marriott | 2011-01-15 |
| * | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott | 2011-01-08 |
| * | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott | 2011-01-03 |
| * | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott | 2011-01-01 |
| * | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott | 2010-12-29 |
| * | Use pointer rather than index for the client's last session. | Nicholas Marriott | 2010-12-20 |
| * | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| * | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott | 2010-12-11 |
| * | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott | 2010-10-16 |
| * | Two new options: | Nicholas Marriott | 2010-09-26 |
| * | Add missing prototype. | Nicholas Marriott | 2010-08-31 |
| * | Do not need to dup() the tty fd sent from the client because it is | Nicholas Marriott | 2010-08-19 |
| * | Change the way backoff works. Instead of stopping reading from the pty | Nicholas Marriott | 2010-08-11 |
| * | dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). | Nicholas Marriott | 2010-07-28 |
| * | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott | 2010-07-24 |
| * | Send the \n to stdout with the message, not stderr... doh. | Nicholas Marriott | 2010-07-19 |
| * | Return the command client return code with MSG_EXIT now that MSG_ERROR and | Nicholas Marriott | 2010-07-11 |
| * | Send all three of stdin, stdout, stderr from the client to the server, so that | Nicholas Marriott | 2010-06-28 |
| * | Fix problems with window sizing seen by Raghavendra D Prabhu when | Nicholas Marriott | 2010-06-05 |
| * | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott | 2010-05-23 |
| * | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott | 2010-02-06 |
| * | Change nested check to compare server socket path rather than just assuming | Nicholas Marriott | 2010-02-06 |
| * | mouse-select-pane has to redraw the borders now too. | Nicholas Marriott | 2010-01-08 |
| * | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott | 2010-01-03 |
| * | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott | 2009-12-10 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | 2009-11-26 |
| * | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott | 2009-11-19 |
| * | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott | 2009-11-19 |
| * | Add a per-client log of status line messages displayed while that client | Nicholas Marriott | 2009-11-18 |
| * | Tidy up and fix some types, prompted by lint via deraadt. | Nicholas Marriott | 2009-11-13 |
| * | Only need to chmod +x or -x the socket when a client is created, lost or | Nicholas Marriott | 2009-11-11 |
| * | Switch tty key input over to happen on a read event. This is a bit more | Nicholas Marriott | 2009-11-05 |
| * | Convert the key repeat timer to an event. | Nicholas Marriott | 2009-11-05 |
| * | Move status timer check into the global once-per-second timer, this could maybe | Nicholas Marriott | 2009-11-04 |
| * | Use timeout events for the identify and message timers. | Nicholas Marriott | 2009-11-04 |
| * | Don't reenlist the client imsg event every loop, instead have a small function | Nicholas Marriott | 2009-11-04 |
| * | Switch tty fds over to a bufferevent. | Nicholas Marriott | 2009-11-04 |
| * | Initial changes to move tmux to libevent. | Nicholas Marriott | 2009-11-04 |
| * | Add an activity time for clients, like for sessions, and change session and | Nicholas Marriott | 2009-11-03 |
| * | Change session and client activity and creation time members to have more | Nicholas Marriott | 2009-11-03 |
| * | Move the poll registration functions into the server-*.c files. | Nicholas Marriott | 2009-10-27 |
| * | tabs are better; ok nicm | Theo Deraadt | 2009-10-26 |
| * | Don't do anything in the client callback if the client has already died to | Nicholas Marriott | 2009-10-26 |
| * | Don't try to continue processing a client if the session has been destroyed. | Nicholas Marriott | 2009-10-25 |
| * | Remove the -d flag to tmux and just use op/AX to detect default colours. | Nicholas Marriott | 2009-10-25 |
| * | +time.h. | Nicholas Marriott | 2009-10-25 |
| * | Redraw checks have to after handling input or pane redraw flags set by key | Nicholas Marriott | 2009-10-22 |
| * | The client buffers have to be checked after every event in order to catch the | Nicholas Marriott | 2009-10-22 |