Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not care about the server socket closing if exiting anyway. | 2021-02-12 | 1 | -2/+2 | |
* | Add a couple of helper functions, and flush imsgs on exit. | 2021-02-11 | 1 | -1/+21 | |
* | Move file handling protocol stuff all into file.c so it can be reused | 2021-02-11 | 1 | -27/+409 | |
* | Pass the stdout file descriptor from the client as well as stdin and use | 2020-05-26 | 1 | -3/+7 | |
* | imsg.h needs uio.h, pointed out by deraadt | 2020-05-08 | 1 | -1/+2 | |
* | If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X | 2019-12-16 | 1 | -3/+15 | |
* | Need to include message size in the maximum buffer calculation. | 2019-12-16 | 1 | -3/+3 | |
* | Instead of using large buffers in imsgs, add the data or path onto the end. | 2019-12-16 | 1 | -25/+38 | |
* | Do not check if client is dead if it is NULL. | 2019-12-12 | 1 | -2/+2 | |
* | Rewrite the code for reading and writing files. Now, if the client is | 2019-12-12 | 1 | -0/+390 |