| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | handler: Define port as unsigned short | Xavier Del Campo Romero | 2023-09-07 | 1 | -1/+1 |
| | | | | | | Port numbers are unsigned by definition. Fortunately, this was a minor issues since server_init was doing an implicit cast to unsigned short. | ||||
| * | Move header files to subdirectory | Xavier Del Campo Romero | 2023-07-21 | 1 | -0/+24 |
| 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" | |||||
