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