aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-03-12
|\
| * When the server socket is given by the user with -S, create it withnicm2020-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Expand command formats in %if and move the config file loading later (tonicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-07
|\|
| * Do not load the config file if the server is exiting because it failednicm2019-06-07
* | Merge branch 'obsd-master'Thomas Adam2019-05-20
|\|
| * 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
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Merge branch 'obsd-master'Thomas Adam2018-08-23
|\|
| * Move job struct into job.c.nicm2018-08-23
* | Merge branch 'obsd-master'Thomas Adam2018-08-18
|\|
| * SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* | Merge branch 'obsd-master'Thomas Adam2018-08-02
|\|
| * session_groups can be static also.nicm2018-08-02
* | Merge branch 'obsd-master'Thomas Adam2018-03-08
|\|
| * Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
* | Merge branch 'obsd-master'Thomas Adam2018-02-22
|\|
| * Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
* | Merge branch 'obsd-master'Thomas Adam2017-12-19
|\|
| * Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|
| * Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
| * Move signal code into proc.c.nicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-07-10
|\|
| * Some extra logging to show why tmux might exit.nicm2017-07-09
* | Merge branch 'obsd-master'Thomas Adam2017-07-03
|\|
| * Do not close panes until process has exited and any outstanding datanicm2017-07-03
* | Merge branch 'obsd-master'Thomas Adam2017-06-05
|\|
| * Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Memory leaks, from David CARLIER.nicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * History needs to be loaded after config parsing is done - now thatnicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-20
|\|
| * If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* | -paths.h.Nicholas Marriott2017-01-25
* | Bad merge.Nicholas Marriott2017-01-25
* | Define away pledge() on !OpenBSD.Nicholas Marriott2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2016-11-12
|\|
| * Do not execute commands for a client until it has identified, fixesnicm2016-11-12