Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2017-05-04 |
|\ | |||
| * | Some new notifications, mainly for active pane and current window and | nicm | 2017-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | session: pane-mode-changed window-pane-changed client-session-changed session-window-changed From Joshua Brot. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-28 |
|\| | |||
| * | Log what is happening with window and session reference counts much more | nicm | 2017-04-28 |
| | | | | | | | | obviously. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-25 |
|\| | |||
| * | Do not update TERM into config file parsing has finished. | nicm | 2017-04-25 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-03-09 |
|\| | |||
| * | Move server_fill_environ into environ.c and move some other common code | nicm | 2017-03-09 |
| | | | | | | | | into it. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-14 |
|\| | | | | | | | | | Conflicts: server.c | ||
| * | Instead of numbering session groups, give them a name which may be given | nicm | 2017-02-09 |
| | | | | | | | | | | to -t instead of a target session. Also allow them to contain only one session. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-03 |
|\| | |||
| * | Cache status line position to reduce option lookups during output. | nicm | 2017-02-03 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-19 |
|\| | |||
| * | Alerts are too slow, so rather than walking all sessions and windows, | nicm | 2016-10-19 |
| | | | | | | | | | | | | add a link of winlinks to each window and a pointer to the session to each winlink. Also rewrite the alerts processing to return to the old behaviour (alert in any window sets the flag on any winlink). | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-19 |
|\| | |||
| * | Move session-create hook out of session_create so it works with grouped ↵ | nicm | 2016-10-19 |
| | | | | | | | | sessions. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-17 |
|\| | |||
| * | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
| | | | | | | | | existing hooks to use notifys instead. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-15 |
|\| | |||
| * | Give window_create and window_create1 better names. | nicm | 2016-10-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-15 |
|\| | |||
| * | Rename a function for consistency and some spacing nits. | nicm | 2016-10-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-14 |
|\| | |||
| * | Remove the set-remain-on-exit option, it was always a hack and can now | nicm | 2016-10-13 |
| | | | | | | | | be done with hooks instead. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 |
|\| | | | | | | | | | | | Conflicts: format.c osdep-openbsd.c | ||
| * | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
| | | |||
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
|\| | |||
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| | | |||
* | | Conflicts: | Thomas Adam | 2015-12-08 |
|\| | | | | | | | Makefile | ||
| * | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | nicm | 2015-12-08 |
| | | | | | | | | | | | | couple of not very useful client hooks. This will eventually let commands be run at various points and on notifications. Joint work with Thomas Adam. | ||
* | | 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 |
| | | | | | | | | | | | | | | | | | | around, we can't use file descriptors for the working directory because we will be unable to pass it to a privileged process to tell it where to read or write files or spawn children. So move tmux back to using strings for the current working directory. We try to check it exists with access() when it is set but ultimately fall back to ~ if it fails at time of use (or / if that fails too). | ||
* | | 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 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h | ||
| * | Move struct options into options.c. | nicm | 2015-10-27 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-06 |
|\| | | | | | | | | | | | Conflicts: cfg.c tmux.c | ||
| * | Fix a spelling error, sesson -> session. | nicm | 2015-09-01 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-30 |
|\| | | | | | | | | | | | Conflicts: Makefile format.c | ||
| * | 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 |
|\| | | | | | | | | | | | | | Conflicts: client.c tmux.1 tmux.c |