Age | Commit message (Expand) | Author |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott |
2017-07-09 | Some extra logging to show why tmux might exit. | Nicholas Marriott |
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott |
2017-04-28 | Log what is happening with window and session reference counts much more | Nicholas Marriott |
2017-04-25 | Do not update TERM into config file parsing has finished. | Nicholas Marriott |
2017-03-09 | Move server_fill_environ into environ.c and move some other common code | Nicholas Marriott |
2017-02-09 | Instead of numbering session groups, give them a name which may be given | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
2016-10-19 | Move session-create hook out of session_create so it works with grouped sessi... | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-15 | Give window_create and window_create1 better names. | Nicholas Marriott |
2016-10-15 | Rename a function for consistency and some spacing nits. | Nicholas Marriott |
2016-10-13 | Remove the set-remain-on-exit option, it was always a hack and can now | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Don't update activity time twice for new sessions, and add some logging. | Nicholas Marriott |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-01 | Fix a spelling error, sesson -> session. | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-28 | Don't leak name when freeing session, from Kuang-che Wu. | Nicholas Marriott |
2015-08-28 | Per-session timers for locking, and remove the global one-second timer. | Nicholas Marriott |
2015-08-28 | Make session_update_activity more useful and use it in more places. | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-05-06 | Add a format window_linked which is 1 if a window has been linked | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-22 | Merge unlink-window into kill-window. | Nicholas Marriott |
2014-05-13 | If multiple arguments are given to new-session, new-window, | Nicholas Marriott |
2014-04-17 | Set PATH explicitly, either from client or session | Nicholas Marriott |
2014-01-22 | Do not permit periods in session names (colons are already banned). From | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | Renumber windows: Lookup lastw via window not index | Nicholas Marriott |
2013-10-10 | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott |
2013-03-25 | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott |
2013-03-22 | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-08 | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott |
2012-04-29 | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2011-08-16 | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott |
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott |
2011-01-25 | Check if the index is in use and fail before creating the child process, | Nicholas Marriott |