| Commit message (Expand) | Author | Age |
| * | Merge branch 'obsd-master' | Thomas Adam | 2014-04-30 |
| |\ |
|
| | * | fcntl.h is still needed here. | nicm | 2014-04-29 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 |
| |\| |
|
| | * | Remove some unnecessary includes and fix a typo. | nicm | 2014-04-17 |
| * | | Merge branch 'obsd-master' | Thomas | 2014-01-20 |
| |\| |
|
| | * | Fix a memory/fd leak reported by Tiago Cunha. | nicm | 2014-01-09 |
| | * | Three small changes from Tiago Cunha: | nicm | 2014-01-09 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2013-11-14 |
| |\| |
|
| | * | from nicm: : handle msgbuf_write() returning EAGAIN | benno | 2013-11-13 |
| | * | Use format_get_command() and some spacing tweaks. | nicm | 2013-10-10 |
| | * | We accidentally haven't been using $TMUX to work out the session for a | nicm | 2013-10-10 |
| | * | Show session name in detached message. Requested by somebody a few | nicm | 2013-10-10 |
| | * | Don't look at string[length - 1] if length == 0. | nicm | 2013-10-10 |
| | * | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
| | * | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | nicm | 2013-10-10 |
| | * | Remove CMD_SENDENVIRON. | nicm | 2013-10-10 |
| * | | We accidentally haven't been using $TMUX to work out the session for a while | Nicholas Marriott | 2013-10-06 |
| * | | Show session name in detached message. Requested by somebody a few months ago | Nicholas Marriott | 2013-10-06 |
| * | | Don't look at string[length - 1] if length == 0. | Nicholas Marriott | 2013-10-06 |
| * | | Alter how tmux handles the working directory to internally use file descriptors | Nicholas Marriott | 2013-10-06 |
| * | | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott | 2013-10-06 |
| * | | Instead of fixed size buffers for some messages, send only the string length. | Nicholas Marriott | 2013-10-06 |
| * | | Merge IDENTIFY_* flags with CLIENT_* flags. | Nicholas Marriott | 2013-10-06 |
| * | | Remove CMD_SENDENVIRON. | Nicholas Marriott | 2013-10-06 |
| * | | Add support for Cgywin, apparently it is enough just to open the tty again in | Nicholas Marriott | 2013-07-12 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2013-04-23 |
| |\| |
|
| | * | Use lockf which is more portable than flock, from Dagobert Michelsen. | Nicholas Marriott | 2013-04-22 |
| | * | We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when | Nicholas Marriott | 2013-03-25 |
| | * | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott | 2013-03-25 |
| | * | Send DSC 1000p at the beginning of a -CC client's lifetime and ST and | Nicholas Marriott | 2013-03-25 |
| | * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| | * | No more lint means no more ARGSUSED. | Nicholas Marriott | 2013-03-22 |
| | * | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott | 2012-09-03 |
| | * | Change a log to fprintf that was missed last time around, from Tiago Cunha. | Nicholas Marriott | 2012-08-27 |
| | * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| | * | Actually write all the data to stdout/stderr. | Nicholas Marriott | 2012-06-18 |
| | * | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott | 2012-06-18 |
| | * | Simplify logging and just fprintf(stderr, ...) for early errors. | Nicholas Marriott | 2012-05-25 |
| | * | Instead of passing stdin/stdout/stderr file descriptors over imsg and | Nicholas Marriott | 2012-05-21 |
| | * | Add missing prototype. | Nicholas Marriott | 2012-04-23 |
| | * | Use an enum for client exit reasons, from George Nachman. | Nicholas Marriott | 2012-04-23 |
| | * | Add sys/file.h. | Nicholas Marriott | 2012-03-24 |
| | * | Move MSG_IDENTIFY to the last sent by the client, this will be needed by | Nicholas Marriott | 2012-03-19 |
| | * | Use a lock file and flock() to serialize server start, avoids problems | Nicholas Marriott | 2012-03-09 |
| | * | Add a -P option to detach to HUP the client's parent process (usually | Nicholas Marriott | 2011-03-03 |
| | * | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott | 2011-01-08 |
| | * | Merge the before and after attach client code into one in client.c | Nicholas Marriott | 2010-10-18 |
| | * | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott | 2010-10-16 |
| | * | Can't call event_del() without event_set() first - so call event_set() | Nicholas Marriott | 2010-08-23 |
| | * | MSG_EXIT can now have a return code in the message, so check for that | Nicholas Marriott | 2010-08-22 |