aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-05-13
|\
| * If multiple arguments are given to new-session, new-window,nicm2014-05-13
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Set PATH explicitly, either from client or sessionnicm2014-04-17
* | Merge branch 'obsd-master'Thomas Adam2014-01-31
|\|
| * Do not permit periods in session names (colons are already banned). Fromnicm2014-01-22
| * Alter how tmux handles the working directory to internally use filenicm2013-10-10
| * Renumber windows: Lookup lastw via window not indexnicm2013-10-10
| * Grouped sessions were being leaked on destroy, correctly free them.nicm2013-10-10
| * Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott2013-03-25
| * Add session_set_current helper function, extracted from a diff fromNicholas Marriott2013-03-22
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Clear flags across all sessions, from Thomas Adam.Nicholas Marriott2012-07-08
| * Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott2012-04-29
| * Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
| * Correctly skip existing numbers when generating the name for a newNicholas Marriott2011-08-16
| * Change so that an empty session name always means the current sessionsNicholas Marriott2011-04-06
| * Check if the index is in use and fail before creating the child process,Nicholas Marriott2011-01-25
| * Er, fix next and previous session functions to actually work, part 2.Nicholas Marriott2011-01-13
| * Fix next and previous session functions to actually work.Nicholas Marriott2011-01-13
| * Don't reset the activity timer for unattached sessions every second,Nicholas Marriott2011-01-01
| * Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
| * Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
| * Fix another stray addition that was too early. Oops.Nicholas Marriott2010-12-20
| * Undo a change to next/previous session that got mixed in prematurely.Nicholas Marriott2010-12-20
| * Dead sessions are never on the active sessions list, so the SESSION_DEADNicholas Marriott2010-12-20
| * Unify the way sessions are used by callbacks - store the address and useNicholas Marriott2010-12-20
| * Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott2010-09-08
| * Store the current working directory in the session, change the default-pathNicholas Marriott2010-06-27
| * Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
| * Rename activity->alert in a couple of functions for consistency.Nicholas Marriott2010-06-21
| * Fix a couple of problems with grouped sessions reported by danh: redrawNicholas Marriott2009-12-22
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * Use winlink_remove() to remove old winlinks when synchronizing grouped sessionsNicholas Marriott2009-11-13
| * Change session and client activity and creation time members to have moreNicholas Marriott2009-11-03
| * Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
| * Support for individual session idle time locking. May be enabled by turning offNicholas Marriott2009-10-10
| * Regularise some fatal messages.Nicholas Marriott2009-09-20
| * Rather than constructing an entire termios struct from ttydefaults.h, just letNicholas Marriott2009-09-16
| * Reference count clients and sessions rather than relying on a saved index forNicholas Marriott2009-09-07
| * When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott2009-09-01
| * Add a base-index session option to specify the first index checked when lookingNicholas Marriott2009-08-13
| * When creating a new session from the command-line where there is an externalNicholas Marriott2009-08-13
| * Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08
| * Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-07
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott2013-10-06
* Renumber windows: Lookup lastw via window not indexThomas Adam2013-08-20
* Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott2013-08-01