aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm2022-06-30
* Store time lines are scrolled into history and display in copy mode.nicm2022-06-21
* Add an ACL list for users connecting to the tmux socket. Users may benicm2022-05-30
* Report error if creating socket fails with -D.nicm2022-03-28
* Fix exit message if creating socket fails.nicm2022-03-25
* Fix warnings, from Jan Tache in GitHub issue 2692.nicm2021-06-10
* Tidy old jobs every hour instead of every 30 seconds.nicm2021-03-11
* Add a couple of helper functions, and flush imsgs on exit.nicm2021-02-11
* Fix some warnings, GitHub issue 2382.nicm2020-09-16
* Add a flag to make a client wait for an empty line before exiting innicm2020-06-18
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* Add a -D flag to ask tmux not to daemonize, useful both for running anicm2020-05-16
* Change message log to be per server rather than per client and includenicm2020-05-16
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-16
* When the server socket is given by the user with -S, create it withnicm2020-03-12
* Expand command formats in %if and move the config file loading later (tonicm2019-06-20
* Do not load the config file if the server is exiting because it failednicm2019-06-07
* Replace the various identical error callbacks with a single one in cmd-queue.c.nicm2019-05-20
* Break new window and pane creation common code from various commands andnicm2019-04-17
* Move job struct into job.c.nicm2018-08-23
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* session_groups can be static also.nicm2018-08-02
* Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
* Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
* Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
* Move signal code into proc.c.nicm2017-07-12
* Some extra logging to show why tmux might exit.nicm2017-07-09
* Do not close panes until process has exited and any outstanding datanicm2017-07-03
* Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
* Memory leaks, from David CARLIER.nicm2017-04-22
* Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-21
* History needs to be loaded after config parsing is done - now thatnicm2017-04-21
* If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* Do not execute commands for a client until it has identified, fixesnicm2016-11-12
* Notifys can go via the command queue instead of using their own queue.nicm2016-10-16
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* Drain notifys once at the end of the server loop instead of doing itnicm2016-10-15
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* tmux: only consider ACCESSPERMS for setting mode on socket_path.semarie2016-07-07
* Bump the listen() backlog up, some people have scripts that run up a lotnicm2016-03-30
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Add infrastructure to work out the best target given a pane or windownicm2015-12-16
* Make the marked pane a cmd_find_state.nicm2015-12-15
* Do lock failures slightly better, return a special value so we don'tnicm2015-11-24
* Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-24
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-24