summaryrefslogtreecommitdiffstats
path: root/cmd-wait-for.c
AgeCommit message (Expand)Author
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-01Reusing protocol code from tmate-slaveNicolas Viennot
2015-12-23Merge with latest tmuxNicolas Viennot
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-10-20Use client pointer not file descriptor in logging.nicm
2015-09-13Set woken flag when flushing so that the channel is freed, while herenicm
2015-09-04Change wait-for to work when the signal comes before the wait, also usenicm
2014-10-31Allow clients to extract the ssh connection strings from cmd lineNicolas Viennot
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-09-01Wake up any clients waiting with the wait-for command when the servernicm
2014-09-01Various minor style and spacing nits.nicm
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.nicm
2013-03-25Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-06Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-06Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott