about summary refs log tree commit diff stats
path: root/src/io/dynstream_aux.c
Commit message (Collapse)AuthorAgeFilesLines
* dynstream: refactorbptato2024-10-201-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