| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. |  nicm | 2015-01-19 | 1 | -2/+2 |
* | Only care about other permissions, allow group to be set. |  nicm | 2015-01-19 | 1 | -2/+2 |
* | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. |  nicm | 2015-01-19 | 1 | -3/+2 |
* | Tidy up some includes. |  nicm | 2014-10-20 | 1 | -4/+5 |
* | Remove the "info" message mechanism, this was only used for about five |  nicm | 2014-04-17 | 1 | -6/+5 |
* | Remove log_debug2 as well and simplify log.c. |  nicm | 2014-03-31 | 1 | -2/+2 |
* | Leftovers from removing 88 colour support, from Theo Buehler. |  nicm | 2014-02-16 | 1 | -2/+2 |
* | Do not attempt to read .tmux.conf if we can't figure out a home |  nicm | 2014-01-15 | 1 | -6/+11 |
* | Three small changes from Tiago Cunha: |  nicm | 2014-01-09 | 1 | -2/+6 |
* | We accidentally haven't been using $TMUX to work out the session for a |  nicm | 2013-10-10 | 1 | -23/+9 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -26/+4 |
* | Merge IDENTIFY_* flags with CLIENT_* flags. |  nicm | 2013-10-10 | 1 | -9/+9 |
* | Don't treat TMUX_TMPDIR as a potential file |  nicm | 2013-10-10 | 1 | -3/+5 |
* | Fix previous not to leak fd on failure, whoops. |  nicm | 2013-10-05 | 1 | -8/+10 |
* | Use open(".")/fchdir() to save and restore current directory rather than |  nicm | 2013-10-05 | 1 | -4/+10 |
* | Rename global configuration define. |  nicm | 2013-04-24 | 1 | -2/+2 |
* | Call setlocale(LC_TIME) at startup. |  nicm | 2013-04-11 | 1 | -1/+4 |
* | Add TMUX_TMPDIR variable to put the socket directory outside |  nicm | 2013-03-27 | 1 | -4/+6 |
* | Remove tmux's (already minimal) 88 colour support. Such terminals are |  nicm | 2013-03-27 | 1 | -7/+2 |
* | Rename session idx to session id throughout and add $ prefix to targets |  nicm | 2013-03-25 | 1 | -5/+5 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -3/+1 |
* | Correctly aggregate together errors from nested config files (with |  nicm | 2012-11-27 | 1 | -1/+3 |
* | Call realpath earlier on the socket directory path rather than on the |  nicm | 2012-11-26 | 1 | -5/+7 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -14/+9 |
* | Add a skeleton mode to tmux (called "control mode") that let's tmux |  nicm | 2012-06-18 | 1 | -2/+8 |
* | Do not use stderr for log file and don't call log_close when not needed. |  nicm | 2012-05-30 | 1 | -2/+1 |
* | Simplify logging and just fprintf(stderr, ...) for early errors. |  nicm | 2012-05-25 | 1 | -5/+3 |
* | Drop the ability to have a list of keys in the prefix in favour of two |  nicm | 2012-01-21 | 1 | -8/+1 |
* | Try to resolve relative paths for loadb and saveb (first using client |  nicm | 2011-10-23 | 1 | -1/+17 |
* | Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. |  nicm | 2011-10-23 | 1 | -3/+3 |
* | Reject $SHELL if it is not a full path. |  nicm | 2011-09-25 | 1 | -2/+4 |
* | Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed |  nicm | 2011-03-04 | 1 | -2/+2 |
* | Set $TMUX without the session when background jobs are run. |  nicm | 2011-01-23 | 1 | -37/+10 |
* | Use TMPDIR if set, from Han Boetes. |  nicm | 2011-01-12 | 1 | -3/+6 |
* | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the |  nicm | 2011-01-08 | 1 | -8/+18 |
* | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 |  nicm | 2011-01-03 | 1 | -1/+2 |
* | Move the user-visible parts of all options (names, types, limit, default |  nicm | 2011-01-01 | 1 | -109/+18 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -2/+2 |
* | Add other-pane-height and other-pane-width options, allowing the width |  nicm | 2010-12-19 | 1 | -1/+3 |
* | In the built-in layouts, distribute the panes more evenly. Set the |  nicm | 2010-12-08 | 1 | -2/+2 |
* | Add an option to alert (monitor) for silence (lack of activity) in a |  nicm | 2010-12-06 | 1 | -1/+3 |
* | If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys |  nicm | 2010-11-29 | 1 | -5/+13 |
* | Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. |  nicm | 2010-11-11 | 1 | -3/+6 |
* | Merge the before and after attach client code into one in client.c |  nicm | 2010-10-18 | 1 | -232/+44 |
* | Make stdio blocking again before calling shell command with -c. |  nicm | 2010-10-16 | 1 | -1/+9 |
* | Trying to set FD_CLOEXEC on every fd is a lost cause, just use |  nicm | 2010-10-16 | 1 | -1/+3 |
* | Use an explicit event rather than event_once for the main event so it |  nicm | 2010-10-14 | 1 | -4/+9 |
* | Two new options: |  nicm | 2010-09-26 | 1 | -1/+3 |
* | Do not call event_del() for signals after fork(), just use sigaction() |  nicm | 2010-08-19 | 1 | -3/+3 |
* | switch back to kqueue for now, since (a) kqueue has been fixed to deal |  deraadt | 2010-08-04 | 1 | -4/+1 |