aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2017-05-04
|\
| * Some new notifications, mainly for active pane and current window andnicm2017-05-04
* | Merge branch 'obsd-master'Thomas Adam2017-04-28
|\|
| * Log what is happening with window and session reference counts much morenicm2017-04-28
* | Merge branch 'obsd-master'Thomas Adam2017-04-25
|\|
| * Do not update TERM into config file parsing has finished.nicm2017-04-25
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Cache status line position to reduce option lookups during output.nicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Move session-create hook out of session_create so it works with grouped sessi...nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Give window_create and window_create1 better names.nicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Rename a function for consistency and some spacing nits.nicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Remove the set-remain-on-exit option, it was always a hack and can nownicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Conflicts:Thomas Adam2015-12-08
|\|
| * Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Don't update activity time twice for new sessions, and add some logging.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * Fix a spelling error, sesson -> session.nicm2015-09-01
* | Merge branch 'obsd-master'Thomas Adam2015-08-30
|\|
| * Move alerts onto events rather than checking every loop.nicm2015-08-29
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|