summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2017-04-17Merge branch 'obsd-master'Thomas Adam
2017-04-17Remove a couple of redraw flags that no longer have any effect.nicm
2017-03-09Merge branch 'obsd-master'Thomas Adam
2017-03-09Move the client identify (display-panes) code into server-client.c.nicm
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm
2017-02-14Merge branch 'obsd-master'Thomas Adam
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-01-13Merge branch 'obsd-master'Thomas Adam
2017-01-13Make options_get_string return const string.nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-06-16Merge branch 'obsd-master'Thomas Adam
2016-06-16Allow a command to be specified to display-panes, similar tonicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-17Merge branch 'obsd-master'Thomas Adam
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-12Merge branch 'obsd-master'Thomas Adam
2015-12-12Add key-table option to set the default key table for a session, allowsnicm
2015-12-11Merge branch 'obsd-master'Thomas Adam
2015-12-11Check alerts when session changes, from Patrick Palka.nicm
2015-11-25Merge branch 'obsd-master'Thomas Adam
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add anicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-21Merge branch 'obsd-master'Thomas Adam
2015-10-20Use client pointer not file descriptor in logging.nicm
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