Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dynstream: refactor | bptato | 2024-10-20 | 1 | -0/+110 |
* consistently use cint instead of FileHandle - this was another remnant of winapi support; on posix, they are the same. * move "blocking" field to PosixStream * recvFileHandle -> recvFd, sendFileHandle -> sendFd * merge serversocket into dynstream * merge auxiliary C functions into dynstream_aux |