aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2015-11-18
|\
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-15
|\|
| * Accidentally turned off pledge, turn it back on.nicm2015-11-15
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Don't shift version out of peerid, it is needed later.nicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
| * Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-18
|\|
| * Pass current directory as a string rather than a file descriptor becausenicm2015-10-18
* | __OpenBSD__ around pledge().Nicholas Marriott2015-10-17
* | Merge branch 'obsd-master'Thomas Adam2015-10-17
|\|
| * Add pledge "stdio unix sendfd proc exec tty" to tmux client process,nicm2015-10-17
* | Merge branch 'obsd-master'Thomas Adam2015-10-11
|\|
| * Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-11
* | Merge branch 'obsd-master'Thomas Adam2015-09-24
|\|
| * Don't leak fd and path on failure.nicm2015-09-24
* | Merge branch 'obsd-master'Thomas Adam2015-09-09
|\|
| * No need to keep global options around for client which doesn't use them.nicm2015-09-09
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * Login shell can be a client flag, and move the exec code into client.c.nicm2015-08-30
| * Event base does not need to be global.nicm2015-08-30
* | Merge branch 'obsd-master'Thomas Adam2015-07-13
|\|
| * Ignore environment variables that are too long to send to the server.nicm2015-07-13
* | Merge branch 'obsd-master'Thomas Adam2015-06-14
|\|
| * Add a format for client PID (client_pid) and server PID (pid). Diff fornicm2015-06-14
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|
| * Move the nested check from client to server and compare the client ttynicm2015-06-04
* | Merge branch 'obsd-master'Thomas Adam2015-04-25
|\|
| * Set up signal handler earlier so that we don't get zombies, reported bynicm2015-04-24
* | Merge branch 'obsd-master'Thomas Adam2015-04-22
|\|
| * Simplify error messages when socket connect fails, suggested by "Karthik K".nicm2015-04-21
* | Merge branch 'obsd-master'Thomas Adam2015-04-19
|\|
| * Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Tidy up some includes.nicm2014-10-20
| * Call waitpid on SIGCHLD even if client not attached, it is possible (onnicm2014-10-01
* | Merge branch 'obsd-master'Thomas Adam2014-09-25
|\|
| * Various minor style and spacing nits.nicm2014-09-01
* | Merge branch 'obsd-master'Thomas Adam2014-08-09
|\|
| * lockf is entirely useless and it was a mistake to change to it, go backnicm2014-07-21
| * An EOF is a good reason to close a connection.krw2014-07-13