| Commit message (Expand) | Author | Age |
| * | Open /dev/ptm before pledge() and save it to be used for PTMGET later | nicm | 2017-01-23 |
| * | Major tidy up and rework of options tree and set-option/show-options | nicm | 2017-01-15 |
| * | Simplify appending to string options. | nicm | 2017-01-12 |
| * | Spacing nits. | nicm | 2016-12-09 |
| * | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
| * | Use getprogname() instead of __progname to make portability easier. | nicm | 2016-05-27 |
| * | Fix up a couple of long lines. | nicm | 2016-05-04 |
| * | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 | nicm | 2016-03-05 |
| * | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, | nicm | 2016-03-05 |
| * | Remove unused variables, from Michal Mazurek. | nicm | 2016-03-01 |
| * | Use system wcwidth() instead of carrying around UTF-8 width tables. | nicm | 2016-03-01 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | nicm | 2015-12-08 |
| * | Make environ_set va_args and use it to tidy up some calls. Also add a | nicm | 2015-11-24 |
| * | Shell command from -c doesn't have to be global, pass it as an argument. | nicm | 2015-11-24 |
| * | Tidy the code that works out the socket path, and just use the full path | nicm | 2015-11-24 |
| * | Remove malloc_options DEBUG bit. | nicm | 2015-11-24 |
| * | Remove the -I part of show-messages which isn't really that useful; the | nicm | 2015-11-24 |
| * | Make the log stuff a bit tidier with some helper functions. | nicm | 2015-11-24 |
| * | Add getpw to pledge, makes tmux work in YP environments, discovered by | nicm | 2015-11-22 |
| * | Instead of separate tables for different types of options, give each | nicm | 2015-11-20 |
| * | Accidentally turned off pledge, turn it back on. | nicm | 2015-11-15 |
| * | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
| * | tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is | nicm | 2015-11-12 |
| * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 |
| * | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | nicm | 2015-11-11 |
| * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
| * | Move struct options into options.c. | nicm | 2015-10-27 |
| * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
| * | Let's see if anyone screams about not being able to specify $TMPDIR | deraadt | 2015-10-25 |
| * | tmux can call pledge() in main with large set and then reduce it | nicm | 2015-10-23 |
| * | Move tzset() from log_open to main. | nicm | 2015-09-14 |
| * | A couple of style nits. | nicm | 2015-09-03 |
| * | Work out config file when needed not at startup. | nicm | 2015-09-01 |
| * | Path from $TMUX does not need to be global anymore. | nicm | 2015-08-30 |
| * | Login shell can be a client flag, and move the exec code into client.c. | nicm | 2015-08-30 |
| * | Event base does not need to be global. | nicm | 2015-08-30 |
| * | Some style nits and dead assignments. | nicm | 2015-08-30 |
| * | Add an option (history-file) for a file to save/restore command prompt | nicm | 2015-07-20 |
| * | tweak SYNOPSIS and usage(); | jmc | 2015-06-04 |
| * | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | nicm | 2015-01-19 |
| * | Tidy up some includes. | nicm | 2014-10-20 |
| * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
| * | Remove log_debug2 as well and simplify log.c. | nicm | 2014-03-31 |
| * | Leftovers from removing 88 colour support, from Theo Buehler. | nicm | 2014-02-16 |
| * | Do not attempt to read .tmux.conf if we can't figure out a home | nicm | 2014-01-15 |
| * | Three small changes from Tiago Cunha: | nicm | 2014-01-09 |
| * | We accidentally haven't been using $TMUX to work out the session for a | nicm | 2013-10-10 |
| * | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |