summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
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-10-01Call waitpid on SIGCHLD even if client not attached, it is possible (onnicm
2014-09-25Merge branch 'obsd-master'Thomas Adam
2014-09-01Various minor style and spacing nits.nicm
2014-08-09Merge branch 'obsd-master'Thomas Adam
2014-07-21lockf is entirely useless and it was a mistake to change to it, go backnicm
2014-07-13An EOF is a good reason to close a connection.krw
2014-04-30Merge branch 'obsd-master'Thomas Adam
2014-04-29fcntl.h is still needed here.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Remove some unnecessary includes and fix a typo.nicm
2014-01-20Merge branch 'obsd-master'Thomas
2014-01-09Fix a memory/fd leak reported by Tiago Cunha.nicm
2014-01-09Three small changes from Tiago Cunha:nicm
2013-11-14Merge branch 'obsd-master'Thomas Adam
2013-11-13from nicm: : handle msgbuf_write() returning EAGAINbenno
2013-10-10Use format_get_command() and some spacing tweaks.nicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Show session name in detached message. Requested by somebody a fewnicm
2013-10-10Don't look at string[length - 1] if length == 0.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
2013-10-10Remove CMD_SENDENVIRON.nicm
2013-10-06We accidentally haven't been using $TMUX to work out the session for a whileNicholas Marriott
2013-10-06Show session name in detached message. Requested by somebody a few months agoNicholas Marriott
2013-10-06Don't look at string[length - 1] if length == 0.Nicholas Marriott
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-10-06Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-06Instead of fixed size buffers for some messages, send only the string length.Nicholas Marriott
2013-10-06Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-06Remove CMD_SENDENVIRON.Nicholas Marriott
2013-07-12Add support for Cgywin, apparently it is enough just to open the tty again inNicholas Marriott
2013-04-23Merge branch 'obsd-master'Thomas Adam
2013-04-22Use lockf which is more portable than flock, from Dagobert Michelsen.Nicholas Marriott
2013-03-25We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately whenNicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Send DSC 1000p at the beginning of a -CC client's lifetime and ST andNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-11Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-03-11We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becomingNicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-04Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end,Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2012-09-04If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-08-31Sync OpenBSD patchset 1168:Tiago Cunha