| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace select(2) with poll(2) | Xavier Del Campo Romero | 2023-07-20 | 1 | -1/+1 |
| | | | | | | | select(2) has a number of well-known issues (e.g.: FD_SETSIZE limiting the maximum amount of file descriptors to watch) that are mostly solved by poll(2) and thus can be used as a drop-in replacement. | ||||
| * | Initial commit | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+15 |
