| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of forbidding invalid session names, sanitize them like window |  nicm | 2020-05-16 | 1 | -6/+15 |
* | Add a number of new formats to inspect what sessions and clients a |  nicm | 2019-12-26 | 1 | -2/+15 |
* | Merge hooks into options and make each one an array option. This allows |  nicm | 2019-04-26 | 1 | -4/+1 |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -62/+8 |
* | Tidy and rename some bits of status line code. |  nicm | 2019-03-16 | 1 | -2/+2 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -9/+8 |
* | SESSION_UNATTACHED flag is no longer necessary now we have an attached |  nicm | 2018-08-18 | 1 | -3/+3 |
* | session_groups can be static also. |  nicm | 2018-08-02 | 1 | -7/+5 |
* | Improve logging of sessions. |  nicm | 2018-05-04 | 1 | -4/+5 |
* | Only show the first member of session groups in tree mode (-G flag |  nicm | 2017-11-02 | 1 | -6/+2 |
* | Some extra logging to show why tmux might exit. |  nicm | 2017-07-09 | 1 | -5/+5 |
* | Some new notifications, mainly for active pane and current window and |  nicm | 2017-05-04 | 1 | -1/+2 |
* | Log what is happening with window and session reference counts much more |  nicm | 2017-04-28 | 1 | -5/+13 |
* | Do not update TERM into config file parsing has finished. |  nicm | 2017-04-25 | 1 | -2/+2 |
* | Move server_fill_environ into environ.c and move some other common code |  nicm | 2017-03-09 | 1 | -7/+3 |
* | Instead of numbering session groups, give them a name which may be given |  nicm | 2017-02-09 | 1 | -41/+54 |
* | Cache status line position to reduce option lookups during output. |  nicm | 2017-02-03 | 1 | -1/+3 |
* | Alerts are too slow, so rather than walking all sessions and windows, |  nicm | 2016-10-19 | 1 | -3/+7 |
* | Move session-create hook out of session_create so it works with grouped sessions. |  nicm | 2016-10-19 | 1 | -2/+1 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -9/+9 |
* | Give window_create and window_create1 better names. |  nicm | 2016-10-15 | 1 | -2/+2 |
* | Rename a function for consistency and some spacing nits. |  nicm | 2016-10-15 | 1 | -2/+6 |
* | Remove the set-remain-on-exit option, it was always a hack and can now |  nicm | 2016-10-13 | 1 | -4/+1 |
* | Add static in window-*.c and move some internal functions out of tmux.h. |  nicm | 2016-10-11 | 1 | -4/+8 |
* | Loads more static, except for cmd-*.c and window-*.c. |  nicm | 2016-10-10 | 1 | -12/+12 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a |  nicm | 2015-12-08 | 1 | -1/+5 |
* | Use __unused rather than rolling our own. |  nicm | 2015-11-18 | 1 | -3/+3 |
* | Don't update activity time twice for new sessions, and add some logging. |  nicm | 2015-11-18 | 1 | -5/+7 |
* | Because pledge(2) does not allow us to pass directory file descriptors |  nicm | 2015-10-31 | 1 | -6/+6 |
* | Like options, move the environ struct into environ.c. |  nicm | 2015-10-28 | 1 | -12/+12 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -10/+11 |
* | Fix a spelling error, sesson -> session. |  nicm | 2015-09-01 | 1 | -2/+2 |
* | Move alerts onto events rather than checking every loop. |  nicm | 2015-08-29 | 1 | -1/+2 |
* | Don't leak name when freeing session, from Kuang-che Wu. |  nicm | 2015-08-28 | 1 | -2/+4 |
* | Per-session timers for locking, and remove the global one-second timer. |  nicm | 2015-08-28 | 1 | -2/+40 |
* | Make session_update_activity more useful and use it in more places. |  nicm | 2015-08-28 | 1 | -9/+14 |
* | Similarly, for sessions use a callback to free rather than checking |  nicm | 2015-06-05 | 1 | -5/+28 |
* | Add a format window_linked which is 1 if a window has been linked |  nicm | 2015-05-06 | 1 | -1/+15 |
* | Move the functions to convert ids from strings into session.c and window.c. |  nicm | 2015-04-25 | 1 | -1/+17 |
* | Make session_has return a flag, returning the first winlink found is a |  nicm | 2015-04-22 | 1 | -4/+4 |
* | Fix some spacing nits. |  nicm | 2014-10-22 | 1 | -2/+2 |
* | Merge unlink-window into kill-window. |  nicm | 2014-10-22 | 1 | -3/+17 |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -9/+11 |
* | Set PATH explicitly, either from client or session |  nicm | 2014-04-17 | 1 | -8/+9 |
* | Do not permit periods in session names (colons are already banned). From |  nicm | 2014-01-22 | 1 | -3/+3 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -10/+9 |
* | Renumber windows: Lookup lastw via window not index |  nicm | 2013-10-10 | 1 | -2/+2 |
* | Grouped sessions were being leaked on destroy, correctly free them. |  nicm | 2013-10-10 | 1 | -1/+2 |
* | Rename session idx to session id throughout and add $ prefix to targets |  nicm | 2013-03-25 | 1 | -8/+8 |