| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move header files to subdirectory | Xavier Del Campo Romero | 2023-07-21 | 1 | -8/+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" | ||||
| * | wildcard_cmp: Allow case-insensitive searches | Xavier Del Campo Romero | 2023-07-20 | 1 | -1/+3 |
| | | | | | The new search feature will require them. | ||||
| * | Split wildcard_cmp into its own component | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+6 |
| Future commits will make use of this function outside handler.c. | |||||
