aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-09-17
|\
| * Do not destroy sessions twice, GitHub issue 2889.nicm2021-09-17
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-14
|\|
| * Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
* | Merge branch 'obsd-master' into masterThomas Adam2021-07-06
|\|
| * Forbid empty session names, GitHub issue 2758.nicm2021-07-06
* | remove vis.h: portable doesn't need thisThomas Adam2020-05-16
* | Merge branch 'obsd-master'Thomas Adam2020-05-16
|\|
| * Instead of forbidding invalid session names, sanitize them like windownicm2020-05-16
* | Instead of forbidding invalid session names, sanitize them.Nicholas Marriott2020-04-24
* | Merge branch 'obsd-master'Thomas Adam2019-12-26
|\|
| * Add a number of new formats to inspect what sessions and clients anicm2019-12-26
* | Merge branch 'obsd-master'Thomas Adam2019-04-27
|\|
| * Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
| * 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 Adam2019-03-18
|\|
| * Tidy and rename some bits of status line code.nicm2019-03-16
| * Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* | Support for windows larger than the client.Nicholas Marriott2018-08-20
* | 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-05-04
|\|
| * Improve logging of sessions.nicm2018-05-04
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* | 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-05-04
|\|
| * Some new notifications, mainly for active pane and current window andnicm2017-05-04
* | Merge branch 'obsd-master'Thomas Adam2017-04-28
|\|
| * Log what is happening with window and session reference counts much morenicm2017-04-28
* | Merge branch 'obsd-master'Thomas Adam2017-04-25
|\|
| * Do not update TERM into config file parsing has finished.nicm2017-04-25
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Cache status line position to reduce option lookups during output.nicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Move session-create hook out of session_create so it works with grouped sessi...nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Give window_create and window_create1 better names.nicm2016-10-15