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