aboutsummaryrefslogtreecommitdiff
path: root/server-fn.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2018-02-28
|\
| * Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* | Need compat for queue.h.Nicholas Marriott2017-10-20
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|
| * Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* | Merge branch 'obsd-master'Thomas Adam2017-08-29
|\|
| * Check for complete keys before escape prefix, allows keys to be definednicm2017-08-29
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * proc_send_s now seems unnecessary.nicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-07-10
|\|
| * Some extra logging to show why tmux might exit.nicm2017-07-09
* | Merge branch 'obsd-master'Thomas Adam2017-05-12
|\|
| * Scrolling needs to use background colour.nicm2017-05-12
* | Merge branch 'obsd-master'Thomas Adam2017-04-17
|\|
| * Remove a couple of redraw flags that no longer have any effect.nicm2017-04-17
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move the client identify (display-panes) code into server-client.c.nicm2017-03-09
| * Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Make options_get_string return const string.nicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-06-16
|\|
| * Allow a command to be specified to display-panes, similar tonicm2016-06-16
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-12-17
|\|
| * Add infrastructure to work out the best target given a pane or windownicm2015-12-16
* | Merge branch 'obsd-master'Thomas Adam2015-12-12
|\|
| * Add key-table option to set the default key table for a session, allowsnicm2015-12-12
* | Merge branch 'obsd-master'Thomas Adam2015-12-11
|\|
| * Check alerts when session changes, from Patrick Palka.nicm2015-12-11
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
| * Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-21
|\|
| * Use client pointer not file descriptor in logging.nicm2015-10-20
* | Merge branch 'obsd-master'Thomas Adam2015-09-10
|\|
| * Add session_last_attached time and format, from Sina Siadat.nicm2015-09-10