aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAge
* Do not destroy sessions twice, GitHub issue 2889.nicm2021-09-17
* Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
* Forbid empty session names, GitHub issue 2758.nicm2021-07-06
* Instead of forbidding invalid session names, sanitize them like windownicm2020-05-16
* Add a number of new formats to inspect what sessions and clients anicm2019-12-26
* 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
* 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
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* session_groups can be static also.nicm2018-08-02
* Improve logging of sessions.nicm2018-05-04
* Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* Some extra logging to show why tmux might exit.nicm2017-07-09
* Some new notifications, mainly for active pane and current window andnicm2017-05-04
* Log what is happening with window and session reference counts much morenicm2017-04-28
* Do not update TERM into config file parsing has finished.nicm2017-04-25
* Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* Cache status line position to reduce option lookups during output.nicm2017-02-03
* Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
* Move session-create hook out of session_create so it works with grouped sessi...nicm2016-10-19
* Use the notify name string instead of going via an enum and changenicm2016-10-16
* Give window_create and window_create1 better names.nicm2016-10-15
* Rename a function for consistency and some spacing nits.nicm2016-10-15
* Remove the set-remain-on-exit option, it was always a hack and can nownicm2016-10-13
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
* Use __unused rather than rolling our own.nicm2015-11-18
* Don't update activity time twice for new sessions, and add some logging.nicm2015-11-18
* Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* Like options, move the environ struct into environ.c.nicm2015-10-28
* Move struct options into options.c.nicm2015-10-27
* Fix a spelling error, sesson -> session.nicm2015-09-01
* Move alerts onto events rather than checking every loop.nicm2015-08-29
* Don't leak name when freeing session, from Kuang-che Wu.nicm2015-08-28
* Per-session timers for locking, and remove the global one-second timer.nicm2015-08-28
* Make session_update_activity more useful and use it in more places.nicm2015-08-28
* Similarly, for sessions use a callback to free rather than checkingnicm2015-06-05
* Add a format window_linked which is 1 if a window has been linkednicm2015-05-06
* Move the functions to convert ids from strings into session.c and window.c.nicm2015-04-25
* Make session_has return a flag, returning the first winlink found is anicm2015-04-22
* Fix some spacing nits.nicm2014-10-22
* Merge unlink-window into kill-window.nicm2014-10-22
* If multiple arguments are given to new-session, new-window,nicm2014-05-13
* Set PATH explicitly, either from client or sessionnicm2014-04-17
* Do not permit periods in session names (colons are already banned). Fromnicm2014-01-22
* Alter how tmux handles the working directory to internally use filenicm2013-10-10