| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2018-08-23 |
|\ |
|
| * | Move job struct into job.c. | nicm | 2018-08-23 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-18 |
|\| |
|
| * | SESSION_UNATTACHED flag is no longer necessary now we have an attached | nicm | 2018-08-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-02 |
|\| |
|
| * | session_groups can be static also. | nicm | 2018-08-02 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-08 |
|\| |
|
| * | Add a missing client-detached hook when the server shuts down, and do | nicm | 2018-03-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-02-22 |
|\| |
|
| * | Add exit-empty option to exit server if no sessions (defaults to on). | nicm | 2018-02-22 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-12-19 |
|\| |
|
| * | Report better error from server when socket create fails, GitHub issue | nicm | 2017-12-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-20 |
|\| |
|
| * | Show exit status and time in the remain-on-exit pane text, mostly from | nicm | 2017-10-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-14 |
|\| |
|
| * | Because ignore SIGCHLD early, letting signal_del restore it doesn't work | nicm | 2017-07-14 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-12 |
|\| |
|
| * | Block signals between forking and clearing signal handlers (or calling | nicm | 2017-07-12 |
| * | Move signal code into proc.c. | nicm | 2017-07-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-10 |
|\| |
|
| * | Some extra logging to show why tmux might exit. | nicm | 2017-07-09 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-03 |
|\| |
|
| * | Do not close panes until process has exited and any outstanding data | nicm | 2017-07-03 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-06-05 |
|\| |
|
| * | Support SIGUSR2 to stop and start logging for an existing server. Also | nicm | 2017-06-04 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-22 |
|\| |
|
| * | Memory leaks, from David CARLIER. | nicm | 2017-04-22 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-21 |
|\| |
|
| * | Make the cmd_find_* functions more obvious when looking for a client, | nicm | 2017-04-21 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-21 |
|\| |
|
| * | History needs to be loaded after config parsing is done - now that | nicm | 2017-04-21 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-20 |
|\| |
|
| * | If a #() command doesn't exit, use its most recent line of output (it | nicm | 2017-04-20 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-14 |
|\| |
|
| * | Instead of numbering session groups, give them a name which may be given | nicm | 2017-02-09 |
* | | -paths.h. | Nicholas Marriott | 2017-01-25 |
* | | Bad merge. | Nicholas Marriott | 2017-01-25 |
* | | Define away pledge() on !OpenBSD. | Nicholas Marriott | 2017-01-23 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-11-12 |
|\| |
|
| * | Do not execute commands for a client until it has identified, fixes | nicm | 2016-11-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Notifys can go via the command queue instead of using their own queue. | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-15 |
|\| |
|
| * | Drain notifys once at the end of the server loop instead of doing it | nicm | 2016-10-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 |
|\| |
|
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-07-07 |
|\| |
|
| * | tmux: only consider ACCESSPERMS for setting mode on socket_path. | semarie | 2016-07-07 |