| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge hooks into options and make each one an array option. This allows |  nicm | 2019-04-26 | 1 | -4/+1 |
* | Do not use PWD unless it actually matches the real working directory. |  nicm | 2018-11-22 | 1 | -4/+27 |
* | Improve error message if creating socket parent directory fails, from |  nicm | 2018-01-12 | 1 | -18/+20 |
* | Prefer PWD for current directory if present in client, from Wei Zhao in |  nicm | 2018-01-01 | 1 | -4/+5 |
* | Make shell_command a global like other stuff rather than making it an |  nicm | 2017-07-12 | 1 | -7/+7 |
* | Try C.UTF-8 which is also a commonly useful locale on some platforms, |  nicm | 2017-07-03 | 1 | -2/+3 |
* | Do not need getopt.h. |  nicm | 2017-04-22 | 1 | -2/+1 |
* | Use fdforkpty() instead of our own unwrapped versions. |  nicm | 2017-04-20 | 1 | -3/+4 |
* | Style nits and a missing cast. |  nicm | 2017-04-19 | 1 | -2/+2 |
* | Memory leak, from David CARLIER. |  nicm | 2017-04-16 | 1 | -1/+3 |
* | Use uid_t for UID not u_int. |  nicm | 2017-03-21 | 1 | -4/+3 |
* | Style nits. |  nicm | 2017-02-16 | 1 | -2/+2 |
* | Open /dev/ptm before pledge() and save it to be used for PTMGET later |  nicm | 2017-01-23 | 1 | -1/+4 |
* | Major tidy up and rework of options tree and set-option/show-options |  nicm | 2017-01-15 | 1 | -11/+21 |
* | Simplify appending to string options. |  nicm | 2017-01-12 | 1 | -2/+3 |
* | Spacing nits. |  nicm | 2016-12-09 | 1 | -2/+2 |
* | Add static in window-*.c and move some internal functions out of tmux.h. |  nicm | 2016-10-11 | 1 | -3/+6 |
* | Loads more static, except for cmd-*.c and window-*.c. |  nicm | 2016-10-10 | 1 | -4/+4 |
* | Use getprogname() instead of __progname to make portability easier. |  nicm | 2016-05-27 | 1 | -3/+3 |
* | Fix up a couple of long lines. |  nicm | 2016-05-04 | 1 | -3/+2 |
* | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 |  nicm | 2016-03-05 | 1 | -5/+10 |
* | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, |  nicm | 2016-03-05 | 1 | -3/+6 |
* | Remove unused variables, from Michal Mazurek. |  nicm | 2016-03-01 | 1 | -2/+1 |
* | Use system wcwidth() instead of carrying around UTF-8 width tables. |  nicm | 2016-03-01 | 1 | -1/+4 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a |  nicm | 2015-12-08 | 1 | -1/+4 |
* | Make environ_set va_args and use it to tidy up some calls. Also add a |  nicm | 2015-11-24 | 1 | -2/+2 |
* | Shell command from -c doesn't have to be global, pass it as an argument. |  nicm | 2015-11-24 | 1 | -7/+6 |
* | Tidy the code that works out the socket path, and just use the full path |  nicm | 2015-11-24 | 1 | -48/+40 |
* | Remove malloc_options DEBUG bit. |  nicm | 2015-11-24 | 1 | -9/+1 |
* | Remove the -I part of show-messages which isn't really that useful; the |  nicm | 2015-11-24 | 1 | -2/+2 |
* | Make the log stuff a bit tidier with some helper functions. |  nicm | 2015-11-24 | 1 | -15/+2 |
* | Add getpw to pledge, makes tmux work in YP environments, discovered by |  nicm | 2015-11-22 | 1 | -3/+3 |
* | Instead of separate tables for different types of options, give each |  nicm | 2015-11-20 | 1 | -4/+4 |
* | Accidentally turned off pledge, turn it back on. |  nicm | 2015-11-15 | 1 | -2/+2 |
* | Push stdout and stderr to clients more aggressively, and add an event to |  nicm | 2015-11-14 | 1 | -2/+2 |
* | tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is |  nicm | 2015-11-12 | 1 | -17/+23 |
* | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 |  nicm | 2015-11-12 | 1 | -7/+1 |
* | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says |  nicm | 2015-11-11 | 1 | -2/+1 |
* | Like options, move the environ struct into environ.c. |  nicm | 2015-10-28 | 1 | -5/+5 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -17/+16 |
* | Break the common process set up, event loop and imsg dispatch code |  nicm | 2015-10-27 | 1 | -4/+2 |
* | Let's see if anyone screams about not being able to specify $TMPDIR |  deraadt | 2015-10-25 | 1 | -3/+1 |
* | tmux can call pledge() in main with large set and then reduce it |  nicm | 2015-10-23 | 1 | -1/+6 |
* | Move tzset() from log_open to main. |  nicm | 2015-09-14 | 1 | -1/+2 |
* | A couple of style nits. |  nicm | 2015-09-03 | 1 | -3/+2 |
* | Work out config file when needed not at startup. |  nicm | 2015-09-01 | 1 | -21/+9 |
* | Path from $TMUX does not need to be global anymore. |  nicm | 2015-08-30 | 1 | -14/+14 |
* | Login shell can be a client flag, and move the exec code into client.c. |  nicm | 2015-08-30 | 1 | -31/+7 |
* | Event base does not need to be global. |  nicm | 2015-08-30 | 1 | -5/+2 |