summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2015-10-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-18Merge branch 'obsd-master'Thomas Adam
2015-10-18Pass current directory as a string rather than a file descriptor becausenicm
2015-10-17__OpenBSD__ around pledge().Nicholas Marriott
2015-10-17Merge branch 'obsd-master'Thomas Adam
2015-10-17Add pledge "stdio unix sendfd proc exec tty" to tmux client process,nicm
2015-10-11Merge branch 'obsd-master'Thomas Adam
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther
2015-09-24Merge branch 'obsd-master'Thomas Adam
2015-09-24Don't leak fd and path on failure.nicm
2015-09-09Merge branch 'obsd-master'Thomas Adam
2015-09-09No need to keep global options around for client which doesn't use them.nicm
2015-09-06Merge branch 'obsd-master'Thomas Adam
2015-08-30Login shell can be a client flag, and move the exec code into client.c.nicm
2015-08-30Event base does not need to be global.nicm
2015-07-13Merge branch 'obsd-master'Thomas Adam
2015-07-13Ignore environment variables that are too long to send to the server.nicm
2015-06-14Merge branch 'obsd-master'Thomas Adam
2015-06-14Add a format for client PID (client_pid) and server PID (pid). Diff fornicm
2015-06-07Merge branch 'obsd-master'Thomas Adam
2015-06-04Move the nested check from client to server and compare the client ttynicm
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-24Set up signal handler earlier so that we don't get zombies, reported bynicm
2015-04-22Merge branch 'obsd-master'Thomas Adam
2015-04-21Simplify error messages when socket connect fails, suggested by "Karthik K".nicm
2015-04-19Merge branch 'obsd-master'Thomas Adam
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
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