| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 |
|\ |
|
| * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
* | | Merge branch 'obsd-master' | Thomas | 2014-01-20 |
|\| |
|
| * | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | nicm | 2014-01-09 |
| * | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
| * | retcode -> retval for exit message. | nicm | 2013-10-10 |
| * | Support -c for new-session, based on code from J Raynor. | nicm | 2013-10-10 |
| * | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | nicm | 2013-10-10 |
| * | Mark control commands specially so the client can identify them, based | Nicholas Marriott | 2013-06-23 |
* | | Alter how tmux handles the working directory to internally use file descriptors | Nicholas Marriott | 2013-10-06 |
* | | retcode -> retval for exit message. | Nicholas Marriott | 2013-10-06 |
* | | Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code | Nicholas Marriott | 2013-10-01 |
|\ \ |
|
| * | | Make cmdq->client_exit a tristate (-1 means "not set") so that if explicitly | Nicholas Marriott | 2013-10-01 |
* | | | Support -c for new-session, based on code from J Raynor. | Nicholas Marriott | 2013-10-01 |
|/ / |
|
* | | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can be | Nicholas Marriott | 2013-08-01 |
* | | Mark control commands specially so the client can identify them, based | Nicholas Marriott | 2013-06-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2013-04-13 |
|\| |
|
| * | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott | 2013-04-10 |
* | | Merge branch 'obsd-master' | Thomas | 2013-03-26 |
|\| |
|
| * | Fix compiler warnings, missing #include. From Thomas Adam. | Nicholas Marriott | 2013-03-26 |
| * | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott | 2013-03-25 |
| * | Add some additional debug logging. | Nicholas Marriott | 2013-03-25 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
* | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott | 2013-03-13 |
* | Fix a warning. | Nicholas Marriott | 2013-03-11 |
* | Add time and a command count to control mode guards, based on code from George | Nicholas Marriott | 2013-03-11 |
* | Add some additional debug logging. | Nicholas Marriott | 2013-03-05 |
* | Print %%error not %%end guard on error, from George Nachman. | Nicholas Marriott | 2013-03-04 |
* | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-02-23 |