summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-12Do not care about the server socket closing if exiting anyway.nicm
2021-02-11Add a couple of helper functions, and flush imsgs on exit.nicm
2021-02-11Move file handling protocol stuff all into file.c so it can be reusednicm
2021-01-17Merge branch 'obsd-master' into masterThomas Adam
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
2021-01-17Add -N flag to never start server even if command would normally do so,nicm
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30With csh, a tmux client gets SIGTERM before SIGCONT when killed withnicm
2020-09-22Merge branch 'obsd-master'Thomas Adam
2020-09-22Fix warnings on some platforms with %llx and add a new message to handlenicm
2020-06-18Merge branch 'obsd-master'Thomas Adam
2020-06-18Add a flag to make a client wait for an empty line before exiting innicm
2020-06-10Merge branch 'obsd-master'Thomas Adam
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm
2020-06-01Merge branch 'obsd-master'Thomas Adam
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-26Pass the stdout file descriptor from the client as well as stdin and usenicm
2020-05-13Merge branch 'obsd-master'Thomas Adam
2020-05-08imsg.h needs uio.h, pointed out by deraadtnicm
2020-04-27Do not close the stdout file descriptor in control mode as it will benicm
2020-04-27Do not close stdout file descriptor in control mode since it will be needed forNicholas Marriott
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-04-09Merge branch 'obsd-master'Thomas Adam
2020-04-09Some unnecessary assignments and unused variables.nicm
2020-03-30Merge branch 'obsd-master'Thomas Adam
2020-03-30Add to rather than replace flags with -c.nicm
2020-03-12Merge branch 'obsd-master'Thomas Adam
2020-03-12When the server socket is given by the user with -S, create it withnicm
2020-01-29Merge branch 'obsd-master'Thomas Adam
2020-01-29Warn if a message type that is no longer used is received.nicm
2019-12-16Merge branch 'obsd-master'Thomas Adam
2019-12-16Need to include message size in the maximum buffer calculation.nicm
2019-12-16Instead of using large buffers in imsgs, add the data or path onto the end.nicm
2019-12-13Merge branch 'obsd-master'Thomas Adam
2019-12-13Need to check in the error callback also.nicm
2019-12-13Do not spin waiting for exit, instead check in the write callback.nicm
2019-12-12Merge branch 'obsd-master'Thomas Adam
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-07-26Merge branch 'obsd-master'Thomas Adam
2019-07-26Change "lost server" message to "server exited unexpectedly", from Nealnicm
2019-06-28Merge branch 'obsd-master'Thomas Adam
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt
2019-05-25Merge branch 'obsd-master'Thomas Adam