summaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)Author
2023-04-27Merge branch 'obsd-master'Thomas Adam
2023-04-17Make the check if printing is allowed the same as writing which is lessnicm
2023-01-06Merge branch 'obsd-master'Thomas Adam
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.nicm
2022-08-24Merge branch 'obsd-master'Thomas Adam
2022-08-24Check for NULL returns from bufferevent_new.nicm
2021-08-22Merge branch 'obsd-master' into masterThomas Adam
2021-08-22Do not double free expanded path in source-file, also remove somenicm
2021-06-10Fire check callback after cleaning up event so it does not get stuck,nicm
2021-05-03Fire check callback after cleaning up event so it does not get stuck, fromNicholas Marriott
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
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
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-08imsg.h needs uio.h, pointed out by deraadtnicm
2020-05-03Portable does not need sys/queue.h.Nicholas Marriott
2019-12-16Remove imsg.h.Nicholas Marriott
2019-12-16If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/Xnicm
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-12Do not check if client is dead if it is NULL.nicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm