Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| | |||
* | Use member names in cmd_entry definitions so I stop getting confused | nicm | 2015-12-13 |
| | | | | about the order. | ||
* | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| | |||
* | Use client pointer not file descriptor in logging. | nicm | 2015-10-20 |
| | |||
* | Set woken flag when flushing so that the channel is freed, while here | nicm | 2015-09-13 |
| | | | | use the same loop construct for both loops. | ||
* | Change wait-for to work when the signal comes before the wait, also use | nicm | 2015-09-04 |
| | | | | some helper functions and add some logging. | ||
* | Instead of setting up the default keys by building the key struct | nicm | 2014-10-20 |
| | | | | | | | | | 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. | ||
* | Wake up any clients waiting with the wait-for command when the server | nicm | 2014-09-01 |
| | | | | exits. | ||
* | Various minor style and spacing nits. | nicm | 2014-09-01 |
| | |||
* | Mark flags as optional and mutually exclusive. From Tiago Cunha. | nicm | 2013-10-10 |
| | |||
* | Add wait-for -L and -U for lock and unlock, from Thiago Padilha. | Nicholas Marriott | 2013-03-25 |