| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tidy utf8.c a little: build table on first use, and make utf8_width take |  nicm | 2015-11-12 | 1 | -2/+1 |
* | The output log is only useful once and it means creating a file, so open |  nicm | 2015-10-31 | 1 | -1/+3 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -2/+2 |
* | Break the common process set up, event loop and imsg dispatch code |  nicm | 2015-10-27 | 1 | -54/+20 |
* | tmux can call pledge() in main with large set and then reduce it |  nicm | 2015-10-23 | 1 | -1/+5 |
* | This should not be changed. |  nicm | 2015-10-22 | 1 | -2/+2 |
* | Rename shutdown to exit. |  nicm | 2015-10-22 | 1 | -12/+12 |
* | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept |  guenther | 2015-10-11 | 1 | -2/+2 |
* | Move initial conf load into cfg.c. |  nicm | 2015-09-01 | 1 | -21/+4 |
* | Event base does not need to be global. |  nicm | 2015-08-30 | 1 | -3/+3 |
* | We already loop over the windows in server_client_loop, so don't do it |  nicm | 2015-08-29 | 1 | -5/+3 |
* | Move alerts onto events rather than checking every loop. |  nicm | 2015-08-29 | 1 | -2/+5 |
* | Remove unused prototypes. |  nicm | 2015-08-28 | 1 | -3/+1 |
* | Per-session timers for locking, and remove the global one-second timer. |  nicm | 2015-08-28 | 1 | -44/+3 |
* | Remove the lock-server option which is a bit redundant, it isn't that |  nicm | 2015-08-28 | 1 | -27/+2 |
* | Give clock mode its own timer. |  nicm | 2015-08-28 | 1 | -10/+1 |
* | Run status update on a per-client timer at status-interval. |  nicm | 2015-08-28 | 1 | -3/+1 |
* | Move format job cleanup onto its own timer. |  nicm | 2015-08-28 | 1 | -3/+1 |
* | Add an option (history-file) for a file to save/restore command prompt |  nicm | 2015-07-20 | 1 | -1/+3 |
* | Similarly, for sessions use a callback to free rather than checking |  nicm | 2015-06-05 | 1 | -20/+1 |
* | Instead of putting dead clients on a list and checking it every loop, |  nicm | 2015-06-05 | 1 | -12/+1 |
* | Add support for a single "marked pane". There is one marked pane in the |  nicm | 2015-06-04 | 1 | -14/+80 |
* | Clear signal handlers before event_reinit as apparently it can otherwise |  nicm | 2015-06-01 | 1 | -2/+2 |
* | does not need syslog.h |  deraadt | 2015-05-31 | 1 | -2/+1 |
* | Move the jobs output cache into the formats code so that #() work more |  nicm | 2015-05-27 | 1 | -1/+3 |
* | Convert clients list into a TAILQ. |  nicm | 2015-04-24 | 1 | -46/+29 |
* | Change the windows array into an RB tree and fix some places where we |  nicm | 2015-04-22 | 1 | -17/+6 |
* | window_index is only used in one place (window_destroy) so inline it there. |  nicm | 2015-04-22 | 1 | -1/+2 |
* | Do not die on USR1 if any of the socket parent directories are |  nicm | 2015-04-21 | 1 | -9/+15 |
* | Add pane_dead_status for exit status of dead panes. |  nicm | 2014-12-09 | 1 | -1/+2 |
* | Move cfg_causes local into cfg.c and remove struct causelist. |  nicm | 2014-10-27 | 1 | -14/+7 |
* | Wake up any clients waiting with the wait-for command when the server |  nicm | 2014-09-01 | 1 | -2/+18 |
* | lockf is entirely useless and it was a mistake to change to it, go back |  nicm | 2014-07-21 | 1 | -1/+2 |
* | Now that cmdlists are reference counted, there is no need for two-step |  nicm | 2014-05-14 | 1 | -2/+1 |
* | There is no longer a need for a paste_stack struct or for global_buffers |  nicm | 2014-04-24 | 1 | -4/+1 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -2/+2 |
* | Do not run any command line command from the client which starts the |  nicm | 2013-10-20 | 1 | -1/+4 |
* | Rename global configuration define. |  nicm | 2013-04-24 | 1 | -5/+5 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -19/+25 |
* | No more lint means no more ARGSUSED. |  nicm | 2013-03-22 | 1 | -4/+1 |
* | Fix argument order in a log statement. |  nicm | 2012-12-06 | 1 | -2/+2 |
* | Use a utility function for common code to show errors in config file, |  nicm | 2012-11-19 | 1 | -17/+6 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -6/+6 |
* | Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on |  nicm | 2012-04-11 | 1 | -7/+32 |
* | Use a lock file and flock() to serialize server start, avoids problems |  nicm | 2012-03-09 | 1 | -2/+6 |
* | Give each pane created in a tmux server a unique id (starting from 0), |  nicm | 2011-03-27 | 1 | -1/+2 |
* | Use LIST_* not SLIST_*. |  nicm | 2011-01-26 | 1 | -2/+2 |
* | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the |  nicm | 2011-01-08 | 1 | -7/+3 |
* | Don't reset the activity timer for unattached sessions every second, |  nicm | 2011-01-01 | 1 | -11/+3 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -1/+4 |