Age | Commit message (Expand) | Author |
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 |
2015-08-30 | Event base does not need to be global. | Nicholas Marriott |
2015-07-13 | Ignore environment variables that are too long to send to the server. | Nicholas Marriott |
2015-06-14 | Add a format for client PID (client_pid) and server PID (pid). Diff for | Nicholas Marriott |
2015-06-04 | Move the nested check from client to server and compare the client tty | Nicholas Marriott |
2015-04-24 | Set up signal handler earlier so that we don't get zombies, reported by | Nicholas Marriott |
2015-04-21 | Simplify error messages when socket connect fails, suggested by "Karthik K". | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-10-01 | Call waitpid on SIGCHLD even if client not attached, it is possible (on | Nicholas Marriott |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-07-21 | lockf is entirely useless and it was a mistake to change to it, go back | Nicholas Marriott |
2014-07-13 | An EOF is a good reason to close a connection. | Kenneth R Westerback |
2014-04-29 | fcntl.h is still needed here. | Nicholas Marriott |
2014-04-17 | Remove some unnecessary includes and fix a typo. | Nicholas Marriott |
2014-01-09 | Fix a memory/fd leak reported by Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Three small changes from Tiago Cunha: | Nicholas Marriott |
2013-11-13 | from nicm: : handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-10-10 | Use format_get_command() and some spacing tweaks. | Nicholas Marriott |
2013-10-10 | We accidentally haven't been using $TMUX to work out the session for a | Nicholas Marriott |
2013-10-10 | Show session name in detached message. Requested by somebody a few | Nicholas Marriott |
2013-10-10 | Don't look at string[length - 1] if length == 0. | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott |
2013-10-10 | Instead of fixed size buffers for some messages, send only the string | Nicholas Marriott |
2013-10-10 | Merge IDENTIFY_* flags with CLIENT_* flags. | Nicholas Marriott |
2013-10-10 | Remove CMD_SENDENVIRON. | Nicholas Marriott |
2013-04-22 | Use lockf which is more portable than flock, from Dagobert Michelsen. | Nicholas Marriott |
2013-03-25 | We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when | Nicholas Marriott |