| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the call to setupterm() into the client and have it pass the |  nicm | 2021-02-17 | 1 | -14/+34 |
* | Do not care about the server socket closing if exiting anyway. |  nicm | 2021-02-12 | 1 | -3/+5 |
* | Add a couple of helper functions, and flush imsgs on exit. |  nicm | 2021-02-11 | 1 | -15/+2 |
* | Move file handling protocol stuff all into file.c so it can be reused |  nicm | 2021-02-11 | 1 | -256/+19 |
* | Add -N flag to never start server even if command would normally do so, |  nicm | 2021-01-17 | 1 | -1/+3 |
* | With csh, a tmux client gets SIGTERM before SIGCONT when killed with |  nicm | 2020-10-30 | 1 | -3/+8 |
* | Fix warnings on some platforms with %llx and add a new message to handle |  nicm | 2020-09-22 | 1 | -7/+13 |
* | Add a flag to make a client wait for an empty line before exiting in |  nicm | 2020-06-18 | 1 | -6/+34 |
* | Instead of a buffer size limit on each pane, set a limit of 300 seconds |  nicm | 2020-06-10 | 1 | -12/+35 |
* | Instead of sending all data to control mode clients as fast as possible, |  nicm | 2020-06-01 | 1 | -7/+11 |
* | Pass the stdout file descriptor from the client as well as stdin and use |  nicm | 2020-05-26 | 1 | -1/+6 |
* | imsg.h needs uio.h, pointed out by deraadt |  nicm | 2020-05-08 | 1 | -1/+2 |
* | Do not close the stdout file descriptor in control mode as it will be |  nicm | 2020-04-27 | 1 | -3/+4 |
* | Tidy up the terminal detection and feature code and add named sets of |  nicm | 2020-04-20 | 1 | -5/+6 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -6/+3 |
* | Some unnecessary assignments and unused variables. |  nicm | 2020-04-09 | 1 | -2/+2 |
* | Add to rather than replace flags with -c. |  nicm | 2020-03-30 | 1 | -2/+2 |
* | When the server socket is given by the user with -S, create it with |  nicm | 2020-03-12 | 1 | -13/+12 |
* | Warn if a message type that is no longer used is received. |  nicm | 2020-01-29 | 1 | -1/+7 |
* | Need to include message size in the maximum buffer calculation. |  nicm | 2019-12-16 | 1 | -3/+3 |
* | Instead of using large buffers in imsgs, add the data or path onto the end. |  nicm | 2019-12-16 | 1 | -18/+32 |
* | Need to check in the error callback also. |  nicm | 2019-12-13 | 1 | -1/+4 |
* | Do not spin waiting for exit, instead check in the write callback. |  nicm | 2019-12-13 | 1 | -25/+28 |
* | Rewrite the code for reading and writing files. Now, if the client is |  nicm | 2019-12-12 | 1 | -64/+268 |
* | Change "lost server" message to "server exited unexpectedly", from Neal |  nicm | 2019-07-26 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | Merge cmd_list_parse into cmd-parse.y so it can use the new alias |  nicm | 2019-05-25 | 1 | -8/+8 |
* | Do not use PWD unless it actually matches the real working directory. |  nicm | 2018-11-22 | 1 | -5/+3 |
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -3/+1 |
* | Prefer PWD for current directory if present in client, from Wei Zhao in |  nicm | 2018-01-01 | 1 | -5/+5 |
* | Report better error from server when socket create fails, GitHub issue |  nicm | 2017-12-19 | 1 | -1/+2 |
* | Do not try to put more in command message than will fit when sending |  nicm | 2017-12-18 | 1 | -1/+5 |
* | Because ignore SIGCHLD early, letting signal_del restore it doesn't work |  nicm | 2017-07-14 | 1 | -3/+3 |
* | Move signal code into proc.c. |  nicm | 2017-07-12 | 1 | -5/+6 |
* | Make shell_command a global like other stuff rather than making it an |  nicm | 2017-07-12 | 1 | -11/+9 |
* | Add support for custom command aliases, this is an array option which |  nicm | 2017-01-24 | 1 | -10/+7 |
* | Open /dev/ptm before pledge() and save it to be used for PTMGET later |  nicm | 2017-01-23 | 1 | -1/+3 |
* | Print error rather than fatal() if tcgetattr() fails, which is much more |  nicm | 2017-01-20 | 1 | -3/+6 |
* | Revert WIP parts of previous I didn't mean to commit yet. |  nicm | 2017-01-16 | 1 | -7/+10 |
* | getopt() has a struct option so just return to using options_entry. |  nicm | 2017-01-16 | 1 | -10/+7 |
* | Add -E to detach-client to exec a command to replace the client instead |  nicm | 2017-01-13 | 1 | -1/+21 |
* | Remove some dead code in cmd-move-window.c and make a load of local |  nicm | 2016-10-03 | 1 | -32/+32 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Don't print error if none to print. |  nicm | 2015-11-25 | 1 | -2/+2 |
* | Shell command from -c doesn't have to be global, pass it as an argument. |  nicm | 2015-11-24 | 1 | -13/+15 |
* | Do lock failures slightly better, return a special value so we don't |  nicm | 2015-11-24 | 1 | -16/+18 |
* | Actually show something (even if it not that helpful) if the server |  nicm | 2015-11-24 | 1 | -10/+19 |
* | Tidy the code that works out the socket path, and just use the full path |  nicm | 2015-11-24 | 1 | -3/+3 |
* | Switch a fprintf to a fatal, and wrap some long lines. |  nicm | 2015-11-24 | 1 | -9/+8 |
* | Use __unused rather than rolling our own. |  nicm | 2015-11-18 | 1 | -3/+4 |