summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2015-09-10Merge branch 'obsd-master'Thomas Adam
2015-09-10Add session_last_attached time and format, from Sina Siadat.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Make session_update_activity more useful and use it in more places.nicm
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-04-29Merge branch 'obsd-master'Thomas Adam
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'snicm
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-24Convert clients list into a TAILQ.nicm
2015-04-22Make session_has return a flag, returning the first winlink found is anicm
2015-04-22Merge branch 'obsd-master'Thomas Adam
2015-04-21Fix moving windows to nonexistent indexes when renumber-windows isnicm
2015-04-20Merge branch 'obsd-master'Thomas Adam
2015-04-19Honour renumber-windows when unlinking a window, from Thomas Adam.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-04-19Merge branch 'obsd-master'Thomas Adam
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
2015-01-10Merge branch 'obsd-master'Thomas Adam
2015-01-06Unzoom before kill, from Thomas Adam.nicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Tidy up some includes.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Some more long lines.nicm
2014-02-24Use utempter to update utmp if it's around for configure, from madmaverick9 atNicholas Marriott
2014-02-16Merge branch 'obsd-master'Thomas Adam
2014-02-14Style nit - no space between function name and bracket.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
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-10-06Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-06Instead of fixed size buffers for some messages, send only the string length.Nicholas Marriott
2013-08-01Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott
2013-07-06Merge branch 'obsd-master'Thomas Adam
2013-07-05When the session option renumber-window is used, ensure we iterate overNicholas Marriott
2013-04-23Merge branch 'obsd-master'Thomas Adam
2013-04-22Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott
2013-03-25Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Prevent lock on control clients, not on others.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Add various checks to turn off bits that can't work in control modeNicholas Marriott
2013-03-11Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott