aboutsummaryrefslogtreecommitdiff
path: root/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* multiple channels are now supportedubq3232022-10-311-1/+50
|
* use chmod and friends instead of fchmod and friendsubq3232022-10-291-9/+9
| | | | that way it actually works to set the permissions on the actual file. i don't know why it wasn't working. apparently fchmod etc on a socket is unspecified under posix as well
* more testing and typo fixesubq3232022-10-281-2/+2
|
* handling of unix domain socketsubq3232022-10-281-0/+64