summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/file.c
AgeCommit message (Expand)Author
2020-05-26Pass the stdout file descriptor from the client as well as stdin and useNicholas Marriott
2020-05-08imsg.h needs uio.h, pointed out by deraadtNicholas Marriott
2019-12-16If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/XNicholas Marriott
2019-12-16Need to include message size in the maximum buffer calculation.Nicholas Marriott
2019-12-16Instead of using large buffers in imsgs, add the data or path onto the end.Nicholas Marriott
2019-12-12Do not check if client is dead if it is NULL.Nicholas Marriott
2019-12-12Rewrite the code for reading and writing files. Now, if the client isNicholas Marriott