| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move header files to subdirectory | Xavier Del Campo Romero | 2023-07-21 | 1 | -15/+0 |
| | | | | | | | | | | | | Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h" | ||||
| * | 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 |
