summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2020-09-16Merge branch 'obsd-master'Thomas Adam
2020-09-16Fix some warnings, GitHub issue 2382.nicm
2020-06-18Merge branch 'obsd-master'Thomas Adam
2020-06-18Add a flag to make a client wait for an empty line before exiting innicm
2020-06-01Merge branch 'obsd-master'Thomas Adam
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-15xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott
2020-05-10Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott
2020-05-06Change message log to be per server rather than per client and include everyNicholas Marriott
2020-05-01Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-03-12Merge branch 'obsd-master'Thomas Adam
2020-03-12When the server socket is given by the user with -S, create it withnicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Expand command formats in %if and move the config file loading later (tonicm
2019-06-07Merge branch 'obsd-master'Thomas Adam
2019-06-07Do not load the config file if the server is exiting because it failednicm
2019-05-20Merge branch 'obsd-master'Thomas Adam
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.nicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23Move job struct into job.c.nicm
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-08-02Merge branch 'obsd-master'Thomas Adam
2018-08-02session_groups can be static also.nicm
2018-03-08Merge branch 'obsd-master'Thomas Adam
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2018-02-22Merge branch 'obsd-master'Thomas Adam
2018-02-22Add exit-empty option to exit server if no sessions (defaults to on).nicm
2017-12-19Merge branch 'obsd-master'Thomas Adam
2017-12-19Report better error from server when socket create fails, GitHub issuenicm
2017-10-20Merge branch 'obsd-master'Thomas Adam
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromnicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Block signals between forking and clearing signal handlers (or callingnicm
2017-07-12Move signal code into proc.c.nicm
2017-07-10Merge branch 'obsd-master'Thomas Adam
2017-07-09Some extra logging to show why tmux might exit.nicm
2017-07-03Merge branch 'obsd-master'Thomas Adam
2017-07-03Do not close panes until process has exited and any outstanding datanicm
2017-06-05Merge branch 'obsd-master'Thomas Adam
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Memory leaks, from David CARLIER.nicm