summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2009-09-03Sync OpenBSD patchset 313:Tiago Cunha
2009-09-02Nuke debugging.Nicholas Marriott
2009-09-02That was the wrong fix. MSG_ERROR should set the error and the client shouldNicholas Marriott
2009-09-02Set exittype for error exit as well as the error string.Nicholas Marriott
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-19OS X stupid poll fix.Nicholas Marriott
2009-08-14Sync OpenBSD patchset 248:Tiago Cunha
2009-08-14Sync OpenBSD patchset 246:Tiago Cunha
2009-08-14Sync OpenBSD patchset 243:Tiago Cunha
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-08-09Sync OpenBSD patchset 230:Tiago Cunha
2009-07-30Sync OpenBSD patchset 202:Tiago Cunha
2009-07-30Sync OpenBSD patchset 201:Tiago Cunha
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-23Sync OpenBSD patchset 173:Tiago Cunha
2009-07-23Sync OpenBSD patchset 172:Tiago Cunha
2009-07-23Sync OpenBSD patchset 166:Tiago Cunha
2009-07-01$Id$.Nicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-26Remove some dead assignments, found by sthen with clang.no_author
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Call setproctitle earlier in the client, and include the socket name. Makes itNicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-03-31FD_CLOEXEC more fds. Still one I can't find...Nicholas Marriott
2009-03-27Not const.Nicholas Marriott
2009-03-27Use lstat. No change yet due to realpath call in tmux.c.Nicholas Marriott
2009-02-08Continue process if suspended.Nicholas Marriott
2009-01-21Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott
2009-01-19Start the first client with a special socketpair so it is already known to theNicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-15Increment retries.Nicholas Marriott
2009-01-15Retry properly when failed to connect.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Pick up cwd from environment,.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-07-01Protocol versioning, version is checked on identify message.Nicholas Marriott
2008-06-23IRIX fixes thanks to Elias Pipping.Nicholas Marriott
2008-06-19Stupid ncurses.Nicholas Marriott
2008-06-18More Solaris stuff. Use ttyname, use ncurses,h.Nicholas Marriott
2008-06-18Start of Solaris port.Nicholas Marriott
2008-06-07Use a socketpair to synchronise server startup.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-01Prepare TERM in buffer before sending; this allows size to be part of cmd and...Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-01Better error messages with no server.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-26Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott
2007-11-12realpath the socket path; also sprinkle some const.Nicholas Marriott