summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2023-09-17Merge branch 'obsd-master'Thomas Adam
2023-09-15Change UTF-8 combining to inspect the previous character at the cursornicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Rewrite combined character handling to be more consistent and to supportnicm
2022-06-30Merge branch 'obsd-master'Thomas Adam
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-06-21Merge branch 'obsd-master'Thomas Adam
2022-06-21Store time lines are scrolled into history and display in copy mode.nicm
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
2022-04-06Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott
2022-03-28Merge branch 'obsd-master' into masterThomas Adam
2022-03-28Add support for systemd socket activation (where systemd creates the UnixNicholas Marriott
2022-03-28Report error if creating socket fails with -D.nicm
2022-03-25Merge branch 'obsd-master' into masterThomas Adam
2022-03-25Fix exit message if creating socket fails.nicm
2021-06-10Fix warnings, from Jan Tache in GitHub issue 2692.nicm
2021-05-03Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott
2021-03-11malloc_trim is itself very poor and gets slower and slower as the heap becomesNicholas Marriott
2021-03-11Merge branch 'obsd-master' into masterThomas Adam
2021-03-11Tidy old jobs every hour instead of every 30 seconds.nicm
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-11Add a couple of helper functions, and flush imsgs on exit.nicm
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
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