summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2015-02-06Merge branch 'obsd-master'Thomas Adam
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.nicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Tidy up some includes.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2014-03-31Remove log_debug2 as well and simplify log.c.nicm
2014-03-07Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.nicm
2014-02-05Remove references to 88colour supportThomas Adam
2014-01-20Merge branch 'obsd-master'Thomas
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homenicm
2014-01-09Three small changes from Tiago Cunha:nicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.nicm
2013-10-10Don't treat TMUX_TMPDIR as a potential filenicm
2013-10-06We accidentally haven't been using $TMUX to work out the session for a whileNicholas Marriott
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-10-06Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-05Fix previous not to leak fd on failure, whoops.nicm
2013-10-05Fix previous not to lead fd on failure.Nicholas Marriott
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thanNicholas Marriott
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thannicm
2013-09-30Don't treat TMUX_TMPDIR as a potential fileThomas
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-24Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott
2013-04-22-paths.h. Fixes Solaris, from Dagobert Michelsen.Nicholas Marriott
2013-04-14Add back missing -V flagThomas Adam
2013-04-13Merge branch 'obsd-master'Thomas Adam
2013-04-11Call setlocale(LC_TIME) at startup.Nicholas Marriott
2013-03-27Add TMUX_TMPDIR variable to put the socket directory outsideNicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas 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-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Sync OpenBSD patchset 1123:Tiago Cunha
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-01-21Sync OpenBSD patchset 1007:Tiago Cunha
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott