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