Age | Commit message (Expand) | Author |
2020-04-20 | Tidy up the terminal detection and feature code and add named sets of | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-04-09 | Some unnecessary assignments and unused variables. | Nicholas Marriott |
2020-03-30 | Add to rather than replace flags with -c. | Nicholas Marriott |
2020-03-12 | When the server socket is given by the user with -S, create it with | Nicholas Marriott |
2020-01-29 | Warn if a message type that is no longer used is received. | Nicholas Marriott |
2019-12-16 | Need to include message size in the maximum buffer calculation. | Nicholas Marriott |
2019-12-16 | Instead of using large buffers in imsgs, add the data or path onto the end. | Nicholas Marriott |
2019-12-13 | Need to check in the error callback also. | Nicholas Marriott |
2019-12-13 | Do not spin waiting for exit, instead check in the write callback. | Nicholas Marriott |
2019-12-12 | Rewrite the code for reading and writing files. Now, if the client is | Nicholas Marriott |
2019-07-26 | Change "lost server" message to "server exited unexpectedly", from Neal | Nicholas Marriott |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-25 | Merge cmd_list_parse into cmd-parse.y so it can use the new alias | Nicholas Marriott |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-01-01 | Prefer PWD for current directory if present in client, from Wei Zhao in | Nicholas Marriott |
2017-12-19 | Report better error from server when socket create fails, GitHub issue | Nicholas Marriott |
2017-12-18 | Do not try to put more in command message than will fit when sending | Nicholas Marriott |
2017-07-14 | Because ignore SIGCHLD early, letting signal_del restore it doesn't work | Nicholas Marriott |
2017-07-12 | Move signal code into proc.c. | Nicholas Marriott |
2017-07-12 | Make shell_command a global like other stuff rather than making it an | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2017-01-20 | Print error rather than fatal() if tcgetattr() fails, which is much more | Nicholas Marriott |
2017-01-16 | Revert WIP parts of previous I didn't mean to commit yet. | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-13 | Add -E to detach-client to exec a command to replace the client instead | Nicholas Marriott |
2016-10-03 | Remove some dead code in cmd-move-window.c and make a load of local | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-25 | Don't print error if none to print. | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Actually show something (even if it not that helpful) if the server | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Switch a fprintf to a fatal, and wrap some long lines. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-15 | Accidentally turned off pledge, turn it back on. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-10-31 | Don't shift version out of peerid, it is needed later. | Nicholas Marriott |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-18 | Pass current directory as a string rather than a file descriptor because | Nicholas Marriott |
2015-10-17 | Add pledge "stdio unix sendfd proc exec tty" to tmux client process, | Nicholas Marriott |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-09-24 | Don't leak fd and path on failure. | Nicholas Marriott |
2015-09-09 | No need to keep global options around for client which doesn't use them. | Nicholas Marriott |
2015-08-30 | Login shell can be a client flag, and move the exec code into client.c. | Nicholas Marriott |