summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
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
2011-09-21Sync OpenBSD patchset 957:Tiago Cunha
2011-09-05Mark dead panes with some text saying they are dead, suggested by andNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-02-14Sync OpenBSD patchset 848:Tiago Cunha
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 819:Tiago Cunha
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2010-12-25Sync OpenBSD patchset 808:Tiago Cunha
2010-12-23server_kill_window can modify the RB tree so don't use RB_FOREACH, fixesNicholas Marriott
2010-12-22Sync OpenBSD patchset 806:Tiago Cunha
2010-12-22Sync OpenBSD patchset 802:Tiago Cunha
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-12-20Use pointer rather than index for the client's last session.Nicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-10-09Sync OpenBSD patchset 770:Tiago Cunha
2010-10-09Sync OpenBSD patchset 769:Tiago Cunha
2010-10-09Sync OpenBSD patchset 766:Tiago Cunha
2010-10-09Set cause when failing due to linking a window to itself, from MartinNicholas Marriott
2010-10-05Skip NULL entries in the sessions list when choosing the next session,Nicholas Marriott
2010-09-26Two new options:Nicholas Marriott
2010-08-11Sync OpenBSD patchset 746:Tiago Cunha
2010-08-11Treat trying to link or move to the same window as an error to avoidNicholas Marriott
2010-08-09Sync OpenBSD patchset 741:Tiago Cunha
2010-07-24When changing so that the client passes its stdout and stderr as well asNicholas Marriott
2010-07-02Sync OpenBSD patchset 729:Tiago Cunha
2010-07-02Sync OpenBSD patchset 728:Tiago Cunha
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
2010-06-26Use server_destroy_session() for kill-session.Nicholas Marriott
2010-06-22Sync OpenBSD patchset 724:Tiago Cunha
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-04-18Sync OpenBSD patchset 682:Tiago Cunha
2010-04-17If remain-on-exit is set, both the error callback and a SIGCHLD couldNicholas Marriott