index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2015-07-13
|
\
|
*
Ignore environment variables that are too long to send to the server.
nicm
2015-07-13
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-14
|
\
|
|
*
Add a format for client PID (client_pid) and server PID (pid). Diff for
nicm
2015-06-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-07
|
\
|
|
*
Move the nested check from client to server and compare the client tty
nicm
2015-06-04
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-04-25
|
\
|
|
*
Set up signal handler earlier so that we don't get zombies, reported by
nicm
2015-04-24
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-04-22
|
\
|
|
*
Simplify error messages when socket connect fails, suggested by "Karthik K".
nicm
2015-04-21
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-04-19
|
\
|
|
*
Fix some format specifier nits, from Ben Boeckel.
nicm
2015-03-31
*
|
No need for $Id$ now.
Nicholas Marriott
2014-11-08
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-10-21
|
\
|
|
*
Tidy up some includes.
nicm
2014-10-20
|
*
Call waitpid on SIGCHLD even if client not attached, it is possible (on
nicm
2014-10-01
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-09-25
|
\
|
|
*
Various minor style and spacing nits.
nicm
2014-09-01
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-08-09
|
\
|
|
*
lockf is entirely useless and it was a mistake to change to it, go back
nicm
2014-07-21
|
*
An EOF is a good reason to close a connection.
krw
2014-07-13
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-04-30
|
\
|
|
*
fcntl.h is still needed here.
nicm
2014-04-29
*
|
Merge branch 'obsd-master'
Thomas Adam
2014-04-23
|
\
|
|
*
Remove some unnecessary includes and fix a typo.
nicm
2014-04-17
*
|
Merge branch 'obsd-master'
Thomas
2014-01-20
|
\
|
|
*
Fix a memory/fd leak reported by Tiago Cunha.
nicm
2014-01-09
|
*
Three small changes from Tiago Cunha:
nicm
2014-01-09
*
|
Merge branch 'obsd-master'
Thomas Adam
2013-11-14
|
\
|
|
*
from nicm: : handle msgbuf_write() returning EAGAIN
benno
2013-11-13
|
*
Use format_get_command() and some spacing tweaks.
nicm
2013-10-10
|
*
We accidentally haven't been using $TMUX to work out the session for a
nicm
2013-10-10
|
*
Show session name in detached message. Requested by somebody a few
nicm
2013-10-10
|
*
Don't look at string[length - 1] if length == 0.
nicm
2013-10-10
|
*
Alter how tmux handles the working directory to internally use file
nicm
2013-10-10
|
*
Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.
nicm
2013-10-10
|
*
Remove CMD_SENDENVIRON.
nicm
2013-10-10
*
|
We accidentally haven't been using $TMUX to work out the session for a while
Nicholas Marriott
2013-10-06
*
|
Show session name in detached message. Requested by somebody a few months ago
Nicholas Marriott
2013-10-06
*
|
Don't look at string[length - 1] if length == 0.
Nicholas Marriott
2013-10-06
*
|
Alter how tmux handles the working directory to internally use file descriptors
Nicholas Marriott
2013-10-06
*
|
Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.
Nicholas Marriott
2013-10-06
*
|
Instead of fixed size buffers for some messages, send only the string length.
Nicholas Marriott
2013-10-06
*
|
Merge IDENTIFY_* flags with CLIENT_* flags.
Nicholas Marriott
2013-10-06
*
|
Remove CMD_SENDENVIRON.
Nicholas Marriott
2013-10-06
*
|
Add support for Cgywin, apparently it is enough just to open the tty again in
Nicholas Marriott
2013-07-12
*
|
Merge branch 'obsd-master'
Thomas Adam
2013-04-23
|
\
|
|
*
Use lockf which is more portable than flock, from Dagobert Michelsen.
Nicholas Marriott
2013-04-22
|
*
We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when
Nicholas Marriott
2013-03-25
|
*
Rename session idx to session id throughout and add $ prefix to targets
Nicholas Marriott
2013-03-25
[next]