summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
2017-02-14Merge branch 'obsd-master'Thomas Adam
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-02-03Merge branch 'obsd-master'Thomas Adam
2017-02-03Cache status line position to reduce option lookups during output.nicm
2016-10-19Merge branch 'obsd-master'Thomas Adam
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,nicm
2016-10-19Merge branch 'obsd-master'Thomas Adam
2016-10-19Move session-create hook out of session_create so it works with grouped sessi...nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Give window_create and window_create1 better names.nicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Rename a function for consistency and some spacing nits.nicm
2016-10-14Merge branch 'obsd-master'Thomas Adam
2016-10-13Remove the set-remain-on-exit option, it was always a hack and can nownicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-08Conflicts:Thomas Adam
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Don't update activity time twice for new sessions, and add some logging.nicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-09-06Merge branch 'obsd-master'Thomas Adam
2015-09-01Fix a spelling error, sesson -> session.nicm
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-08-29Move alerts onto events rather than checking every loop.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Don't leak name when freeing session, from Kuang-che Wu.nicm
2015-08-28Per-session timers for locking, and remove the global one-second timer.nicm
2015-08-28Make session_update_activity more useful and use it in more places.nicm
2015-06-07Merge branch 'obsd-master'Thomas Adam
2015-06-05Similarly, for sessions use a callback to free rather than checkingnicm
2015-05-06Merge branch 'obsd-master'Thomas Adam
2015-05-06Add a format window_linked which is 1 if a window has been linkednicm
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-25Move the functions to convert ids from strings into session.c and window.c.nicm
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-22Make session_has return a flag, returning the first winlink found is anicm
2014-11-08No need for $Id$ now.Nicholas Marriott