summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
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
2013-02-19Prevent lock on control clients, not on others.Nicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-17Add various checks to turn off bits that can't work in control mode (such asNicholas Marriott
2012-09-04If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-06-18Sync OpenBSD patchset 1138:Tiago Cunha
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-05-22Sync OpenBSD patchset 1118:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1114:Tiago Cunha
2012-05-22Add a helper function to send ready message.Nicholas Marriott
2012-05-21Instead of passing stdin/stdout/stderr file descriptors over imsg andNicholas Marriott
2012-05-03Sync OpenBSD patchset 1104:Tiago Cunha
2012-04-29Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1057:Tiago Cunha
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-01-29Sync OpenBSD patchset 1014:Tiago Cunha
2012-01-29Call bufferevent_free before closing file descriptor associated with itNicholas Marriott
2011-10-23Sync OpenBSD patchset 969:Tiago Cunha
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott