aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'obsd-master'Thomas Adam2012-12-08
|\|
| * Fix argument order in a log statement.Nicholas Marriott2012-12-06
* | Merge branch 'obsd-master'Thomas Adam2012-11-22
|\|
| * Use a utility function for common code to show errors in config file,Nicholas Marriott2012-11-19
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Stop accepting new clients for 1 second on EMFILE/ENFILE. Based onNicholas Marriott2012-04-11
| * Use a lock file and flock() to serialize server start, avoids problemsNicholas Marriott2012-03-09
| * Give each pane created in a tmux server a unique id (starting from 0),Nicholas Marriott2011-03-27
| * Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
| * Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott2011-01-08
| * Don't reset the activity timer for unattached sessions every second,Nicholas Marriott2011-01-01
| * Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
| * Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
| * Merge the before and after attach client code into one in client.cNicholas Marriott2010-10-18
| * Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott2010-10-16
| * Two new options:Nicholas Marriott2010-09-26
| * Modify the permissions on the socket when adding or removing +x to showNicholas Marriott2010-09-26
| * Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
| * switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo Deraadt2010-08-04
| * kqueue(2) is currently broken when used with /dev/null and a few otherNicholas Marriott2010-07-24
| * Give tmux sockets (but not the containing folder) groupNicholas Marriott2010-06-21