| Commit message (Expand) | Author | Age | Files | Lines |
* | Move alerts onto events rather than checking every loop. |  nicm | 2015-08-29 | 1 | -191/+0 |
* | Better take on reducing the name timer. Again check for name changes in |  nicm | 2015-08-29 | 1 | -1/+2 |
* | Revert previous; we do need a timer, until I have a better idea. We |  nicm | 2015-08-28 | 1 | -2/+1 |
* | We now only checking for name changes when the active pane has changed, |  nicm | 2015-08-28 | 1 | -1/+2 |
* | Error messages should not have a trailing period. |  nicm | 2015-08-28 | 1 | -2/+2 |
* | Add bell-action "other" to pass through bells in all windows except the |  nicm | 2015-05-12 | 1 | -4/+9 |
* | Convert clients list into a TAILQ. |  nicm | 2015-04-24 | 1 | -17/+9 |
* | Change the windows array into an RB tree and fix some places where we |  nicm | 2015-04-22 | 1 | -16/+12 |
* | Fix some format specifier nits, from Ben Boeckel. |  nicm | 2015-03-31 | 1 | -4/+4 |
* | Remove the monitor-content option and associated bits and bobs. It's |  nicm | 2014-04-17 | 1 | -52/+5 |
* | Use the same logic for bell with and without visual-bell, from Filip |  nicm | 2014-04-02 | 1 | -3/+4 |
* | Do not need to call winlink_find_by_window, from Filip Moc. |  nicm | 2014-02-14 | 1 | -13/+8 |
* | Add various checks to turn off bits that can't work in control mode |  nicm | 2013-03-21 | 1 | -3/+3 |
* | Fix BELL_NONE which had been broken in some code reorganisation or other |  nicm | 2012-10-25 | 1 | -2/+4 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+3 |
* | Clear flags across all sessions, from Thomas Adam. |  nicm | 2012-07-08 | 1 | -4/+9 |
* | Tidy up bell code, from Thomas Adam. |  nicm | 2012-06-18 | 1 | -36/+15 |
* | Only hide flags on the current window when the session is attached, from |  nicm | 2012-01-21 | 1 | -6/+8 |
* | Add a tty_bell wrapper function, from Dylan Alex Simon. |  nicm | 2011-08-24 | 1 | -4/+4 |
* | Add an option to trigger the terminal bell when there is an alert, from |  nicm | 2011-07-03 | 1 | -1/+23 |
* | Unused declaration. |  nicm | 2011-01-26 | 1 | -2/+1 |
* | Store sessions in an RB tree by name rather than a list, this is tidier |  nicm | 2010-12-21 | 1 | -6/+3 |
* | Add an option to alert (monitor) for silence (lack of activity) in a |  nicm | 2010-12-06 | 1 | -2/+53 |
* | Change the way backoff works. Instead of stopping reading from the pty |  nicm | 2010-08-11 | 1 | -37/+1 |
* | Don't return if in the current window since we may want to report a bell |  nicm | 2010-07-19 | 1 | -5/+3 |
* | Having a list of winlinks->alerts for each session is stupid, just store |  nicm | 2010-06-21 | 1 | -32/+31 |
* | copy mode uses the real screen as backing and if it is updated while copying, |  nicm | 2010-02-19 | 1 | -2/+4 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -9/+9 |
* | Destroy panes immediately rather than checking them all every loop. |  nicm | 2009-11-13 | 1 | -63/+1 |
* | Don't try enable/disable the event if the window pane is dead (fd == -1), as |  nicm | 2009-11-06 | 1 | -5/+7 |
* | Change window name change to use a timer event rather than a gettimeofday() |  nicm | 2009-11-04 | 1 | -3/+1 |
* | Convert the window pane (pty master side) fd over to use a bufferevent. |  nicm | 2009-11-04 | 1 | -48/+8 |
* | Switch window pane pipe redirect fd over to a bufferevent. |  nicm | 2009-11-04 | 1 | -19/+1 |
* | Switch tty fds over to a bufferevent. |  nicm | 2009-11-04 | 1 | -2/+3 |
* | A couple of minor cosmetic changes. |  nicm | 2009-11-04 | 1 | -2/+2 |
* | Initial changes to move tmux to libevent. |  nicm | 2009-11-04 | 1 | -7/+12 |
* | Don't backoff based on suspended or deda clients as they are always likely to |  nicm | 2009-11-04 | 1 | -1/+3 |
* | If any client currently displaying a window pane has more than 1 KB of output |  nicm | 2009-10-28 | 1 | -2/+27 |
* | Move the poll registration functions into the server-*.c files. |  nicm | 2009-10-27 | 1 | -1/+34 |
* | Split the server code handling clients, jobs and windows off into separate |  nicm | 2009-10-22 | 1 | -0/+281 |