| Commit message (Expand) | Author | Age |
| * | Fix warnings on some platforms with %llx and add a new message to handle | nicm | 2020-09-22 |
| * | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | nicm | 2020-06-02 |
| * | Add a -D flag to ask tmux not to daemonize, useful both for running a | nicm | 2020-05-16 |
| * | Add 'e' key in buffer mode to open the buffer in an editor. | nicm | 2020-05-16 |
| * | Build list of paths and weed out duplicates before loading configs, and | nicm | 2020-05-16 |
| * | Tidy up the terminal detection and feature code and add named sets of | nicm | 2020-04-20 |
| * | Show signal name when process exits rather than number. | nicm | 2020-04-16 |
| * | More style nits. | nicm | 2020-04-09 |
| * | Add a way to mark environment variables as "hidden" so they can be used | nicm | 2020-03-31 |
| * | Ignore default-shell (and use /bin/sh) if it invalid not just if it is | nicm | 2020-03-17 |
| * | When the server socket is given by the user with -S, create it with | nicm | 2020-03-12 |
| * | -V also needs to go in usage. | nicm | 2020-01-28 |
| * | Reduce a difference with portable tmux by adding the -V flag and | nicm | 2020-01-28 |
| * | Memory leaks, from Igor Wong in GitHub issue 1934. | nicm | 2019-10-14 |
| * | Add a per-pane option set. Pane options inherit from window options (so | nicm | 2019-06-20 |
| * | Merge hooks into options and make each one an array option. This allows | nicm | 2019-04-26 |
| * | Do not use PWD unless it actually matches the real working directory. | nicm | 2018-11-22 |
| * | Improve error message if creating socket parent directory fails, from | nicm | 2018-01-12 |
| * | Prefer PWD for current directory if present in client, from Wei Zhao in | nicm | 2018-01-01 |
| * | Make shell_command a global like other stuff rather than making it an | nicm | 2017-07-12 |
| * | Try C.UTF-8 which is also a commonly useful locale on some platforms, | nicm | 2017-07-03 |
| * | Do not need getopt.h. | nicm | 2017-04-22 |
| * | Use fdforkpty() instead of our own unwrapped versions. | nicm | 2017-04-20 |
| * | Style nits and a missing cast. | nicm | 2017-04-19 |
| * | Memory leak, from David CARLIER. | nicm | 2017-04-16 |
| * | Use uid_t for UID not u_int. | nicm | 2017-03-21 |
| * | Style nits. | nicm | 2017-02-16 |
| * | 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 |