summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not care about the server socket closing if exiting anyway.nicm2021-02-121-2/+2
* Add a couple of helper functions, and flush imsgs on exit.nicm2021-02-111-1/+21
* Move file handling protocol stuff all into file.c so it can be reusednicm2021-02-111-27/+409
* Pass the stdout file descriptor from the client as well as stdin and usenicm2020-05-261-3/+7
* imsg.h needs uio.h, pointed out by deraadtnicm2020-05-081-1/+2
* If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/Xnicm2019-12-161-3/+15
* Need to include message size in the maximum buffer calculation.nicm2019-12-161-3/+3
* Instead of using large buffers in imsgs, add the data or path onto the end.nicm2019-12-161-25/+38
* Do not check if client is dead if it is NULL.nicm2019-12-121-2/+2
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-121-0/+390