Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multiple channels are now supported | ubq323 | 2022-10-31 | 1 | -1/+50 |
| | |||||
* | use chmod and friends instead of fchmod and friends | ubq323 | 2022-10-29 | 1 | -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 fixes | ubq323 | 2022-10-28 | 1 | -2/+2 |
| | |||||
* | handling of unix domain sockets | ubq323 | 2022-10-28 | 1 | -0/+64 |