index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master' into master
Thomas Adam
2021-08-22
|
\
|
*
Do not double free expanded path in source-file, also remove some
nicm
2021-08-22
|
*
Fire check callback after cleaning up event so it does not get stuck,
nicm
2021-06-10
*
|
Fire check callback after cleaning up event so it does not get stuck, from
Nicholas Marriott
2021-05-03
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-02-17
|
\
|
|
*
Do not care about the server socket closing if exiting anyway.
nicm
2021-02-12
|
*
Add a couple of helper functions, and flush imsgs on exit.
nicm
2021-02-11
|
*
Move file handling protocol stuff all into file.c so it can be reused
nicm
2021-02-11
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-05-26
|
\
|
|
*
Pass the stdout file descriptor from the client as well as stdin and use
nicm
2020-05-26
|
*
imsg.h needs uio.h, pointed out by deraadt
nicm
2020-05-08
*
|
Portable does not need sys/queue.h.
Nicholas Marriott
2020-05-03
*
|
Remove imsg.h.
Nicholas Marriott
2019-12-16
|
/
*
If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X
nicm
2019-12-16
*
Need to include message size in the maximum buffer calculation.
nicm
2019-12-16
*
Instead of using large buffers in imsgs, add the data or path onto the end.
nicm
2019-12-16
*
Do not check if client is dead if it is NULL.
nicm
2019-12-12
*
Rewrite the code for reading and writing files. Now, if the client is
nicm
2019-12-12