aboutsummaryrefslogtreecommitdiff
path: root/server-fn.c
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Make session_update_activity more useful and use it in more places.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Run status update on a per-client timer at status-interval.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-04-29
|\|
| * If default-terminal is set to "screen" or "screen-*", emulate screen'snicm2015-04-29
* | Merge branch 'obsd-master'Thomas Adam2015-04-25
|\|
| * Convert clients list into a TAILQ.nicm2015-04-24
| * Make session_has return a flag, returning the first winlink found is anicm2015-04-22
* | Merge branch 'obsd-master'Thomas Adam2015-04-22
|\|
| * Fix moving windows to nonexistent indexes when renumber-windows isnicm2015-04-21
* | Merge branch 'obsd-master'Thomas Adam2015-04-20
|\|
| * Honour renumber-windows when unlinking a window, from Thomas Adam.nicm2015-04-19
| * Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* | Merge branch 'obsd-master'Thomas Adam2015-04-19
|\|
| * Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* | Merge branch 'obsd-master'Thomas Adam2015-01-10
|\|
| * Unzoom before kill, from Thomas Adam.nicm2015-01-06
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Tidy up some includes.nicm2014-10-20
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Some more long lines.nicm2014-04-17
* | Use utempter to update utmp if it's around for configure, from madmaverick9 atNicholas Marriott2014-02-24
* | Merge branch 'obsd-master'Thomas Adam2014-02-16
|\|
| * Style nit - no space between function name and bracket.nicm2014-02-14
| * Alter how tmux handles the working directory to internally use filenicm2013-10-10
| * Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm2013-10-10
| * Grouped sessions were being leaked on destroy, correctly free them.nicm2013-10-10
* | Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott2013-10-06
* | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott2013-10-06
* | Instead of fixed size buffers for some messages, send only the string length.Nicholas Marriott2013-10-06
* | Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott2013-08-01
* | Merge branch 'obsd-master'Thomas Adam2013-07-06
|\|
| * When the session option renumber-window is used, ensure we iterate overNicholas Marriott2013-07-05
* | Merge branch 'obsd-master'Thomas Adam2013-04-23
|\|
| * Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott2013-04-22
| * Use single stdout and stderr for control clients.Nicholas Marriott2013-03-25
| * Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott2013-03-25