summaryrefslogtreecommitdiffstats
path: root/cmd-run-shell.c
AgeCommit message (Expand)Author
2013-03-25Merge branch 'obsd-master'Thomas
2013-03-25Try to establish client for run-shell and if-shell if no -t.Nicholas Marriott
2013-03-25Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Expand format variables in the run-shell and if-shell shell commands,Nicholas Marriott
2013-03-22evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott
2013-03-22Add functions to allocate and free command contexts rather than doing itNicholas Marriott
2013-03-21Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott
2013-03-11Fix if-shell and run-shell if there are no sessions. Batted around throughNicholas Marriott
2013-02-25Remove previousThomas Adam
2013-02-25Plug small memory leak in run-shellThomas Adam
2013-02-23Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Expand format variables in the run-shell and if-shell shell commands, fromNicholas Marriott
2013-02-20evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-02-15Sync OpenBSD patchset 855:Tiago Cunha
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2010-08-09Sync OpenBSD patchset 741:Tiago Cunha
2010-07-24When changing so that the client passes its stdout and stderr as well asNicholas Marriott
2010-07-17Sync OpenBSD patchset 734:Tiago Cunha
2010-07-11Return the command client return code with MSG_EXIT now that MSG_ERROR andNicholas Marriott
2010-06-06Sync OpenBSD patchset 705:Tiago Cunha
2010-05-25Don't die if the client has been detached when the job finishes, justNicholas Marriott
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-08Sync OpenBSD patchset 493:Tiago Cunha
2009-11-04Switch jobs over to use a bufferevent.Nicholas Marriott
2009-11-02Sync OpenBSD patchset 475:Tiago Cunha
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-10-12Sync OpenBSD patchset 385:Tiago Cunha
2009-10-12Sync OpenBSD patchset 384:Tiago Cunha
2009-10-11Remove a debugging leftover and add copyright.Nicholas Marriott
2009-10-11Switch run-shell over to queue the command in the background like #().Nicholas Marriott
2009-09-20Sync OpenBSD patchset 335:Tiago Cunha
2009-09-20run-shell command to run a shell command without opening a window, sendingNicholas Marriott