summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
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
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-22Fix some spacing nits.nicm
2014-10-22Merge unlink-window into kill-window.nicm
2014-05-13Merge branch 'obsd-master'Thomas Adam
2014-05-13If multiple arguments are given to new-session, new-window,nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Set PATH explicitly, either from client or sessionnicm
2014-01-31Merge branch 'obsd-master'Thomas Adam
2014-01-22Do not permit periods in session names (colons are already banned). Fromnicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Renumber windows: Lookup lastw via window not indexnicm
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.nicm
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-08-20Renumber windows: Lookup lastw via window not indexThomas Adam
2013-08-01Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-22Add session_set_current helper function, extracted from a diff fromNicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-21Add session_set_current helper function, extracted from a diff from AaronNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1144:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott