summaryrefslogtreecommitdiffstats
path: root/cmd-wait-for.c
AgeCommit message (Collapse)Author
2015-09-13Set woken flag when flushing so that the channel is freed, while herenicm
use the same loop construct for both loops.
2015-09-04Change wait-for to work when the signal comes before the wait, also usenicm
some helper functions and add some logging.
2014-10-20Instead of setting up the default keys by building the key structnicm
directly with a helper function in the cmd_entry, include a table of bind-key commands and pass them through the command parser and a temporary cmd_q. As well as being smaller, this will allow default bindings to be command sequences which will probably be needed soon.
2014-09-01Wake up any clients waiting with the wait-for command when the servernicm
exits.
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