aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Remove unused prototypes.nicm2015-08-28
| * Per-session timers for locking, and remove the global one-second timer.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Remove the lock-server option which is a bit redundant, it isn't thatnicm2015-08-28
| * Give clock mode its own timer.nicm2015-08-28
| * Run status update on a per-client timer at status-interval.nicm2015-08-28
| * Move format job cleanup onto its own timer.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-07-20
|\|
| * Add an option (history-file) for a file to save/restore command promptnicm2015-07-20
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|
| * Similarly, for sessions use a callback to free rather than checkingnicm2015-06-05
| * Instead of putting dead clients on a list and checking it every loop,nicm2015-06-05
* | Merge branch 'obsd-master'Thomas Adam2015-06-04
|\|
| * Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* | Merge branch 'obsd-master'Thomas Adam2015-06-01
|\|
| * Clear signal handlers before event_reinit as apparently it can otherwisenicm2015-06-01
* | Merge branch 'obsd-master'Thomas Adam2015-06-01
|\|
| * does not need syslog.hderaadt2015-05-31
* | Merge branch 'obsd-master'Thomas Adam2015-05-27
|\|
| * Move the jobs output cache into the formats code so that #() work morenicm2015-05-27
* | Merge branch 'obsd-master'Thomas Adam2015-04-25
|\|
| * Convert clients list into a TAILQ.nicm2015-04-24
| * Change the windows array into an RB tree and fix some places where wenicm2015-04-22
| * window_index is only used in one place (window_destroy) so inline it there.nicm2015-04-22
* | Merge branch 'obsd-master'Thomas Adam2015-04-22
|\|
| * Do not die on USR1 if any of the socket parent directories arenicm2015-04-21
* | Merge branch 'obsd-master'Thomas Adam2014-12-19
|\|
| * Add pane_dead_status for exit status of dead panes.nicm2014-12-09
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-29
|\|
| * Move cfg_causes local into cfg.c and remove struct causelist.nicm2014-10-27
* | Merge branch 'obsd-master'Thomas Adam2014-09-25
|\|
| * Wake up any clients waiting with the wait-for command when the servernicm2014-09-01
* | Merge branch 'obsd-master'Thomas Adam2014-08-09
|\|
| * lockf is entirely useless and it was a mistake to change to it, go backnicm2014-07-21
* | Merge branch 'obsd-master'Thomas Adam2014-06-20
|\|
| * Now that cmdlists are reference counted, there is no need for two-stepnicm2014-05-14
* | Merge branch 'obsd-master'Thomas Adam2014-04-24
|\|
| * There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Some more long lines.nicm2014-04-17
* | Merge branch 'obsd-master'Thomas Adam2013-11-14
|\|
| * Do not run any command line command from the client which starts thenicm2013-10-20
| * Rename global configuration define.Nicholas Marriott2013-04-24
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
* | Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott2013-04-24
* | Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* | No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17