| Commit message (Expand) | Author | Age |
... | |
| * | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | nicm | 2015-12-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
|\| |
|
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
|\| |
|
| * | Don't update activity time twice for new sessions, and add some logging. | nicm | 2015-11-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-31 |
|\| |
|
| * | Because pledge(2) does not allow us to pass directory file descriptors | nicm | 2015-10-31 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-28 |
|\| |
|
| * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
|\| |
|
| * | Move struct options into options.c. | nicm | 2015-10-27 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-06 |
|\| |
|
| * | Fix a spelling error, sesson -> session. | nicm | 2015-09-01 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-30 |
|\| |
|
| * | Move alerts onto events rather than checking every loop. | nicm | 2015-08-29 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-28 |
|\| |
|
| * | Don't leak name when freeing session, from Kuang-che Wu. | nicm | 2015-08-28 |
| * | Per-session timers for locking, and remove the global one-second timer. | nicm | 2015-08-28 |
| * | Make session_update_activity more useful and use it in more places. | nicm | 2015-08-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-07 |
|\| |
|
| * | Similarly, for sessions use a callback to free rather than checking | nicm | 2015-06-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-05-06 |
|\| |
|
| * | Add a format window_linked which is 1 if a window has been linked | nicm | 2015-05-06 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-25 |
|\| |
|
| * | Move the functions to convert ids from strings into session.c and window.c. | nicm | 2015-04-25 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-25 |
|\| |
|
| * | Make session_has return a flag, returning the first winlink found is a | nicm | 2015-04-22 |
* | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-29 |
|\| |
|
| * | Fix some spacing nits. | nicm | 2014-10-22 |
| * | Merge unlink-window into kill-window. | nicm | 2014-10-22 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-05-13 |
|\| |
|
| * | If multiple arguments are given to new-session, new-window, | nicm | 2014-05-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 |
|\| |
|
| * | Set PATH explicitly, either from client or session | nicm | 2014-04-17 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-01-31 |
|\| |
|
| * | Do not permit periods in session names (colons are already banned). From | nicm | 2014-01-22 |
| * | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
| * | Renumber windows: Lookup lastw via window not index | nicm | 2013-10-10 |
| * | Grouped sessions were being leaked on destroy, correctly free them. | nicm | 2013-10-10 |
| * | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott | 2013-03-25 |
| * | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott | 2013-03-22 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott | 2012-07-08 |
| * | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott | 2012-04-29 |
| * | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott | 2012-03-17 |
| * | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott | 2011-08-16 |
| * | Change so that an empty session name always means the current sessions | Nicholas Marriott | 2011-04-06 |
| * | Check if the index is in use and fail before creating the child process, | Nicholas Marriott | 2011-01-25 |
| * | Er, fix next and previous session functions to actually work, part 2. | Nicholas Marriott | 2011-01-13 |